Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What purpose modeless?
Message
From
15/01/1999 08:30:19
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00175837
Message ID:
00176410
Views:
24
>Modal forms are single interface forms - normally used for displaying or requesting information where the user must exit the form before anything else can happen. When you call a modal form, control is held by the modal form. Modeless forms - you can have many forms open at the same time (some hidden) and the user can freely go between forms. They require a lot more control by the developer but open the doors to whatever you want the app to do! Also the first form is loaded and initialised but control is not passed to it until you issue a READ EVENTS so you can open the form and do some work with it BEFORE the user gets hold of it.

Sounds like I've found my next topic of training. Thanks guys!
~~~~~~~~~~
Denise
~~~~~~~~~~
Previous
Reply
Map
View

Click here to load this message in the networking platform