FIX: Highlighted Option Is Not Determined by Default ValueLast reviewed: September 22, 1997Article ID: Q88998 |
2.00
MS-DOS
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSThe default value of a button does not determine which button is highlighted. When the TAB key moves the input focus to a group of buttons, the first button in the group receives the highlight.
RESOLUTIONTo modify this behavior, change the value of the _curobj variable or use the arrow key, as in the following example:
store space(10) to x @2,2 get x function "* ok;no" read when wh1() proc wh1 _curobj=2 return .t. STATUSMicrosoft has confirmed this to be a problem in Microsoft FoxPro version 2.0 for MS-DOS. This problem was corrected in Microsoft FoxPro version 2.5 for MS-DOS.
|
Additional reference words: FoxDos buglist2.00 fixlist2.50 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |