Page 1 of 1

Cursor position in edit gets

PostPosted: Fri Aug 03, 2007 8:05 am
by swpoint
I would like to relocate the cursor
inside a edit get to the left position
and set at blank the get content

Regards
Eugenio Belli

Re: Cursor position in edit gets

PostPosted: Fri Aug 03, 2007 9:26 am
by Enrico Maria Giordano
oGet:VarPut( Space( ... ) )
oGet:Refresh()
oGet:SetPos( 1 )

EMG