Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comm ports
Message
De
09/01/2003 16:26:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00740012
Message ID:
00740037
Vues:
17
I took a VB example and applied it to VFP.

I think I used .dll from fastwrite to pause processing.

in the code you can eliminate that by replacing

sys_sleep(10)

with

DECLARE INTEGER Sleep IN WIN32API LONG nMilliSeconds
Sleep(10)

hope it helps

it's in the init of the mscomm control and several other places.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform