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 Wanet Telecoms Ltd 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: johnnieh
  • Content: Threads
  • Order by date
  1. johnnieh

    Pass MultiValue Parameter to Store Procedure

    I need to create and call a store procedure that has a Select statement with an IN clause in the WHERE Condition. The data type of the field is int. How do I pass the variable to the IN clause? Stored Procedure: sp_GetRecords @IDList AS SELECT * FROM TABLE WHERE IDField IN @IDList
  2. johnnieh

    TextBox Text Alignment - How to right align

    I need to know how to right align or right justify an Input or ASP TextBox for data entry. I have a form that has several lines that are monetary figures and the data entry would look like Figure 1. Figure 1: Line Item 1 12.34 Line Item 2 135 Line Item 3 0.50 Line Item 4...

Part and Inventory Search

Back
Top