Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AGENT RUN FROM A SMARTICON

Status
Not open for further replies.

whiteghost

Technical User
Joined
Feb 16, 2003
Messages
7
Location
HK
Hi,

I created an agent called "after move1", to move mail to folder after it has been read. Then I put a smarticon on the menu bar, but i can't get the samrticon to run the agent.

Any help would be greatly appreciated.

Will
 
What formula did you add to your SmartIcon?
 
the formula was @command(agentrun; "after read 1") when that failed i used @command(runmacro; "after read 1")
 
Are you selecting the docs that should be moved before clicking the Smarticon ?
Is the agent defined to run on All Selected, or All In View ?
To make sure that the agent is running, add a Messagebox popup at the beginning. If it shows when you click the Smarticon, then your issue is the agent itself.

Pascal.
 
It should be @Command([ToolsRunMacro]; "after read 1")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top