Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

You could create a simple little iLogic rule, that only does the stuff after ---Save Part---, then drag that rule over into your form as a button.  Then you can eliminate the Done button, and only have the rule button.  Within the Form Editor, you can set the action to take when you click on that button.  You can set it to Apply then Run the rule.  That should do what you want.

You can use SendKeys to simulate pressing that keyboard keys combination too, instead of the ThisDoc.Document.SaveAs() method.

You could also execute the command behind the Control+S shortcut.

(AppFileSaveAsCmd)

(AppFileSaveCmd)

 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)