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 Shaun E 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: Bud1960
  • Content: Threads
  • Order by date
  1. Bud1960

    Update XML file using a StringGrid and ADODataSet

    I have a project I am working on that requires me to periodically update an XML file. My code follows: // asOrigDir is set on program startup to current dir // Load the data set ADODataSet1->LoadFromFile(asOrigDir + "\\TEMP.XML"); // Set the headings StringGrid1->Cells[0][0] = "SSN"...
  2. Bud1960

    submit form with query string?

    Hi! I need to know if there is anyway to pass data to a form and have it submit the form. The page that I am trying to submit is not on my server so it's not just a simple job of putting form1.submit in the receiving page's javascript. The page that I am trying to autosubmit is using an image...

Part and Inventory Search

Back
Top