The information in this article applies to:
SUMMARY
The IncrementalSearch property of list and combo boxes permit the user to
perform an incremental search of values. An example of an incremental
search would be to type the letter F followed by the letter O, and find the
first occurrence of a string beginning with FO. A non-incremental search in
this case would first locate the first string beginning with F, followed by
the first string beginning with the letter O.
MORE INFORMATION
To take advantage of the IncrementalSearch property, the _DBLCLICK variable
must also be set. The initial value of .5 for _DBLCLICK may not provide
adequate time to enter the characters in the object. Increasing the value
of _DBLCLICK to 1.5 allows more time to enter data.
REFERENCESFor more information about _DBLCLICK, please see the following article in the Microsoft Knowledge Base: Q95674 Keep List Box from Jumping to First Entry Beg w/ 2nd Char Additional query words: VFoxWin delay one time
Keywords : |
Last Reviewed: August 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |