This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: print from WebQuerySave agent ~Holly Desveluzen 10.Mar.07 03:10 PM a Web browser Domino Designer All ReleasesAll Platforms
1. Make sure the agents 'Target'is 'None'. Not on selected documents or anything else, just 'None'.
2. If the agent is set to 'Agent list selection' instead of the default 'Action menu selection', you must remember to put "(" and ")" around the agent name in the form event.
For example:
@Command([ToolsRunMacro]; "(myagent)")
3. Edit your agent's 2 first lines to:
Print {Hello Happy World}
Exit Sub