Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with TAB

Status
Not open for further replies.

JE77

Technical User
Aug 29, 2002
12
IE
Hello all,
On one of my forms i have an undefined field object. I am using a browse button to fill this field. Once the user clicks on the button a dialog box lets them select.
My problem is, once the fiald has been filled i cannot Tab to the next field, i have to use the mouse to click to the next field.
If i return and change it after filling other fields, then it will let me Tab on.
Any ideas would be great,
Thanks
JE77
 
JE77,

Hm. About the only thing I can think of is that perhaps focus is not on the undefined field object after your browse code has finished executing. Try adding
Code:
FieldObjectName.moveTo()
(where fieldObjectName is the name of your unbound field) at the end of your browse code. That might help.

Hope this helps...

-- Lance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top