Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to release a form during init method
Message
From
10/08/2005 02:29:59
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01034069
Message ID:
01039785
Views:
20
One thing to remember is that the DESTROY event is not fired if you RETURN .F. from the Init. Only the UNLOAD event is fired. So if you have any dependant code here you need to move it or call it from the unload.

>>How to do this without loading the form? I have used Thisform.Release but the form still load.
>
>
* Form Init
>...
>RETURN .F.
Previous
Reply
Map
View

Click here to load this message in the networking platform