I am looking for the ways to create a document using Lotus Script and then have that document open for the final modifications by the user.
Set Doc = oThisDoc.ParentDatabase.CreateDocument
oThisDoc.CopyAllItems Doc
After this line if I just save the document, it never shows up on the user's screen. What I need to do is to activate it and keep open until user manually saves and closes the document.
Thanks for your help!

Create document from LS (Paula Paula 21.Mar.05)
. . 