PRB: TabIndex Setting Does Not Activate Selected Form FirstLast reviewed: August 4, 1995Article ID: Q134312 |
The information in this article applies to:
SYMPTOMSSetting the TabIndex property of a form within a formset changes the activation order of the forms. However, the first form added to the formset will always be activated first although its TabIndex property is set to a value other than one. The TabIndex property of a form within a formset can be used to determine the activation order of forms within a formset. By default, the first form added in a formset is activated first, the second form added is activated second, and so on. By changing around the TabIndex properties for all the forms within a formset, the activation order is changed and the form which has a TabIndex property of 1, is expected to be activated first.
RESOLUTIONBy incorporating a few changes in the formset, it is possible to have the correct form be activated as the first form within a formset. Using the formset configuration as described below in the "More Information" section, the following changes correct the behavior.
Steps to Follow to Correct Behavior
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe following formset configuration illustrates resetting the TabIndex property does not result in the desired form being activated first.
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |