A couple of questions as we're wrapping up development on our
form-First, I'm attempting to build a button that will save the exported
XML to a local path, ie, c:\\windows\desktopI found this:
xfa.data.saveXML(); which I put in the click event, but how do I tell it
to save to a path? (and while we're at it, specify a file
name)Alternately I tried using the built in buttons -email, HTTP, but
I've been unable to find documentation on how to construct the code. I
know just about anything can be add...