Jerry Manner 20.Apr.12 10:15 AM a Web browser Applications Development7.0.3 FP1Windows XP
Hi
I have an action button that calls 2 agents:
@Command([ToolsRunMacro];"Agent1");
@Command([ToolsRunMacro];"Agent2")
The first agent is a Java agent and the second a lotusscript agent.
If I click the button then both agents are performed at the same time. While I want Agent2 to start only when agent1 is finished. How can I prevent tthat they will both start at the same time?