This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit 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