Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IncrementalSearch Doesn't Work
Message
From
08/07/2002 13:39:03
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00676188
Message ID:
00676229
Views:
9
>I have a combobox on a form with the following settings:
>
>
>IncrementalSearch = .T. (Default)
>InputMask = "!!!!!!!!!!"
>RowSource = "SELECT StatName FROM Station ORDER BY StatName INTO CURSOR Temp1"
>RowSourceType = 3 - SQL Statement
>
>
>Yet when I type stuff into the combo, it does not search. There are
>values in the list which should result in a match.
In gotfocus in VFP6 try _dblclick=2.5
i lostfocus
_dblclick=0.5
in VFP7
same event
_incseek=2.5, _incseek=0.5
Try also to putt alltrim around StatName
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform