ERead Error: Invalid property Value
I get this error sporadically when loading up a template from the database.
(occurs on when I execute the template.loadfromdatabase command.)
If I delete the detail band dbText components and then put them back in and
save the template, the problem goes away.
Any ideas on what causes this, and how I can get rid of it?
I am using RBuilder 5.56, Delphi 5. I am dynamically loading templates at
runtime depending on what report the user selects.
Gerald
(occurs on when I execute the template.loadfromdatabase command.)
If I delete the detail band dbText components and then put them back in and
save the template, the problem goes away.
Any ideas on what causes this, and how I can get rid of it?
I am using RBuilder 5.56, Delphi 5. I am dynamically loading templates at
runtime depending on what report the user selects.
Gerald
This discussion has been closed.
Comments
If there are unknown properties or events, you need only to save your report
again.
This happens when you've saved a report with properties not implemented in
the version you are now using, or you assigned events with methods which
doesn't exist at loading time.
It's like opening a D5 form in D4.
You can avoid this messages by exchanging the
'TppCustomTemplateErrorDialog' (I use a not shown dialog, which logs those
(mostly not of interest) messages silently to file).
regards,
Chris Ueberall;
database.
and
I am using a Midas Client Dataset - and I changed to the kbMemoryTable -
once I deleted all the old templates and resaved new ones all was fine.
G