Arraybrowser set pointer
Posted: Thu Mar 22, 2012 6:01 am
Hello,
I would like to start at a specific line when displaying a browser. What ist the best method ? I have tried with attached code, but does not work:
regards
Rudolf
I would like to start at a specific line when displaying a browser. What ist the best method ? I have tried with attached code, but does not work:
Code: Select all
DCREAD GUI FIT BUTTONS DCGUI_BUTTON_OK MODAL TITLE "dpp-appserver.log message lines" EVAL {||startatline(oBrowse1,nLine),oBrowse1:refreshall()}
return .t.
function startatline(oBrowse1,nLine)
******************************************************************
//
oBrowse1:setpointer(nLine)
return .t.
Rudolf