Check out technote 1385293: Lotus Notes support of Microsoft Windows version 7. Although the technote doesn’t clarify anything it’s nice to know that Lotus is aware of this upcoming OS release and is monitoring the situation and working with Microsoft as we would expect.
One thought on “Will Notes be supported on Windows 7?”
Comments are closed.
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
LikeLike