Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On key label
Message
From
06/11/1998 15:49:28
 
 
To
06/11/1998 15:45:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00155337
Message ID:
00155361
Views:
22
>>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
do while .t.
 if inkey()=83  && Shift+S
  exit
 endif
enddo
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform