Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing forms
Message
From
19/10/2001 22:10:37
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00570083
Message ID:
00571247
Views:
23
Hi Keven,

Have you tried something like this:

Have form2 return a value to form1 using the form1.unload event.

If form2 returns a specific value when you release it, release form1 also

Do Form1 to lcForm2ReturnVal
If lcForm2ReturnVal = "RELEASE"
ThisForm.Release() && or ThisForm.cmdCancel.Click() if that works better
EndIf

This is quite a simple approach so I don't know if that is what you were looking for but it's what I came up with.

Aloha,

James
Previous
Reply
Map
View

Click here to load this message in the networking platform