Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple combo Boxes
Message
De
19/06/2001 09:27:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00520874
Message ID:
00520985
Vues:
18
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform