Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal to modeless at runtime
Message
 
To
02/11/2001 18:52:53
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00577053
Message ID:
00577057
Views:
19
>Is there away to change a modal form to a modeless from at run time from a .prg?

Hi Cicilia,

You can't change the setting once the form is displayed, which means that the init method is a perfect place to set the windowtype property.

You can pass it as a parameter to the form (i.e. do form yada with blah), and in the init method something like
lParameters tiModality
This.WindowType = tiModality
dodefault()
Good luck!
Alex
Low-carb diet not working? Try the Low-food diet instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform