Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Managing the messagebox
Message
De
03/06/2003 16:50:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00795896
Message ID:
00795915
Vues:
9
>Is there a way for the standard "=messagebox('Please wait')" to display before a loop then disappear afterward w/out user input?

AFAIK the messagebox function will not allow other code to process until it goes away. You could try "wait window 'Please wait' nowait" and at the end of the loop put "wait clear". I don't really like wait windows and usally update the status bar at the bottom of the screen.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform