thisXDocument.PrintOut()
thisXDocument.Save() 'or SaveAs
You need Full trust
If you are doing this for a business, you need to code sign your form before
publishing it, for everything to work smoothly for Full trust forms.....
I am able to get the Print to work but I get errors when the form is being
saved. I seperated the bottons...one is Print and the other is Save. The
Save button will not work, here is the code I have attempted. I tried this
"thisXDocument.Save()" but
the following error occurred: