ID: Q97069
The information in this article applies to:
An @ ... GET invisible button command does not highlight an @ ... SAY field in FoxPro versions 2.5 and 2.5a for Windows.
On page L3-62 of the "Language Reference" manual, the "Description" section of the @ ... GET - Invisible Buttons command mentions that if an invisible button is placed on top of an @ ... SAY field and the invisible button is the current object, the @ ... SAY field will be highlighted. However, in FoxPro 2.5 and 2.5a for Windows, the @ ... SAY field is not highlighted.
This behavior is by design. The documentation is incorrect.
The following code demonstrates this behavior in both FoxPro for MS-DOS and FoxPro for Windows:
CLEAR
@ 2,2 SAY "One "
@ 3,2 SAY "Two "
@ 4,2 SAY "Three"
@ 5,2 SAY "Four "
@ 6,2 SAY "Five "
@ 2,2 GET x DEFAULT 0 PICTURE "@*IV ;;;;" SIZE 1,5,0
READ CYCLE
Additional reference words: FoxWin 2.50 2.50a documentation error docerr
KBCategory: kbprg kbdocerr kbprb
KBSubcategory: FxprgGeneral
Last Reviewed: June 27, 1995