Agent in Web

Hi All, I want to run an agent from the action button in a view.It will run in a web browser.The agent will open a selected document in edit mode.How will I go about it.

I tried the following.I selected the option ‘Use Applet in the Browser’ for the View.I designed an Agent ‘EditDocument’ with the code ‘@Command([OpenDocument];“1”)’ and ran the agent from an action ‘@Command([ToolsRunMacro];“EditDocument”)’.But it didn’t work out.Please help.

Regards

Saswati

Subject: Agent in Web

Hi,

change @command([OpenDocument];“1”) To @command([EditDocument]).

Greetings

Raul