Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOR NEXT and Event()
Message
From
06/03/1997 00:13:37
 
 
To
05/03/1997 16:04:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00023029
Message ID:
00023088
Views:
33
>FOR lnCompteur=1 TO 100
> Send('Something')
> llReady=.F.
> * We assume the Receive() event will make llReady=.T.
> DO WHILE NOT llReady
> ENDDO
>NEXT
>
>Then, I tried with a timer but with no success.
>
>Any idea?

1. Send just the first string from the method that contains now your FOR. After that, the Receive event will be fired and you can control all the process just from Receive (send the next string as the last action).

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform