Print to File : text
Hi,
The Print to File choice of "text" does not work. I get nothing. I've
tried comma delimited, tab, etc. The Archive File selection works and the
Report Emulation works. But the simple "text" does not. It gives a zero
length file.
Is there a fix for this? If not, how can I take it out as an option in the
"Print to File"?
ReportBuilder 7.02, Delphi 6 Pro. Win XP Pro.
Thanks.
pl
The Print to File choice of "text" does not work. I get nothing. I've
tried comma delimited, tab, etc. The Archive File selection works and the
Report Emulation works. But the simple "text" does not. It gives a zero
length file.
Is there a fix for this? If not, how can I take it out as an option in the
"Print to File"?
ReportBuilder 7.02, Delphi 6 Pro. Win XP Pro.
Thanks.
pl
This discussion has been closed.
Comments
Ok inside the Designer's Menu, but how does that being implemented with code
at run-time ?
--
Best Regards
G.MYTSKIDIS
MYTSKIDIS_G@GI-NET.GR
you have to define first what fields should be printed.
There is a menu in the file menu for data export.
regards,
Chris Ueberall;
you have to set the properties 'Save', 'SaveLength' and 'SaveOrder' of your report components (see 'TppCustomText').
regards,
Chris Ueberall;
Oh I see. Yes, there's a wizard where you can select and define the
fields.. Thank you!
pl