Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard command
Message
From
28/02/2004 08:56:46
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881620
Message ID:
00881779
Views:
29
The only way:
KEYBOARD "hello"
WAIT windows "hello" NOWAIT && with NOWAIT the WAIT use the keyboard event, but not consume the buffer
the DOEVENTS is not a solution,
because VFP use two threads, but it have not a randevouse command for sync they,
than this is not deterministic:
KEYBOARD "hello"
DOEVENTS
DOEVENTS
DOEVENTS
DOEVENTS
DOEVENTS
DOEVENTS
DOEVENTS
DOEVENTS
DOEVENTS
DOEVENTS
WAIT windows "hello"
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform