Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Value
Message
From
01/04/2005 06:06:17
 
 
To
04/03/2005 02:00:38
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00992490
Message ID:
01000566
Views:
19
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform