Harry Bellafonte 16.Mar.10 10:52 AM a Web browser Applications Development7.0.1Windows XP
Hi
I am getting an error message when opening a document in edit mode through Lotusscript.
This is the code:
Set CurDb = s.CurrentDatabase
Dim Changedoc As New NotesDocument ( Curdb )
Changedoc.Form = "frmChange"
Set ChangeUIdoc = ws.EditDocument(True, Changedoc)