I have a document approval process. It should only advance to the next approval process after the first save AND exit. The following approval processes advance on a button but the first one advances after saving and exiting. One problem I have is I don't see a way to catch A Save or Ctrl-S if the user uses the File-Save button that doesn't have any code in it. - I've caught that with a On Error 4412. Thanks for the affirmation on this.
The next is something only happens if the @Command(FileCloseWindow]) has been invoked on an Exit or Save & Exit. - ISNewDoc changes after one successful save.
I am going to try populating a field value when I am exiting vs just saving.
Any tricks or suggestions out there ?
Thanks