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

Invalid property value error

edited October 2005 in End User
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

Comments

  • edited October 2005

    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
  • edited October 2005
    Thanks. It was a mismatch between a report and the program. The reports
    event handlers are stored the old way and one of them is not in the program.


This discussion has been closed.