Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal to modeless at runtime
Message
 
À
02/11/2001 18:52:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00577053
Message ID:
00577057
Vues:
21
>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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform