Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent Double Click
Message
From
20/05/2014 09:25:38
 
 
To
15/05/2014 11:39:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01600043
Message ID:
01600297
Views:
73
>I have a form with combo box. If the user double clicks a list item and it happens to be over another control, the other control gets clicked.
>
>How can this be prevented?

One option is to test for and consume all pending mouse-clicks in the click event of the combobox;
DO WHILE INKEY("HM") <> 0
ENDDO
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform