Dear all, How to set GetObject if we are not in NotesUIDocument class? I’m writing the script for an agent to run on web and to get object “Crystal Report Viewer Control 9”.
The script for GetObject on can be set using notesUIDocument Class, e.g.
Set m_Viewer = uidoc.GetObject(“”, “Crystal Report Viewer Control 9”)
How if I’m using NotesDocument class?
Please help, thanks