Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Report Event

edited September 2002 in General
I want to able the end user to manipolate
the report from a separate exe file
but when I call then method Load...

ppReport1.Template.Filename:='myfile.rtm';
ppReport1.Template.Load;

..it raise some errors ( ........EReadError.....'invalid property value'.. )... for example:

Error reading ppReport1.BeforePrint...........

How can I do?

Comments

  • edited September 2002
    Please see the Tech-Tips newsgroup in the Templates thread for more
    information on using templates.

    You are loading the tempate from one exe into another. Are the versions of
    Reportbuilder the same that each exe was built with? Is the template file
    corrupt? You should be able to load the template into the exe that you
    created it with. Is this working?


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.