J
jdrott1
I'm trying to input letters from a button into a couple different
textboxes. fields such as: firstname, lastname, address, phone
number.
so the focus can't be set to that textbox always. if they want to
type into the lastname box, then i would have to find where the focus
is?
a friend of mine wrote:
"when you "click" the button, the focus shifts to that button so
you're
going to have to manually figure out which textbox had focus before
you button click (maybe set a variable whenever a textbox gets focus
as there is an OnFocus event you can use)"
i'm not quite sure how to do this, can someone help me?
textboxes. fields such as: firstname, lastname, address, phone
number.
so the focus can't be set to that textbox always. if they want to
type into the lastname box, then i would have to find where the focus
is?
a friend of mine wrote:
"when you "click" the button, the focus shifts to that button so
you're
going to have to manually figure out which textbox had focus before
you button click (maybe set a variable whenever a textbox gets focus
as there is an OnFocus event you can use)"
i'm not quite sure how to do this, can someone help me?