Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Method code lost
Message
From
13/09/1998 13:56:12
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00133980
Message ID:
00135956
Views:
17
>
>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.
>

Thanks Jose for the reply. Just when I thought that I understood...

Does the IF ... ENDIF go in the init of the form class or a sub classed form?

Are you testing to see if the form has the beforeinit() if not return f?

Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform