Hello,
I try to get the row of the target browser where I drop a cell from another browser. How can I retrieve this value ?
regards
Rudolf
drag from
DCBROWSECOL ELEMENT 7 WIDTH 7 HEADER 'Betrag' PARENT oBrowse DRAG {|o|o}
drop to
DCBROWSECOL ELEMENT 1 WIDTH 6 HEADER 'Rechnung' PARENT oBrowse2 DROP {|o,a|dropzlg(o,a)}
function dropzlg(o,oFrom)
******************************************************************
local nCol := o:columnpos
local xData := o:getdata()
dc_inspectobject(o) // target row
dc_inspectobject(oFrom) // source row
return .t.
.
row of browse drop
Re: row of browse drop
Look at "array.prg" in ..\Samples\DragDrop.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: row of browse drop
thank you, exactly what I need
regards
Rudolf
regards
Rudolf