This code saves the current document, stores the form name in a variable, closes the window and then composes a new document using the stored form name.
tmp:=Form;
FIELD SaveOptions := 1;
@Command([FileSave]);
@Command([FileCloseWindow]);
@Command([Compose];"";tmp)
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip library by member Paul Morris. Please let others know how useful it is via the rating scale below. Do you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize.