I have an actuate report that generates an XML file.
My report is made up of 12 sections grouped together (for each record number) and all have different data streams and generate their own data sections. Each of these sections make up the whole report for one Record number. Does the XML being generated in each section jsut keep concatinating together? I would like to know if it is possible to get the XML data but have it in a "HOLDING" area until all the 12 sections have been processed, then at the end if the 12 sections have no missing XML sections then it is good and can be added to the final XML file.
I did not create this report but I am tasked with finding out if this level of error handling is available.
In the Sub Finish() of the NewReportApp, I've noticed the v.generateXML(OrigFileName, me, "") line... I'm assuming that the me is where all the XML code is being stored until the end when it is all mashed together and put into the XML file by the generateXML procedure... is this a correct assumption?
Tom Cusick -
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Albert Einstein
My report is made up of 12 sections grouped together (for each record number) and all have different data streams and generate their own data sections. Each of these sections make up the whole report for one Record number. Does the XML being generated in each section jsut keep concatinating together? I would like to know if it is possible to get the XML data but have it in a "HOLDING" area until all the 12 sections have been processed, then at the end if the 12 sections have no missing XML sections then it is good and can be added to the final XML file.
I did not create this report but I am tasked with finding out if this level of error handling is available.
In the Sub Finish() of the NewReportApp, I've noticed the v.generateXML(OrigFileName, me, "") line... I'm assuming that the me is where all the XML code is being stored until the end when it is all mashed together and put into the XML file by the generateXML procedure... is this a correct assumption?
Tom Cusick -
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Albert Einstein