Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox Value
Message
De
01/04/2005 06:06:17
 
 
À
04/03/2005 02:00:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Divers
Thread ID:
00992490
Message ID:
01000566
Vues:
18
Fred,

You may use the VALID event to achieve what you want.
In the VALID event, you may use:

RETURN

where is number of objects you want to skip to relative to the combobox.

For example,

RETURN 1 && moves to the next object
RETURN 2 && moves to the 2nd object
RETURN 3 && you get the drift right?.... =)

Hope to help.

Dennis


>As explained earlier, My Intention is to make the Cursor move to the next object (in Tab Order) when the User Drops down the ComboBox and clicks on any of the items on the list. By Defailt the cursor remains in the Combo Box till moved out by clicking elsewhere or by pressing a Cursor Movement Key such as ENTER, TAB etc. I tried using KEYBOARD CHR(13) in the InteractiveChange() which works well if a user changes the DisplayValue via the Mouse but if the user types and presses the ENTER Key the cursor will move to the next 2 objects instead of to just the next 1. Try it in a dummy form and you will get what I mean.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform