J
JJ
I have a date field that has the following input mask: "99/99/9999;;_"
I have a bound text box control on a form that is bound to this field.
I am trying to accomplish the following:
1) When a user clicks or tabs to the control, the cursor should start
at the beginning of the control.
2) When they enter the month or day, the user can either tab to the
next section of the date or it automatically moves to the next
section.
Are any of these situations possible to create? It doesn't seem there
is a setting for this anywhere, but I would imagine it is possible to
do in code.
Thanks in advance!
JJ
I have a bound text box control on a form that is bound to this field.
I am trying to accomplish the following:
1) When a user clicks or tabs to the control, the cursor should start
at the beginning of the control.
2) When they enter the month or day, the user can either tab to the
next section of the date or it automatically moves to the next
section.
Are any of these situations possible to create? It doesn't seem there
is a setting for this anywhere, but I would imagine it is possible to
do in code.
Thanks in advance!
JJ