Re: landing cursor to BEGINNING of TextBox's input mask
From: Dan Artuso (dartuso_at_NSpagepearls.com)
Date: 08/09/04
- Next message: AlCamp: "Re: landing cursor to BEGINNING of TextBox's input mask"
- Previous message: Graham Mandeno: "Re: GENERATING AUTOMATIC NUMBERS"
- In reply to: John S. Ford, MD: "Re: landing cursor to BEGINNING of TextBox's input mask"
- Next in thread: AlCamp: "Re: landing cursor to BEGINNING of TextBox's input mask"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 8 Aug 2004 21:09:46 -0400
Hi,
Well, if you put this in the click event:
Me.Text0.SelStart = 0
The cursor will always go to the left. Of course this might interfere with some 'normal' behavior.
-- HTH Dan Artuso, Access MVP "John S. Ford, MD" <johnsfordNOSPAMmd@hotmail.com> wrote in message news:#PflxuYfEHA.704@TK2MSFTNGP09.phx.gbl... > LOL. It's OK Ken. I did! I don't know how other programs do this. I was > just playing around with QuickBooks which requires a valid social security > number format (###-##-####) for SS# fields and IT seems to behave the way I > want my program to behave. No matter how I get into an SS# field even with > a mouse click, the cursor goes to the far left. Hmmmmm? > > John > > > and then again....no. The above won't work.... shoulda tested before > > suggesta! > > > > -- > > > > Ken Snell > > <MS ACCESS MVP> > > > > > >
- Next message: AlCamp: "Re: landing cursor to BEGINNING of TextBox's input mask"
- Previous message: Graham Mandeno: "Re: GENERATING AUTOMATIC NUMBERS"
- In reply to: John S. Ford, MD: "Re: landing cursor to BEGINNING of TextBox's input mask"
- Next in thread: AlCamp: "Re: landing cursor to BEGINNING of TextBox's input mask"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|