Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PEM values at designtime
Message
From
16/10/2004 02:41:46
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
 
 
To
15/10/2004 04:56:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00950143
Message ID:
00951915
Views:
12
Fabio,

>ResetTodefault(),PEM() ( and GETPEM() partially ) are relative to the VCX/PRG subclass.
>Any value put into SCX property sheet are like to set it into the form's Load method.
From the event time order you are totally correct, but viewed from firing assign methods they are different.
Property values set at design time even at instance levels bypass assign methods,
whereas assign methods are fired also from form.load and form.init (as they should be IMHO).

So building a generic "PropertyFirstSetValue" bag structure via assign methods (for each property, but calling a app-global check/set routine) is also possible, as well as a "PropertyFirstSetValue" gatherer, which has to be called as the first line in the load with a list of property names.

rgds

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform