Find a Function

I just added a parameter to a function; it now has 2 parameters rather than 1. How do I find all the places where I call the function so I can add a value in the second parameter?

Subject: Design synopsis

Subject: RE: Design synopsis

The synopsis won’t tell me what events are using a particular function (unless I’m missing something).

Subject: RE: Design synopsis

You need to search the text, but obviously, some much better solutions have been posted to this thread.

Subject: Even better, Tools / Recompile All LotusScript

and you will get error messages showing all the places that didn’t compile because they were missing a parameter.

Subject: Even better, download Thomas Gumz’s DDSearch from the Sandbox…

See this Link:

Subject: Find a Function

You could go the commercial route and use TeamStudio tools or you can just try to save any agents or script libraries that might call it. They will not save.