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

Search results for query: *

  • Users: tschuler
  • Content: Threads
  • Order by date
  1. tschuler

    Object Reference to Opening Window

    I have code where a dialog box window needs to send data back to an opening window (3 back in the chain). This is my code: function HandleOK() { //window.alert("Close this window."); var RF_Obj = self.opener.opener.opener.document.DataEntryForm.RF_ComboBox; var MF_Obj...
  2. tschuler

    Selecting Text in a Table Cell

    I have a page with a table of database records. In one of the table cells, I have an onclick event in the <td> tag that calls a function. <td onclick="javascript:GetText(this)"> What I want to happen is that when the user clicks on the cell, the text within the cell becomes selected. I...
  3. tschuler

    Need help organizing table data for a Combo Box

    I need help trying to figure out how to write a query to populate a combo box on a form. Here's the scenario: I have a list of parts that are kept in supply or available for order. The table holds the list of parts. There are columns in the table for the 'Part Name' and 'Part Number' there...

Part and Inventory Search

Back
Top