FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse Left double click
Posts: 117
Joined: Thu Mar 02, 2006 11:06 AM
xBrowse Left double click
Posted: Fri Jul 20, 2007 12:37 PM
I see this is defined

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
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
xBrowse Left double click
Posted: Fri Jul 20, 2007 01:11 PM

Willy:

Pls try this way:

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

Regards

SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Posts: 117
Joined: Thu Mar 02, 2006 11:06 AM
xBrowse Left double click
Posted: Fri Jul 20, 2007 02:15 PM

HelloArmando,

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

Thanks,

Willy

Continue the discussion