Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pausing Program
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00669622
Message ID:
00669648
Vues:
32
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform