Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show wait window like message in form and keep it
Message
De
12/08/2015 14:42:05
 
 
À
12/08/2015 14:29:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01623210
Message ID:
01623213
Vues:
58
>how to display wait window nowait like window in upper right corner of form and keep it ?
>
>wait window nowait shows message in upper right corner of screen and closes message if mouse is moved so it cannot used.
>
>Is it possible to use define window to draw similar message inside form ?
>Is is possible to pass form name as window name to define window ?
>
>Or is it possible use Form.Box() or similar method to draw wait window like window and keep it open ?
>Or any other idea ?

You could add the NOCLEAR clause to the WAIT
WAIT WINDOW "This is a test" NOCLEAR
to remove it you use
WAIT CLEAR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform