Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple combo Boxes
Message
From
19/06/2001 09:27:49
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00520874
Message ID:
00520985
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.

Thanks for the suggestion Thom, but I think I need to find the root of the problem.. not try and cure the symptoms

I will keep this in mind if I never find out what's going wrong!
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform