Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal to modeless at a runtime
Message
De
31/05/2015 13:53:26
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
 
 
À
31/05/2015 08:02:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP3
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01620405
Message ID:
01620413
Vues:
91
>>Is there a way to switch window type property at a runtime from modal to modeless and oposit. I want to forbid user navigate to other open window in vfp app when i start some action till job is done. Maybe some other solution?
>
>Yes, there is a way, but just for a form class (vcx), not a form in scx.
>When you instance a form clase with oFrm=createobject("your-form-class"), you then can do this:
>
>oFrm.Show(1)
>-or-
>oFrm.Show(0)
>
>Each one load the form Modal or Modeless.

not tested, only to play devils advocate:

Do form Name goFrm

or (walking the form collection, getting a reference there
or in a form[member] method via store thisform to a global variable or goApp.oForm) ?

and then issuing on that form reference a .Show(0)/.Show(1)

to say it with the Small Faces: Lazy Sunday Afternoon
here ;-))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform