PRB: ComboBox ReadOnly Property Applies Only to Dropdown ComboLast reviewed: January 10, 1997Article ID: Q156510 |
The information in this article applies to:
SYMPTOMSIn Visual FoxPro 5.0, the ComboBox control now has a ReadOnly property. The ReadOnly property can only be set to .T. if the ComboBox Style property is set to 0 - Dropdown Combo--not if the ComboBox Style property is set to 2 - Dropdown List. This is documented in the Visual FoxPro 5.0 Help.
STATUSThis behavior is by design.
MORE INFORMATIONThe ReadOnly property has been added to the ComboBox control for Visual FoxPro 5.0. As with other controls (such as TextBox or EditBox), it applies only to the region of the control that accepts text input. The ComboBox has such a region only if the Style property is set to 0 - Dropdown Combo, so the ReadOnly property can be set only to .T. for ComboBoxes of this Style.
Steps to Reproduce Behavior
|
KBCategory: kbprg kbtool kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |