PRB: KEYBOARD "{RIGHTMOUSE}" Fails (260359)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q260359 SYMPTOMS
Without an ON KEY LABEL in effect, no noticeable effect occurs when you issue the following command:
KEYBOARD "{RIGHTMOUSE}"
RESOLUTION
To resolve this problem, issue the following command (with the appropriate coordinates) instead:
MOUSE RIGHT CLICK AT MROW(), MCOL()
MOUSE RIGHT CLICK AT 0,0
STATUS
This behavior is by design.
REFERENCES
Microsoft Visual FoxPro Help file; topic: "KEYBOARD"; topic: "ON KEY LABEL".
Modification Type: | Major | Last Reviewed: | 5/12/2003 |
---|
Keywords: | kbCodeSnippet kbOLDocs kbprb KB260359 |
---|
|