Saving Templates to database always save as binary
When I save a template to the database using TppReportExplorer
It does not matter that I set the format of TppReport.Template to ftASCII
My BLOB field always contains binary data.
How can I solve this?
I am using ReportBuilder 12.04 in Delphi XE on a firebird database with
unidac connectivity.
Kind Regards,
Robert
It does not matter that I set the format of TppReport.Template to ftASCII
My BLOB field always contains binary data.
How can I solve this?
I am using ReportBuilder 12.04 in Delphi XE on a firebird database with
unidac connectivity.
Kind Regards,
Robert
This discussion has been closed.
Comments
Once you load a template, the properties set on the TppReport are
replaced with the properties saved with the loaded template. You need
to either re-save the template down with the different properties or
re-assign them manually or in code using the Template.OnLoadEnd event.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com