Fix for error when using NotesUIWorkspace Compose Document method and form formulas

If the ComposeDocument method is used in a view action, the form formula of the view will override the form specified in the method. To avoid this problem add the following line to the form formula.
Lotus Formula • Lotus Notes Form • LotusScript


@If(@IsNewDoc ; @Return(Form) ; "Insert your existing form formula here");

Posted by fbrefere001 on Monday March 11, 2002