Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Locked
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Form Locked
Miscellaneous
Thread ID:
01282519
Message ID:
01282519
Views:
67
Hi
I have a piece of code , to do a lookup, which calls a Modal form as:
Do Form MyForm with Param1,param2 etc
Sometimes, this form gets locked behind the calling form, and control is passed back to the calling Form, but with the Called form still enabled
Even though I can click on some of the boxes on the calling form,I cant exit out and I Have to Bomb out

Is there a way to identify Forms that are open . I could then maybe put Full focus back to the called from, so at least I can exit out of that.
sometthing like(not sure of Code)
If MyForm is Open
Activate MyForm and Put On Top
Endif
The Called form is Modal. I have also tried 'Always on Top' but this does not work either.

Any nhelp appreciated on how to solve or workarounds, or indeed why this would happen in the first place, at it is a Modal form.
Regards,
Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform