Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PAUSE in VFP5
Message
From
29/09/1998 20:32:30
 
 
To
29/09/1998 12:12:27
Paul Harker
Harker Enterprises, Inc.
Idaho Falls, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00141705
Message ID:
00142191
Views:
25
>>I have this app that communicates with the COM ports using a DLL. I need to send a request to the DLL and wait about 100 miliseconds before I loop id the wrong return value is received. To achieve this I have a WAIT WINDOW"" TIMEOUT .1
>>This procedure is called approx every 200 mili seconds with a timer.
>>
>>DO WHILE err_code #0
>> err_code = dll_call(parm1,parm2...)
>> WAIT WINDOW '' TIMEOUT .1
>>ENDDO
>>
>>...rest of procedure.
>>
>>The problem is that the wait window firing as fast as it is my keystrokes to the main application as well as mouse clicks are being "EATEN" by the Wait Window.
>>
>>IS THERE ANY OTHER WAY TO "PAUSE" CODE EXECUTION IN A PROGRAM FOR A SPECIFIED TIME BUT WITHOUT A FUNCTION THAT EATS KEYSTROKES??
>>
>>THANKS
>>
>>BERNARD
>
>Have you tried the ON COMM event? Works great with the MSCOMM32.OCX. This way your app wakes up when data comes across the commport.

Cannot use mscomm here as the hardware I am talking to needs to be polled before giving up data.It is not data that flows into the buffer without polling!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform