I have found that using crystal reports to read the data, then I can either use the report designer to do what I require or export it to whatever format I require.
Not much I know but I have found this easy (if you have crystal report 8.5 or above)
mwolf - thank you
basic understanding is there - however with this script the XML remains static - it never changes.
The information is calcualted and placed on the fly to the user and not updated to the XML document.
Which I can do, this application is for commodity calculations, the XML...
(I hope this is enough info!)
function LoadXML(){
var xmlord= new ActiveXObject("Microsoft.XMLDOM")
xmlord.async = "false";
xmlord.load('http://myserver/xml/'+myfrom.refid.value+'.xml');
if(xmlord.parseError.errorCode != 0){
window.alert("No such...
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.