Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pausing in my .dll
Message
De
11/01/2000 11:04:51
Kenneth Downs
Secure Data Software, Inc.
New York, États-Unis
 
 
À
10/01/2000 17:56:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00315821
Message ID:
00316228
Vues:
28
Chris,

There is also:

FUNCTION FoxSleep
LPARAM lnSeconds
LOCAL ltStart
ltStart = DATETIME()
DO WHILE DATETIME() < ltStart + lnSeconds
DoEvents
ENDDO

This will not pop the utilization.

>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform