Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modeless Form won't show!
Message
 
To
12/12/1999 21:55:53
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00302557
Message ID:
00302575
Views:
20
David,

A non-modal form does not pause for code to continue. If you ahve two "always-on-top" fomrs the one with focus will be on top. The non-modal form is not holding focus and therefore the main form regains focus and it comes to the top.

The trick I use to do an operation with a message form like this is to place a textbox in the non-modal form at tab position 1. In the Gotfocus of that textbox I put the code to run the operation and end that code with a Thisform.Release(). Then when I want the operation I simply DO FORM MyForm and let it go.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform