Error : database has not been opened yet

Hi All,

I am getting the ‘database has not been opened yet’ error twice in lotus script [WS.editdocument(False, doc)] when I opened any document from another server based on the search. The document will open after this error message. Could any one help me to avoid this message.

Thanks.

Subject: Error : database has not been opened yet

Have you tried stepping through it in the debugger? The error is probably coming from a script (i.e., queryOpen or postOpen) that exists in the Form that is used by the document that you are opening.

-rich