Opening Document

I have opened a parent document and i have link to the child document in the parent document. I clicked on the child document link.

Now i have link to the parent document in the child document but if i click on the link it opens the parent document in a new window. It doesn’t goes to the parent document which is already opened.

Do we have any options to show the already opened parent document?

Thanks for your help.

Subject: Opening Document

You can do this in LotusScript, look at the Designer Help for the NotesUIWorkspace object EditDocument method, the newinstance parameter.

Subject: RE: Opening Document

Thanks Martha. I checked the option and it works fine.