Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formset problem. Help!
Message
From
26/04/2000 10:36:46
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00363160
Message ID:
00363570
Views:
16
If you are closing the form2 (trough command like thisform.release() or any other way), so you can't call the form2 again because it was released from memory.

If this is the case, put the following code on queryunload event on form2:

thisform.hide()
nodefault

This code will not allow you to release the form2, so this form is always in memory and can be called when you need it. But, remember that you must release it when you release the form1, calling: thisformset.form2.release()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform