not exactly... I'm trying to upgrade rb to v6.03 (demo as now) but I'm having some strange behaviour between my application:
- I had to inherite a TppDesignerWindow in order to customize the report designing. I create TppComponent by inheriting the dcCreateNew procedure (changing its visibility inside ppDsgner unit of course). Everithing worked fine with 5.5, but now as the application tries to use this components the property TppComponent.DesignControl results set to nil (I checked its value as just created and it had the right value). So if I try to use the AddSelection function an access violation error is raised, since it assumes this property to not be nil.
I hope to have been clear... Thanks. Marco Carboni.
Comments
6.03?
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
having some strange behaviour between my application:
- I had to inherite a TppDesignerWindow in order to customize the report
designing. I create TppComponent by inheriting the dcCreateNew procedure
(changing its visibility inside ppDsgner unit of course). Everithing worked
fine with 5.5, but now as the application tries to use this components the
property TppComponent.DesignControl results set to nil (I checked its value
as just created and it had the right value). So if I try to use the
AddSelection function an access violation error is raised, since it assumes
this property to not be nil.
I hope to have been clear...
Thanks.
Marco Carboni.
"Alexander Kramnik (Digital Metaphors)" ha