Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple combo Boxes
Message
 
To
19/06/2001 03:09:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00520874
Message ID:
00520972
Views:
17
Will,

>>We have lots of forms with two or more combo boxes above each other.

>>The problem I am having is that every so often when I click on a selection from the first combo, it selects (no problem), but then the combo directly under the mouse also drops down.

You may want to try testing for the position of the mouse relative to the combo with something like:
* METHOD: DropDown
LOCAL ARRAY laMouse[1]

AMOUSEOBJ(laMouse)

IF THIS = laMouse[1]
   *** the mouse is really over this combo
   *** do your DropDown stuff
ENDIF
Regards,
Thom C.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform