Set Focus to left of input mask

F

fredg

How do you set the focus to the far left of an input mask in a Form text box?

Code the control's Enter event:
Me![ControlName].SelStart = 0

This will only work if you set focus to or tab into the control.
If you use the cursor to enter the control, wherever you place the
cursor is where it will start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top