Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loop never stops
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00967910
Message ID:
00967913
Views:
10
Hi Hugo
actually there is no other loop inside this do while loop but this loop inside another loop.
i just put a wait window before enddo on llcancel but llcancel never getting .T. that means program not taking my key board input no matter how many times i press ESC or INS.

DO WHILE .T.
* allow ESC or insert (for dev) to cancel seach
lnKey = INKEY()
IF lnKey = 27 OR (gldevelop AND lnkey = 22)
llCancel = .T.
EXIT
ENDIF
---code here
**** more code here
WAIT WINDOW NOWAIT "llcancel value is "+TRANSFORM(llCancel) && new code
IF llCancel
EXIT
ENDIF
ENDDO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform