how can I get the cursor position in a "get memo"?
ex:
xxxxx
yyyyy|(CURSOR POSITION)
oGet:GetCol() return 6
the correct one would be 11
how can I get the cursor position in a "get memo"?
ex:
xxxxx
yyyyy|(CURSOR POSITION)
oGet:GetCol() return 6
the correct one would be 11
    REDEFINE GET oObs ;
        VAR cObs MEMO ;
        ID 119 OF oDlg
        oObs:bGotFocus = { || oObs:SetSel( 0, 0 )} //,;oMGet:GetRow()
oMGet:GetCol()