Moving cursor to beginning of textbox

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

Hello (again!)
I have a textbox with an Input Mask which is fine but
what I'd really like is for the cursor to move to the
beginning of the textbox on the click event (or Got Focus
event) for the control. This would then ensure that the
user can immediately input the data without worrying that
they've jumped to the middle of the mask.

Any ideas how I might achieve this?

With many thanks as always,

Lee
 
SORRY GUYS! I'VE JUST FOUND THE ANSWER WHICH IS TO USE
THE 'SELSTART' PROPERTY AND SET IT TO ZERO.

APOLOGIES FOR POSTING UNNECESSARILY

LEE
 
Back
Top