API Programming

Can anyone tell me how to access or get a handle to the currently opened document in the Notes UI via the C or C++ api?

Subject: API Programming

Interesting question, you may want to grab the backend document using the notesuidocument.document object. Grab the handle of (I think it’s an undocumented property called ‘handle’ (search the forum and you’ll find it)). You can then create a dll that exports some function that will accept the handle as arguement and then “do what you will…”.

Regards,

Michael Robinson

http://www.invcs.com

Subject: *That is exactly how to do it. We use this all the time.