Hi Everybody,
How can I force the cursor to move to the right side of the last text entry in a get.
Ex.
"This is the text." appears in the get, I would like to force the cursor to go to the right side of the period.
Thanks,
Jeff
fwKeyboard(oGet,VK_END)
.
.
function FWKeyBoard(oWnd, nKey)
oWnd:SetFocus()
oWnd:PostMsg(WM_KEYDOWN, nKey, 0)
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 87 guests