Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comm ports
Message
From
09/01/2003 16:26:32
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00740012
Message ID:
00740037
Views:
16
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform