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 MikeeOK 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: embryo6
  • Content: Threads
  • Order by date
  1. embryo6

    Save XML file from Datagrid

    Hi people, I'm using a XML file in a datagrid... when I save it, I also would like to add a reference to a STYLE SHEET: xmlWri := XmlTextWriter.Create('myFile.xml',Encoding.UTF8); xmlWri.WriteString('<?xml-stylesheet type="text/xsl" href="myFile.xsl"?>'); xmlWri.Close...

Part and Inventory Search

Back
Top