ggallen
10-20-2003, 10:15 PM
What I am doing, is if you click on a drop down list,
the first selection is "--NOT IN LIST--", I have an
OnBlur routine that checks the value of the select
list for the above.
If it is "Not in list", it hides the drop down list, then
unhides a text box that will allow you to type in
the Entry that is not in the list.
I am currently filling the text with "Enter .... Here",
All works great.
Except....you have to highlight the "Enter...Here" first
and either start typing or hit <del> then type.
Is there a way to make the text already highlighted,
so once the user types the first character, the
"Enter....Here" disappears?
Or, am I going to have to use a OnKeyDown() routine to
do this?
George
the first selection is "--NOT IN LIST--", I have an
OnBlur routine that checks the value of the select
list for the above.
If it is "Not in list", it hides the drop down list, then
unhides a text box that will allow you to type in
the Entry that is not in the list.
I am currently filling the text with "Enter .... Here",
All works great.
Except....you have to highlight the "Enter...Here" first
and either start typing or hit <del> then type.
Is there a way to make the text already highlighted,
so once the user types the first character, the
"Enter....Here" disappears?
Or, am I going to have to use a OnKeyDown() routine to
do this?
George