Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu being released!!!!
Message
 
 
To
12/05/2002 21:50:49
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00655355
Message ID:
00655555
Views:
19
>Hi,
>Sorry, some mistake here..
>What I meant is I will launch a modal form from a MDI form, and once user click on OK/Cancel button, my program will do necessary process and the hide itself. My calling form will get the return value from this modal form property then only release it.
>
>I found that, once my modal form issue form.HIDE, the popup defined for the menu will be dissapear!! Any ideas?
>
>Thank you

How do you call the modal form and getting a return value? Is it like this?
Do form mymodalform To nReturnVal
I normally don't hide modal forms because you will not get the expected behaviour because it is modal. I should be release so that the focus will normally go back to the calling form.

The Unload event of the modal form should have:

Return nRetValue
.Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform