|
From: SourceForge.net <no...@so...> - 2007-06-29 00:05:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4386507 By: kriede Hello higgipop, a 'selected' document only has a sence in a context where selecting a document is possible, e.g. in a UI. But the Lotus Notes Java API is a backend API that doesn't know anything about the UI of the Notes client. UI classes are only available in Lotus script. The only exception is when implementing a Notes Agent in Java (also possible with domingo), that runs on 'selected documents', but such an agent must run inside of Lotus Notes. So when running outside of Lotus Notes, it is not possible to access the selected document. Hop this helps. Best regards Kurt ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=542947 |