Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox incremental search
Message
De
22/10/2003 07:38:37
 
 
À
21/10/2003 20:57:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00839230
Message ID:
00840959
Vues:
29
Hello Ken.

Based on the version of VFP look at _dblclick (VFP 6 and before) and _incseek. For instance, if VFP7, in the GotFocus method set _incseek to .5 (remember to set to back to default of 5.

This is only relevant when using a drop down list ( style = 2 ). Michel is using a drop down combo, so this will not give him the behavior he is looking for.

You can automatically have the combo open with this command: keyboard "{F6}" Could put it in the GotFocus

Unfortunately, this will not drop the combo. The keystroke required is either '{F4}' or '{ALT}+{DNARROW}'
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform