Hi All,
I have to redirect page through Agent(which is written in LotusScript)I have written following code:
strUrl= “http://”+ nServerName.Common+“/”+nDatabase.filename+“/”+ “frmTest?OpenForm”
Print “[” + strUrl + “]”
i am calling this agent in outLine but this agent is not redirecting the page.it is showing Agent run.
Every suggestion is welcome
Thanx.