Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want program to pause for 60 seconds, how?
Message
From
19/11/1998 15:03:31
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00159454
Message ID:
00159478
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform