Home General

ERead Error: Invalid property Value

edited July 2001 in General
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

Comments

  • edited July 2001
    Hi Gerald,

    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
  • edited July 2001
    Thanks - this will be helpful.
    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
This discussion has been closed.