Lotusscript won't go away

Hello,I created a script that creates a database, sets the database and changes the web retriever settings. Now my company decided they didn’t want the script to change the web retriever. I deleted that code. The problem is when I send out the document to the lotus notes user it still runs the old code and changes the web retriever settings. I can see my old deleted code in debugging lotusscript. How do I get this code to go away?

Thanks for any help.

Subject: lotusscript won’t go away

What do you mean by deleted the code? How? Did you delete the agent? Did you delete the database? If you are able to debug it you did not delete it.

Make sure you don’t have more than one copy of the database.

Subject: RE: lotusscript won’t go away

I see your point. Maybe modify would be a better way to put it. I’m calling a script library. I deleted two lines of code from the library and saved the script database. When I run the debugger from the client I sent it to, I see the code that I took out of the library being run. Do I need to modify this another way?deleteing the Cache files did not work.

Subject: Tried “Recompile all Lotusscript” option in Designer?

…might be stored compiled somwhere?

C>

Subject: RE: lotusscript won’t go away

Edit and resave the agent that is calling the script library. Sounds like you are calling the old version.

Subject: lotusscript won’t go away - resolved

Thank you all for your help. The problem was I was editing my script library but the form stored global settings from the old script. The real problem was my company wanted to save money so had me, a QA guy, write lotusscript as I learned, Again thanks for the help and patience for a real beginner.

Subject: RE: lotusscript won’t go away - resolved

and in the long run, it cost them more, right? now look at the bright side: New Skills.

Look at the downside: Inadequate separation of duties would result in an audit finding.

Subject: lotusscript won’t go away

some times you need to remove and add the db iconfrom your workspace so the notes client load the changes.

Also try deleting the cache.dsk from the data dir.