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!

Recent content by MarciaG

  1. MarciaG

    Textbox Connected to ListBox (Dynamic)

    Thank You IvanP.<br><br>1) The ASP side is done.<br><br>2) It is the client side that I am having trouble with:<br>&nbsp;&nbsp;&nbsp;This is what I have so far for my function which is called from the textbox onkeyup event.<br><br>function NameChg(){<br>&nbsp;&nbsp;var selecttxt = new...
  2. MarciaG

    Dynamic List Box

    Thanks for your Response.<br><br>The ASP side is the easiest part for me.<br>I understand how to get the data into the listbox.<br>I just need some kind of a function to scroll through the listbox as the person is typing the employee name in the textbox.&nbsp;&nbsp;The function would need to...
  3. MarciaG

    Textbox Connected to ListBox (Dynamic)

    Would like a Listbox filled from database with employee names and then a textbox that is connected with it that scrolls to the name in the list that corresponds with the letters being typed in the text box.&nbsp;&nbsp;I realize that I will have to have a recordset located on the client or use an...
  4. MarciaG

    Dynamic List Box

    I need a listbox that is filled by the database and then when the user starts to type it fills the listbox with the first few letters that match.&nbsp;&nbsp;Kind of like in Outlook when you type in the name of someone for your global address book.&nbsp;&nbsp;I'm figuring that I need to grab the...

Part and Inventory Search

Back
Top