D
Dave Jenkins
I think this has been thoroughly discussed previously elsewhere, but I don't
seem to be able to find the applicable references this morning.
I have a form with multiple text boxes. In the intialization of the form I
say
sendkeys {INSERT}
The keyboard always appears to be in Insert mode for the first field
(regardless of its setting prior to bringing up the form), but the second box
is always in Overstrike (regardless of the keyboard setting prior to bringing
up the form). Now get this: If I start by putting the cursor in the second
field and put it in Insert mode (using the KB key) then when I switch to the
first field it willl also be in Insert mode. BUT: If I start with second
field, put it in Overstrike mode, and then move to the first field, it will
be in Insert mode.
Why? How can I make sure that all fields on the form will be in Insert
mode? Is there a textbox initialization event that I should be issuing the
sendkeys from, too?
Thanks!
seem to be able to find the applicable references this morning.
I have a form with multiple text boxes. In the intialization of the form I
say
sendkeys {INSERT}
The keyboard always appears to be in Insert mode for the first field
(regardless of its setting prior to bringing up the form), but the second box
is always in Overstrike (regardless of the keyboard setting prior to bringing
up the form). Now get this: If I start by putting the cursor in the second
field and put it in Insert mode (using the KB key) then when I switch to the
first field it willl also be in Insert mode. BUT: If I start with second
field, put it in Overstrike mode, and then move to the first field, it will
be in Insert mode.
Why? How can I make sure that all fields on the form will be in Insert
mode? Is there a textbox initialization event that I should be issuing the
sendkeys from, too?
Thanks!