Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Load() and init() methods
Message
From
29/10/1996 14:33:41
 
 
To
29/10/1996 14:08:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00011101
Message ID:
00011104
Views:
29
>I don't still really know when to use place my "init" code when loading a form or formSet, either in the init() or load() methods. Can anyone give me some advice on how and when to use one or the other?

the main diff. is in the firing order
thew form load() event is the second event to fire (after the dataenvironment beforeopentables)
the form init() event fires only after all the controls init events fired
(unless u specify NOINIT for the different controls)

so basically the load knows nothing about the controls and the init does

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform