Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Method code lost
Message
 
To
10/09/1998 22:27:01
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00133980
Message ID:
00135436
Views:
9
>So you use both ways in your programming... I have looked at the scope resolution operator and I think that I understand how it works. Now, What I am doing is to load the class lib if I am running the form out of the framework and create the function object that has all my functions in it and to center the form. I will always (sofar) run this code and it needs to be in the load or just after but before the init in some cases. How would you approch this?
>
>Thanks

John,

I would use a hook in this case. Something like BeforeInit(). Then your init() would be:

IF !This.BeforeInit()
RETURN .F.
ENDIF

and your normal init code would follow here.

José
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform