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 bkrike 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 oldhandandy

  1. oldhandandy

    Datagrid Combox

    I've created a combox in a datagrid using the code below. The code was taken from Microsoft support and it works OK. I need to substitute the hard coded field list for the dataset 'DsSupplier1'. So far I've been unable to find out how to do this, help would be most appreciated...
  2. oldhandandy

    Start a SQL Insert Stored Procedure in .Net

    I have a SQL stored procedure which uses an Insert command to append new products to a SQL table. I want to run this procedure by clicking a button on a .Net form. Can any body help with the code required in .Net
  3. oldhandandy

    sql odbc timeouts

    Have you tried increasing the ODBC Timeout in the query properties, default is 60 secs
  4. oldhandandy

    How to bold a font based on a value in a report

    One way of changing the font is to highlight the field, go to Format on the Menu Bar and select Conditional Formating
  5. oldhandandy

    Auto save a table as an XML file

    I have a invoice table which could have as many as 200 invoices. I need an automated procedure which seperates out one invoice at a time (OK in doing this bit) and then exports the table as an XML file to my C drive. Each file must have a different name.

Part and Inventory Search

Back
Top