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 strongm 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: *

  1. Bud1960

    Update XML file using a StringGrid and ADODataSet

    One thing I did notice is that I had to remove the call to Post() for the last code that I posted to work. For some reason the value for Weeks Worked went back to the original value after the Post. Have a great day! Bud
  2. Bud1960

    Update XML file using a StringGrid and ADODataSet

    I have asked sillier... lol I took the XML file down to just 1 data record and just before the SaveToFile call, it shows the value as the value that I entered in the StringGrid, but doesn't get written to the file... I am about down to raw meat on top of my head on this one...
  3. Bud1960

    Update XML file using a StringGrid and ADODataSet

    No go, it still writes out the original amounts. Have a great day! Bud
  4. 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"...
  5. Bud1960

    submit form with query string?

    Thanks, kaht, I can see the danger in my question. Actually, I am thankful there is no way to do my request, because the Net would be even more insecure if it were possible. I apologize for not thinking through my question before posting and I will do better in the future. [sadeyes] Have a...
  6. 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...
  7. Bud1960

    Pass Values to Unrelated Pages ?

    What if the page is a *.jsp?
  8. Bud1960

    PHP hosting recommendations?

    I am using www.simplehost.com and am very happy with it! 99 bucks per year for unlimited storage, Mysql databases, email accounts, etc. It is hosted on a Unix FreeBSD server. Very stable!

Part and Inventory Search

Back
Top