Home General

Saving Templates to database always save as binary

edited April 2011 in General
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

Comments

  • edited April 2011
    Hi Robert,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.