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 TouchToneTommy 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 vskoo

  1. vskoo

    query and search by name

    Similar to the other solution above: Here is the code that I used to process a date query // Ready Time Begin var sMM1, sDD1, YYYY1, sDate1; var bdatesOK = true; // Check if Received Date selected if ((DDBeginDateYear.SelectedIndex > 1) || (DDBeginDateMonth.SelectedIndex > 1) ||...
  2. vskoo

    query and search by name

    In order to do a search by name query from an EIS, the user would need to have an empty text field to enter in the search string. Here is the sample code that I used: TRQuery = ActiveDocument.Sections["Task Report Query"]; TRQuery.Limits.RemoveAll(); // Customer Name if...
  3. vskoo

    Need Help with Brio Dropdowns

    I am new to BRIO, and I am trying to create a script that extracts the employee ID from a dropdown list that is populated with a list of employee names from an existing table. After the user selects an employee name, I want the application to match it with the corresponding employee ID. Do I...

Part and Inventory Search

Back
Top