Alan J White 10.Aug.07 08:41 AM a Web browser Applications Development6.0.3All Platforms
I'm building an application which (among other things) updates the users ECL and points desktop icons at another server.
Originally I was able to do this using Formula language - using @RefreshECL and @command( [RenameDatabase] ) directly
Now things are getting more complicated and I would prefer to use Lotusscript for teh amin processing.
I assumed that I could put my @RefreshECL etc in agents and invoke them from script using NotesAgent.RUN()
However my testing seems to show that although the formula agents ATE being executed they are having no effect
i.e. EXL s not being updated or icons modified