Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want program to pause for 60 seconds, how?
Message
De
19/11/1998 15:03:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00159454
Message ID:
00159478
Vues:
23
>System administrator wants to kick the users off the system. Selects the appropriate menu item. Now I want to give him a message like "Please wait ... Forcing Users off the System" and make it stay up for 60 seconds. Tried "WAIT" with " Timeout 60", but it goes away if the keyboard or mouse is used.
>
>How to pause a program for XX seconds.
>
>Brenda

nSeconds = seconds() + 60
do while nSeconds > seconds()
enddo

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform