I'm Creating a survey in Domino Designer and need to create a submit button so the one who needs to fill out the survey does, and hits a submit button that sends the mail back to a designated e-mail address. The problem I'm having is that an extra dialog box comes up in the users window asking to Save and Send, Send, Save, or Discard changes and I want to select discard changes in the dialog box.
Here is what I have so far:
@Command([EditSelectAll]);
@Command([EditCopy]);
@Command([FileCloseWindow]);
@Command([MailComposeMemo]);
@Command([EditInsertText]); "An E-Mail Address"
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditInsertText]); "Response - Survey"
@Command([EditNextField]);
@Command([EditInsertText]; @Command([EditPaste]));
@Command([MailSend]);
@Command([FileCloseWindow])
I was thinking a SaveOptions command would work, but I can't get it to function properly.
Any help would be great.
Thanks
Here is what I have so far:
@Command([EditSelectAll]);
@Command([EditCopy]);
@Command([FileCloseWindow]);
@Command([MailComposeMemo]);
@Command([EditInsertText]); "An E-Mail Address"
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditInsertText]); "Response - Survey"
@Command([EditNextField]);
@Command([EditInsertText]; @Command([EditPaste]));
@Command([MailSend]);
@Command([FileCloseWindow])
I was thinking a SaveOptions command would work, but I can't get it to function properly.
Any help would be great.
Thanks