Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dblclk and comboboxes
Message
De
06/03/1998 20:18:28
 
 
À
06/03/1998 09:34:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00082932
Message ID:
00083163
Vues:
26
>>>>Is there any way to use dblclk event of comboboxes ?
>>>>In one of our forms comboboxes work fine (dblclk goes
>>>>to registers mainentance form) but anywhere else it don't
>>>>work.
>>>>
>>>>The only difference between forms is that the working
>>>>form uses SQL as row source and the non-working forms
>>>>use alias.
>>>
>>>Dblclick event always works regardless Rowsourcetype. The question is: what code do you use in this event?
>>
>>I finally found the reason. DblClick works for dropdown combos but don't
>>work for dropdown listboxes. Really annoying.
>
>Yes, you're right, but there is workaroud here:
>
>***Combo.Click event
>if seconds()-thisform.nSec<0.2   && or another value to accomodate user's typing
>	this.dblclick()
>endif	
>***Combo.Dropdown event
>thisform.nSec=seconds()   && set thisform.nSec=0 in Form.Init event
>
Hi, Why not simple use RightClick instead??
Sure User don't use wrongly!! Even I use RightClick instead of drag-drop!!
Quick faster!! The Only THing to do is to make a good documentation!
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform