RE: Edit just saved document in Lotusscript agent ( Agent in turns call from view action button ) Kings Fern 16.Feb.18 01:16 PM a Web browser Domino Designer 7.0.3All Platforms
Hi, the EditDocument method has the last parameter "NewInstance" as TRUE by default and thus it opens a new document.
Also you are not using the notesUIdocument object returned by that method but just calling it. Use that object to display it on the workspace.