I like to capture the Double click event for the data object.
Any suggestion is welcome
DataObject does not capture double-click. There are a list of events recognized by D.O. in Help. Either use one of them, or create a button to do what you want.
Hello Thomas,
John is correct, there is no double click event for the Data Object.
However, in the past I have used the RowSelect or GotFocus events to execute code based on activation or selection of the Data Object.
Hope this helps,
ViP/DX Tech Support