J
JB
I currently have a vbscript to print the document and then submit the
document to the database using vbscript. I have the following code and it
works
xdocument.printout();
xdocument.Submit();
The only problem is that it doesn't reset the form to a new form to be
reused. After it submits how do I write the code to tell it to open a new
record after it is submitted? Thanks for your help
document to the database using vbscript. I have the following code and it
works
xdocument.printout();
xdocument.Submit();
The only problem is that it doesn't reset the form to a new form to be
reused. After it submits how do I write the code to tell it to open a new
record after it is submitted? Thanks for your help