Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox DropDown listbox behavior problem
Message
De
23/05/2008 02:10:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01319022
Message ID:
01319165
Vues:
19
>But, I would be interested in suggestions as to which event to handle to retrieve the user's selection for the DropDown list combobox. Do you have any general guidelines that you use in deciding which event to handle?
>
>Jim
Hi Jim -

Usually Valid() is a good place for validation and subsequent actions etc.
IOW, at that point the user has completed her/his input.

InterActiveChange() happens earlier - there you can "listen" while the user is still typing;
for example in a "Filter" textbox you could Requery('yourLocalView') after each single character to get a kind of incremental search in a separate grid.


hth
-Stefan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform