Report Event
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?
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?
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com