Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formset problem. Help!
Message
 
To
26/04/2000 10:36:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00363160
Message ID:
00363632
Views:
18
Hello Gustavo,
I understand what you said but my problem seems to be something else. On Form1(of the formset) I call the procedure to display form2. And when I get back to form1(after I am done with form2), there is no way to call the procedure again.
We often move our products to many co-locations, and this formset is for that purpose. Form1 is used to enter information such as ship_date, vendor, contact, received_date... then I call the procedure to bring up form2 which contains individual product(T1, NIC,computer,...) and their status(onhand,serial number..) to ship it to the colocation states on Form1.
Do you know how to call a procedure more than 1 time?
Thank you very much for your advice, I appreciate it. Have a good day Gustavo!
Thanya.
********



>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