The information in this article applies to:
SYMPTOMSWhen the IncrementalSearch property of Visual FoxPro's list box or combo box is set to True, the list box or combo box is capable of performing an incremental search of values within the object. However, when the list box or combo box has multiple columns and the RowSourceType property is set to either 2-Alias or 5-Array, the incremental search is applied to the first column in the list, regardless of the column to which the order is bound. RESOLUTION
To apply incremental searching to a column other than the first, you need
to reorder the field list in the RowSource property of the list box if the
RowSourceType property is set to 2-Alias, or reorder the array if the
RowSourceType property is set to 5-Array.
Q137125 How to Use IncrementalSearch Property of List and Combo Boxes STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce BehaviorThis example uses the Customer table located in the Vfp\Samples\Data directory with indexes created on the Company and Contact fields.
Additional query words: VFoxWin
Keywords : kbVFp300 kbVFp300b kbVFp600 FxtoolFormdes |
Last Reviewed: August 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |