Setpos in get with picture
Posted: Tue Nov 29, 2016 4:41 pm
Good afternoon and forgive my English.
Positioning cursor in get fields using setpos does not work?
Thanks
Positioning cursor in get fields using setpos does not work?
Code: Select all
@ 144,320 GET oGetCEP VAR cCEP PICTURE "99999-999" OF oDlgCLIENTES2 SIZE 046,012 PIXEL COLORS nRGB(000,000,255)
oGetCEP:nStyle := nOR( oGetCEP:nStyle, ES_LEFT )
oGetCEP:bGotFocus := { || oGetCEP:SetPos( 0 ) }