Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BINDEVENT on INIT
Message
From
16/01/2007 22:04:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
BINDEVENT on INIT
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01186138
Message ID:
01186138
Views:
95
What's the best way to use BINDEVENT associated to the INIT event ?

I've created a class that needs to have some code run after all the objects of a form are initialized. So I added a
BINDEVENT(Thisform, "Init", This, "AfterFormInit")
But this does not work as desired if the INIT method of the form is empty.
If I write any code on it, such as
DODEFAULT()
Everything works fine.

Can someone provide any tip ?
Thanks in antecipation

Cesar
Next
Reply
Map
View

Click here to load this message in the networking platform