|
Protected by The goat will get ya.
|
Global Textbox SelectionA global function that selects the text in the current text box when it gains focus.In a public module place the following function:
Then in the 'GotFocus' Event of a Textbox Control (in this example named Text1) type in this one liner:
Now... any time Text1 obtains the focus, all existing text in the textbox is selected.
This page lasted edited on 10/20/2005 04:40 PM
|