Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pausing Program
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00669622
Message ID:
00669648
Views:
31
>What is the best way to pause program execution in VFP?
try this WSH API call

DECLARE Sleep IN WIN32API ;
INTEGER nMilliSeconds

Where you want to pause VFP insert into your code the following line
SLEEP(1000*10)
Ronl
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform