This content has been marked as final.
Show 3 replies
-
1. Re: Programmatically using the app.execMenuItem "SaveAs" and "Close"
Test Screen Name Mar 5, 2014 7:33 AM (in response to EPKI Guy)I think you need to stop trying to close the file. The action has not finished, and taking away the controlling document is likely to lead to bad things.
-
2. Re: Programmatically using the app.execMenuItem "SaveAs" and "Close"
try67 Mar 5, 2014 8:04 AM (in response to EPKI Guy)You can try this command for closing the file:
this.closeDoc(true);
-
3. Re: Programmatically using the app.execMenuItem "SaveAs" and "Close"
EPKI Guy Mar 5, 2014 8:25 AM (in response to try67)Thanks!! Will try!
Regards,
Drew Bryson
MDOT - Information Systems





