Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On key label
Message
From
06/11/1998 15:45:00
 
 
To
06/11/1998 15:08:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00155337
Message ID:
00155359
Views:
20
>It's better to use INKEY (it will really interrupt VFP processing), in your case VFP tends to process your keystroke only when process will stop, and loop is endless.


There is no example of using inkey in the help. How do I use it?

I tried this:

do while !eof() and inkey() != 29 &&(ctrl+home)
.
.
.
enddo

but nothing.

Dave
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform