vbscript

J

JB

I have a script on a button that prints the document and then submits the
document

xdocument.printout();
xdocument.Submit();

The script works. It prints the document and prints it. I don't get a
message saying the submit is successful and it doesn't close the current
window out and opens a new record. How can I get it to say it was successful
on submission and open a new record? 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