hi,
i can use
but how to "activate" using ENTER Key :?:
do i need to use bKeyDown Codeblock Slot :?:
i can use
ON DBLCLICKdo i need to use bKeyDown Codeblock Slot :?:
greeting,
Jimmy
Jimmy
ON DBLCLICK:bKeyChar := { |nKey| If( nKey == VK_RETURN, ;
( nSelect := oBrwL:oCol(1):value, oDlg:End() ), nil ) }