How do you call a agent on web?

Questions by parthoaccy

Showing Answers 1 - 21 of 21 Answers

san_2012

  • Jun 12th, 2008
 

write your agent.
call it webquesyopen & webquerysave event write command
@command([ToolsrunMacro]; "Youragentname")

  Was this answer useful?  Yes

Anil.Sharma

  • Jul 31st, 2009
 

Three ways to call agent on web,

1.   we can use @command([toolsrunmacro]) in form event webqueryopen & webquerysave

2. we can use @command([runagent])

3. Url Command http://servername/databasename.nsf/agentname?openagent

There are several method to call a agent on web.
But the common is these two below


1. ?openAgent[url Command]
2. And also @command([runagent])

Just take one of two you can solve your problem.


Take care

  Was this answer useful?  Yes

aravind

  • Dec 13th, 2011
 

4 ways we can call agent
1. WebQueryOpen,
2. WebQuerySave,
3. @Command( [RunAgent] ;"agent name") &
4. @Command( [ToolsRunMacro] ; "agent name")

  Was this answer useful?  Yes

hari

  • Jan 12th, 2012
 

Using the web: agent are 3 types are running

1. @command(ToolRumMacro)
2. @urlopen
3. server/dbname/agentname?openagent

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions