Hello,
How i can replace a get caracter when typing, try this but doesn't work and i want after replace send the cursor to last caracter get position to continue typing.
Thanks in advance!
...
REDEFINE GET oGet52 VAR oArqCli:RAZAO ID 103 of oDlg1 picture '@!' COLOR Frente,Fundo update
oGet52:bChange := {|nKey| Rep_Get(nKey)}
...
Static Function Rep_Get(nKey)
StrTran(oGet52:cText,"Ã","A") <----- dont work
StrTran(oArqCli:RAZAO,"Ã","A") <----- dont work too
oGet52:Refresh()
Return .t.