Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exception C0000005 on wait window command
Message
 
À
27/11/2001 09:16:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00586253
Message ID:
00586330
Vues:
19
Daniel,

Thanks for the tip. Does using this API call require any special attention when I create distribution / install disks (e.g. specific libraries that must be included)?

-- Larry

>Lawrence,
>In addition to Hilmar's reply, if you need a timeout in VFP, it's more efficient to use the API call Sleep():
>
>DECLARE Sleep IN WIN32API INTEGER nMillisecs
>
>DO WHILE < Whatever >
>  Sleep(200) && timeout of 200 millisecs
>  *-- processing
>ENDO
>
Larry Tucker
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform