<< Don't install Notes in the default location if doing Notes plug-in development | Home | Differences between Notes/Domino Maintenance Releases, Fix Packs and Cumulative Client Hotfixes >>

Will Notes be supported on Windows 7?

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.



Avatar: Keith Strickland

Re: Will Notes be supported on Windows 7?

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

Add a comment Send a TrackBack