PRB: Unable to Change Sorted Property in Form DesignerLast reviewed: December 25, 1995Article ID: Q141638 |
The information in this article applies to:
SYMPTOMSThe Sorted property of a list box or combo box contained in a form in the Form Designer cannot be changed from '.F. - False' to '.T.- True' if the RowSourceType property is set to anything other than '0 - None' or '1 - Value'.
CAUSEThe Sorted Property of a combo box or list box can be set to '.T. - True' only if the RowSourceType property is set to either '0 - None' or '1 - Value'. STATUSThis behavior is by design.
MORE INFORMATIONIf it is intended for a list box or combo box to have a RowSourceType of anything other than 0 (None) or 1 (Value), then the Sorted Property cannot be set to anything other than '.F. - False' because it cannot have any effect on any of the other RowSourceTypes. It is possible to set the Sorted Property to '.T. - True' while the RowSourceType is either 0 (None) or 1 (Value) and then to set the RowSourceType to something different. If this is done and a form is closed and saved, the Sorted Property will return to '.F. - False'. For more information on the Sorted Property, please refer to the "Sorted Property" topic in the Help file.
Steps to Reproduce BehaviorNOTE: This example uses a list box, but the same could also be applied to a combo boxl.
|
Additional reference words: 3.00 3.00b VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |