Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is this a keyword but not in fox documentation
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00658451
Message ID:
00658455
Views:
11
>I have the following in some code I am trying to debug. Please consider...
>
>
on key label LEFTMOUSE
>on key label RIGHTMOUSE keyboard "{ESC}" plain
>on key label ENTER keyboard "{ESC}" plain
>activate window wzlocate
>
>What is plain? I cannot find this word in any documentation. Not even in FPD Help.
>
>TIA

look in the KEYBOARD function help. Here is what it says:

PLAIN
If you have keyboard macros defined or active ON KEY LABEL commands, you can include PLAIN to bypass these key assignments. PLAIN fills the keyboard with the literal key character, not the key assignment.
For example, if you have assigned a command to the A key with ON KEY LABEL and A is included in cKeyboardValue, use PLAIN to place the letter A in the keyboard buffer. The ON KEY LABEL command assigned to A isn't executed.
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform