One thought on “Will Notes be supported on Windows 7?”

  1. I’ve been running Notes 8.5 on Windows 7 and while 99% of things function properly, some things not so much. For example, using the following code, it has to be run twice before it’ll get the uidoc. It becomes a pain after having to run it twice just to get the uidocument.

    dim w as New NotesUIWorkspace

    dim uiDoc as NotesUIDocument

    dim doc as NotesDocument

    set uiDoc = w.CurrentDocument

    set doc = uiDoc.Document

    Like

Comments are closed.