[AccessD] password input mask - text box

Bob Gajewski rbgajewski at adelphia.net
Thu Dec 11 10:57:05 CST 2003


John

Wouldn't the GotFocus event fire, and if so, couldn't you still use some CBF
to select?

**************************************
Private Sub YourField_GotFocus()
YourField.SelStart = 0
YourField.SelLength = Nz(Len([YourField]), 0)
End Sub
**************************************

Regards,
Bob Gajewski


-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of John W. Colby
Sent: Thursday, December 11, 2003 11:04
To: AccessD
Subject: [AccessD] password input mask - text box


My password input mask in a text box will not allow me to swipe the entire
entered string of asterisks if such exists.  The insertion pointer always
starts (0r ends) at the next to the last character.  Thus if you try to
delete an existing string in the text box all but one characters gets
deleted.

I can correctly use the shift and arrow keys to select the entire thing.

I have seen this in the past, but am not sure if I ever found a solution.
Has anyone seen this?  Am I doing something wrong?

John W. Colby
www.ColbyConsulting.com


_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list