Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Create an other Thread in the VFP?
Message
From
04/05/2002 17:37:10
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
03/05/2002 23:57:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00640247
Message ID:
00652808
Views:
24
This message has been marked as the solution to the initial question of the thread.
>>Sergey sent an answer to me, pointing to a MSKB article - in this same thread, I >think - with an interesting workaround. I already pointed to another alternative: >DoEvents only every 100 records or something.
>
>What's your meaning? Will I use other methods ?
>How do you solve it such as data read from comport then the user must input at the same time ?

Normally, while VFP processes many commands (usually in a loop, like DO WHILE), it doesn't react to user input.

If you include DoEvents somewhere, e.g.:
scan
  * Do something with records
  DoEvents
endscan
DoEvents will allow VFP to react, for instance, to a button click.

I hope I am clear enough this time. Otherwise, please feel free to ask back.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform