PRB: Cannot Use the Keyboard to Navigate Between Controls (147843)
The information in this article applies to:
- Microsoft Visual FoxPro for Macintosh 3.0b
This article was previously published under Q147843 SYMPTOMS
In a form or in a dialog, you can't move the focus to a command button by
pressing the TAB key. The only way to move the focus to the control is to
click it. You'll see this behavior in all of these situations:
- You cannot press the TAB key to move among controls in Wizard dialogs.
- Pressing the TAB key does not move the focus to controls in the
GETFILE(), PUTFILE(), and other dialogs.
- The TabStop property setting has no effect on whether or not a user can
press the TAB key to navigate in a form.
CAUSE
This is a feature specific to Macintosh interfaces. Command buttons do not
get the focus when you press the TAB key to move to them.
WORKAROUND
You can modify this behavior by using the SET KEYCOMP command. If you use
the syntax SET KEYCOMP TO WINDOWS, you can navigate in the form, and the
default button in a dialog box is selected when you press the ENTER key.
However, the KEYCOMP setting does not affect the GETFILE() and the
PUTFILE() dialogs.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 2/8/2000 |
---|
Keywords: | KB147843 |
---|
|