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

When do RTMs get converted RB v5.54 to v7.01?

edited May 2003 in General
When do RTMs get converted?

I updraded from Delphi 5 to Delphi 7, RB 5.54 to RB 7.01.

After installing D7 and RB 7.01, I restored my codes.

All my codes compile w/o error in Delphi 7 now.

However, when I open the RTM files through the a TppReport compoent, I get
error such :

"Error reading pprptMyReportForm.OnPreviewFormCreate:

Invalid property value

Ignore the error and continue?"

What's causing this? Are my RTMs not converting?

How do I convert them?

Jay Castillo
Programmer
Media Services, Inc.

Comments

  • edited May 2003
    Jay,

    Make sure you are loading the .rtm into the original form with the report
    component you originally used. The event handler name is the same in both
    RB 5.54 and RB 7.02. Click on the report component and see if the event is
    present. If not, recreate the event handler on the new form that you are
    trying to load the report to.

    --
    Best Regards,

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