Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When does INIT EVENT fire off?
Message
 
 
To
15/05/1998 11:30:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00099475
Message ID:
00099765
Views:
19
Robert

It can be called just like any other method: thisform.Init()

Calling an event method though doesn't cause the event itself, it only executes the overridden method code. A lot of people don't think it's a good to use Init() like this though. The code that you want to execute at various times should be put in another method, that Init() and your other code can call when needed.

>how do i call the init() from code..
>do I - thisform.init.click() -
>please give me a sample in code... :)
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform