I'm trying to use an Action button to set a field and then save and close the form I'm working on. My code is this...
@SetField("txtStatus"; "Closed");
@Command([FileSave]);
@Command([FileCloseWindow])
After I click the Action button, Lotus Notes still asks me if I want to save the document. Why is that and how do I bypass the message box Lotus Notes prompts me?
@SetField("txtStatus"; "Closed");
@Command([FileSave]);
@Command([FileCloseWindow])
After I click the Action button, Lotus Notes still asks me if I want to save the document. Why is that and how do I bypass the message box Lotus Notes prompts me?