JAVA/CORBA CLASSES


Examples: DocumentContext property
This agent prints the value of the Subject field of the in-memory document.

1. This agent displays the Subject item of the current document when run from a view in the Notes client.


2. This agent displays the Subject item of the current document when run by @Command([RunAgent]) in a browser.
3. This agent displays the CGI variable Remote_Addr when run in a browser by the OpenAgent URL command, or by @Command([ToolsRunMacro]) if Remote_Addr is a field on the form supporting the current document.
4. This agent increments a counter. You can use it to track the number of times a Web page is opened by calling it from WebQueryOpen. The counter is maintained in a profile document as an item named Access_counter. An item of the name exists for display purposes only in the document being opened.
See Also