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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setfocus then autocomplete nogo

Status
Not open for further replies.

DelphiAaron

Programmer
Joined
Jul 4, 2002
Messages
826
Location
AU
if i set focus to a text box with document.formname.textboxname.setfocus() the autocomplete will not work unless you click on another textbox then back again.

any ideas ??

Aaron Taylor
John Mutch Electronics
 
u cannot activate the autocomplete with focus (not by keyboard). u have to either type a value into the field or give focus by ur mouse. and anyway there was an error in ur code, its:
document.formname.textboxname.focus()

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top