Ok, hab den entscheidenden Hinweis in der Designer-Hilfe gefunden (NotesUIWorkspace, ComposeDocument method, Usage):
If the ComposeDocument method is used in a view action, the form formula of the view overrides the form specified in the method. To avoid this problem, add the following line to the form formula:
@If(@IsNewDoc; @Return(Form); "");
lg, alex