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
Additional query words: kbdse Vfoxwin combo box
Keywords : kbVFp500 kbVFp600 FxprgClassoop FxtoolFormdes |
Last Reviewed: December 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |