I found the solution. Instead of using DOMDocument.xml attribute (that was my way) I have to use DOMDocument.Save method to get what I want.
Regards
Chris
Hello all,
I have a question creating xml documents. I want to create the following line in my xml document:
<?xml version="1.0" encoding="ISO-8859-1"?>
I have the following code:
dim vCodeSetInstruction As IXMLDOMProcessingInstruction
dim g_XmlDoc as MSXML2.DOMDocument...
I have a report which loads a large data set. When I start this report from crystal reports, first data sets are shown on the report while report continues getting data from the database in background. When I call the same report with Crystal Reports Print Engine (PEStartReport...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.