Hi,
How to programmatically go to the last line of a TMultiGet control (GET...MEMO) ?
With the keyboard I had to click on the control to give it focus then press Ctrl+End
TIA
METHOD GoBottom() CLASS TMultiGet
LOCAL nPos := LEN( ::VarGet() ) + 1
::SendMsg( EM_SETSEL, nPos, nPos )
::SendMsg( EM_LINESCROLL, 0, ::SendMsg( EM_GETLINECOUNT ) )
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 94 guests