Page 1 of 1

xBrowse Left double click

Posted: Fri Jul 20, 2007 12:37 pm
by Willy
I see this is defined

Code: Select all

oBrw1:aCols[1]:blDClickData  := {|r,c,f,o| Msginfo("Left double click on column data " + o:cHeader, "TXBrowse power") }
Is it also possible to make ONE statement for a left double click on a row.
So I do not have add that line for every column

Thanks,

Willy

Posted: Fri Jul 20, 2007 1:11 pm
by Armando
Willy:

Pls try this way:

oBrw1:blDblClick := { | nRow, nCol, nKey | YourFunction()}

Regards

Posted: Fri Jul 20, 2007 2:15 pm
by Willy
HelloArmando,

I've tried this (I thought) and it did'nt work. Now it does. I must have forgotten someting simple.

Thanks,

Willy