Hi everybody
In a TGet(), how can I make the cursor step one position to the right. I have tried oGet:PostMsg( WM_KEYDOWN, VK_RIGHT, 0 ) but it does not seem to work
Any suggestion? Thanks
Rafael
Rafael Clemente wrote:It was just a matter of adding SysRefresh() !!!
Antonio Linares wrote:Rafael Clemente wrote:It was just a matter of adding SysRefresh() !!!
good
redefine get odatos[1]...
...
redefine get odatos[10]...
oDatos[1]:bValid:= { || oDatos[1]:SetPos( 10 ), SysRefresh(), .T. }
Antonio Linares wrote:Gustavo,
Si el foco se va a ir a otro control, prueba a hacer:
oGet:nPos := 10
desde el VALID
oDatos[1]:bValid:= { || oDatos[1]:nPos:= 5, SysRefresh(), .T. }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 61 guests