I have a form which contains a grid. I want the user to be able to
(left)Click on a row of the grid to perform a Click method; and to
DoubleClick to do a different, DblClick method.
I can't get them to work together, even when I increase the _DBLCLICK value
to its maximum (about 5.5 seconds). The form seems to respond to a
doubleclick as if it were a singleclick.
I *am* able to get Click and RightClick to coexist.
I can also code for a DblClick by itself.
But the bottom line is: I can't get Click, DblClick, and RightClick all to
function in the same control or object.
Why is this?
(By the way, I think the explanation of _DBLCLICK in the VFP 6.0 Language
Reference is wrong. It says the syntax is _DBLCLICK = nTicks, but it should
say _DBLCLICK = nSeconds, where 0 < nSeconds <= 5.5)
--
Peter Rooney
magnetix@ix.netcom.com