PRB: Check Boxes Don't Display in Certain SituationsID: Q130729 The information in this article applies to:
SYMPTOMSYou aren't able to see a check box or radio button when it is highlighted (selected) except for the outline around the object.
CAUSEYou may be using an incompatible color combination of the pen and fill colors for the object that nullifies the display of an element like an X in a check box, and the mode of the get object(s) may be set to TRANSPARENT.
WORKAROUNDEnsure that the GET object is marked as OPAQUE and that your color combinations do not conflict with each other. For example, a white fill color would conflict with a white pen color.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorRun the following code: CREATE TABLE Test (FieldA L(1), FieldB L(1), FieldC L(1)) DEFINE WINDOW test ; ACTIVATE WINDOW test NOSHOW
@ 1.846,12.000 GET Test.fielda ; @ 1.923,28.800 GET Test.fieldb ;
@ 1.846,48.000 GET Test.fieldc ;
@ 5.538,19.200 GET Butval ;
IF NOT WVISIBLE("test")
ENDIF
READ CYCLE RELEASE WINDOW test SELECT test USE
Do Case
Endcase
Show Gets
Additional reference words: FoxWin 2.50 2.50a 2.50b 2.60 2.60a disabled unselected KBCategory: kbprg kbprb KBSubcategory: FxprgGeneral |
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |