Invalid property value error
I am using ReportBuilder 7.03 and Delphi 5. My end users are using my
application with this version of RB. But some of the reports they run were
created with a previous version. Some of my users get an error message when
they load a report of "Error reading ppVarOtherFeesTotal.OnCalc: Invalid
property value". When the click Ignore the report loads and runs properly.
I cannot duplicate this in my development environment. Can you tell me how
to fix it? Do I need to load and save the template under RB 7?
Michael Gregg
application with this version of RB. But some of the reports they run were
created with a previous version. Some of my users get an error message when
they load a report of "Error reading ppVarOtherFeesTotal.OnCalc: Invalid
property value". When the click Ignore the report loads and runs properly.
I cannot duplicate this in my development environment. Can you tell me how
to fix it? Do I need to load and save the template under RB 7?
Michael Gregg
This discussion has been closed.
Comments
That error message indicates that the report template contains a reference
to a event-handler method called "ppVarOtherFeesTotal.OnCalc" that cannot be
resolved when the report loads.
If you open each report and resave, then it will convert the report to the
latest format.
You could also try updating to RB 7.04 to see whether that helps
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
event handlers are stored the old way and one of them is not in the program.