FIX: Highlighted Option Is Not Determined by Default Value

ID: Q88998

2.00 MS-DOS kbprg kbfixlist kbbuglist

The information in this article applies to:

SYMPTOMS

The 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.

RESOLUTION

To 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.

STATUS

Microsoft 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 KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: Solution Type : kbfix

Last Reviewed: September 22, 1997