After installing the QuickReport 5.0 version, I get property error messages on all Reports of my previous versions.The error message is FormName.Frame.Color: property not found. Tried with removing all the properties of Frame but I need them. How do I solve this. Any help would be appreciated. Thanking you.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I don't use QuickReport. But the error typically indicates that a new version of a component on a form does not support a property anymore which was saved to the DFM with a previous version of the component. Usually a property was renamed or dropped. And if I say component I include frames on the form, too. Usually you deal with it like this:
Note that this problem can occur at runtime on any form which was not "fixed" like this. |
|||||||
|