Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pausing in my .dll
Message
From
10/01/2000 18:35:09
 
 
To
10/01/2000 17:56:48
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00315821
Message ID:
00315845
Views:
28
>I am working on a web page that uses a created VFP .dll. I need to put a pause in the .dll while it waits for a file. I have set up a do while statment until it returns which sends the utilization up to 100%. I've tryed using a timer, but the time doesn't seem to fire in the page. Has anyone experienced similar problems?
>
>Chris

You could try using Sleep fromthe Windows API:

DECLARE Sleep IN WIN32API INTEGER


Sleep(1000)

The parameter is in milliseconds. Note that "Sleep" is case sensitive!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform