Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event Not Firing
Message
From
16/07/2007 15:04:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01240814
Message ID:
01240826
Views:
15
>>We have a combo box control. The style is 2 (Dropdown List)
>>
>>The code in the GotFocus event is inherited from the parent class. It is
KEYBOARD "{F4}" PLAIN CLEAR
>>
>>When the user double-clicks one of the items I would like to perform some action (open a document via ShellExecute). However, the dbl-click event code never seems to fire. I've put WAIT WINDOW's etc. there and they don't get displayed.
>>
>>I tried putting a NODEFAULT in the GotFocus method, but then nothing happens when I click either in the list or on the drop-down arrow.
>>
>>All suggestions greatly appreciated.........Rich
>
>When you click on the item, AFAIK, you're selecting it. So, perhaps you can use InterctiveChange of the combobox?

Thanks for the reply.

I can visualize the user selecting the item in the list without wanting to open its viewer and wanted something a little more definitive than selecting the item before they actually launch the application to view the item. I thought double-click would be intuitive for the user since they have several places which require that for actions to be performed. But no matter how fast I click, the dbl-click event never seems to fire. I think that I will put a button < view item > on the form. There is (barely) enough real estate left (form cannot be resized) to handle this.

Thanks.......Rich
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform