Positions the cursor in a given row and column of the screen.
Syntax
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.SetCursor RowNum(iRowNum) ColNum(iColNum)
Parameters
|
Return Value
None
Examples
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.setcursor Rownum(10)