Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide and Show
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00121321
Message ID:
00121336
Views:
12
Dan,

I assume that form y is modal. If so, you can put this in the click event of the button on form x:
THISFORM.Hide
DO FORM y
THISFORM.Show
This will work because execution of form x will pause waiting for modal form y to be released.

>I seem to be having difficulty in moving back to a previous form when useing {thisform.hide do form y } in a click prompt button ( which moves fine into form y, but when i issue a unload statement ... {thisform.release show.x} i get an error (Object x is not found)... debug shows Nothing in the local window (especially the previous form (x).. it works fine while running from the program manager, but once made into an APP , this is when the problem occurs... Can anyone help??
>
>TIA
>Dan
Previous
Reply
Map
View

Click here to load this message in the networking platform