Cursor move from the beginning of text field

G

g

Hi Experts,

I have a text field for dates that has an input mask. The thing is when the
user click the field the mouse cursor stay where it was pointed. Is it
posible that the cursor will go from the beginning just like any other text
field that don't have a input mask?

Thank you for all your help.
 
G

g

I found the solution to my problem.

On Click event put me.txtfield.selstart = 0

Thanks anyway
 
Top