Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box opening mid list
Message
De
14/10/2010 10:08:57
 
 
À
14/10/2010 10:02:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01485471
Message ID:
01485473
Vues:
60
This message has been marked as a message which has helped to the initial question of the thread.
>In a combo box with RowSourceType set to 5 (array), array sorted in a user-specified order, not necessarily alphabetical, bound to a data field; when opened on an empty data field is there any way to force the list to open at the top of the list instead of the middle or bottom as it sometimes does now?

Not tested, but I guess you can add some conditional code to GotFocus, like
If empty(yourfield)
   KEYBOARD "{Home}" PLAIN CLEAR 
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform