Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing a Form from a prg
Message
From
13/03/2001 09:55:02
 
 
To
13/03/2001 09:48:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00484409
Message ID:
00484430
Views:
19
Another option could be to instantiate your forms from class librarys and release through the resulting reference.
loForm = CreateObject("cForm")

*!* Do something with the form.

loForm.Release()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform