Print to file problems
ReportBuilder 10.07 Build 2 with Delphi 7
Hello,
I'm trying to setup some report templates so that when I select the
"Print to file" option and select "Text File" I can export the report to a
text file at runtime.
In the designer I select "File" then "Print To File Setup..." but I
don't get the option to add any of my DBMemo or Memo fields. I only seem to
be able to add Variables, labels and system variables. Is this correct ? If
so how can I get the data in the DBMemo fields to appear in the text file ?
Regards,
Ian Munro
Hello,
I'm trying to setup some report templates so that when I select the
"Print to file" option and select "Text File" I can export the report to a
text file at runtime.
In the designer I select "File" then "Print To File Setup..." but I
don't get the option to add any of my DBMemo or Memo fields. I only seem to
be able to add Variables, labels and system variables. Is this correct ? If
so how can I get the data in the DBMemo fields to appear in the text file ?
Regards,
Ian Munro
This discussion has been closed.
Comments
ReportBuilder currently does not support exporting memos to a text file.
This is something we are strongly considering for the next release.
Currently you will need to use a wrapped DBText or Label to export text.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for the quick answer. This would be a nice feature for the future but
won't cause me too many problems for the moment.
Regards,
Ian.