Run webQuerySave agent in iNotes

Hi,can any one guide me on how to run a webquerySave sgent in iNotes And what are the changes that i need to make. I am trying since last 5 days with any success.

Subject: Info

You can run the following agents in iNotes:

$$QueryOpenAgent

$$QuerySaveAgent

To enable this functionality, add iNotes_WA_QueryAgents=1 to NOTES.INI. Then specify the name of the agent in a NotesVar. Example:

Place the agent in the Extension Forms File. (Forms85_x.nsf)

See this article for more information.

Subject: Reply

I am want that user should not be able to attach a file above the specified file size limit.The attachment size limit will come from a configuration document for each user.

Subject: Reply

I have tried that settings but it not calling the webquerySave agent eventhough the agent just consists of print statement. I put the NotesVar in the Custom_MailMemoDictionary_Lite sub-form in the forms85_x.nsf and also updated the notes.ini file.Do i need to make changes anywhere else apart from notes.ini file and Custom_MailMemoDictionary_Lite sub-form.My webquerySave agent will restrict the user from attaching a file above the specified file size limit.My file size limit will come from a configuration document.Please help me out as i am running out of my patience.

Subject: Expand your question

When you do you want the WebQuerySave agent to run? What are you trying to achieve.