Hi There
(My second post today

)
I'm calling an automation from within navision. The automation will return a XML-document:
ReturnValue := AutomationCall(Argument1,Argument2)
How can I handle the returnvalue? The encoding of the received XML-document isn't the problem! But how can I save the Returnvalue for "later use"??
Jens
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I'm not so familiar working with Blobs or "parsing"! Could you give me some hints?
What if the size of the XML exceeds the "capacity" of a Blob (=4Gb i guess)? The best thing to do, I think, would be to save/parse the XML to a file on the disc, and handle it from there?? Any clue of how to do that?
Jens
4 Gb is a lot of space. The size of 5 CD. That's a lot of space. You will never see an xml file of that size. Plus the file gets compressed in the blob.
The following code creates an xml file.
This is how the xml file look like
The following code will save into the Item.Picture field which is a blob field.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n