submit vbscript

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top