Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox DropDown listbox behavior problem
Message
From
23/05/2008 02:10:23
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01319022
Message ID:
01319165
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform