Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple combo Boxes
Message
From
19/06/2001 07:40:17
 
 
To
19/06/2001 07:38:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00520874
Message ID:
00520925
Views:
15
What I don't understand is why the click drills through the dropdown list to the control below (I'm not that heavy handed with clicking)

>Have you ever encountered a similar problem?
>
>I really want a generic solution that I can put into the combo's baseclass.. I can't guarantee that the when method will not be overridden, I would also need to ensure the valid resets the flag _after_ it has finished (all our dodefaults are at the start of any custom code)
>
>This would also mean that If I dropdown a combo.. then try and click onto another combo without selecting from the dropdown list, the second combo may not receive focus.
>
>Maybe the transparent shape will work.. I will have to play
>
>Thanks
>
>Will
>
>>Hi!
>>
>>Well, make a logical flag on the form and set it to .T. in the DropDown event of the combobox. Than check that flag in other comboboxes and return .F. in When event if that flag is .T. (do not forget to set flag to .F. before return ;)
>>
>>Or just put the transparent shapes over the comboboxes for duration of the drop down list opened that disappear when clicked (click forwarded from the combobox click), however I don;t know if this will work...
>>
>>HTH.
>>
>>>Hi,
>>>
>>>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.
>>>
>>>I suppose what I want to do is disable the mouseclick for a split second after making a selection in a combo box?
>>>
>>>Does anyone have any suggestions?
>>>
>>>TIA
>>>
>>>Will
Will Jones
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform