BUG: KEYBOARD Multiple Tabs Do Not Work in Browse Window (193024)
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 Q193024 SYMPTOMS
Using the KEYBOARD command to issue multiple tabs, to programmatically move
from column to column in a Browse window, does not work.
RESOLUTION
Separate the tabs by some non-functional keystroke. For example, to
workaround the problem, you may use these two techniques:
KEYBOARD
'{TAB}{CTRL+ALT+RIGHTARROW}{TAB}{CTRL+ALT+RIGHTARROW}{TAB}{CTRL+ALT+
RIGHTARROW}{TAB}'
#DEFINE TAB '{TAB}{CTRL+ALT+RIGHTARROW}'
KEYBOARD TAB+TAB+TAB+'{TAB}'
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 5/10/2003 |
---|
Keywords: | kbbug kbnofix KB193024 |
---|
|