07-16-2020
03:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-16-2020
03:54 AM
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
(Not an Autodesk Employee)