Could you please help to print the agent print statment in some different database… it is printing on log.nsf without any problem. I have tried but still the print statments are not coming to the other database.
I have written:
Dim CurrentLog As New NotesLog(“Database Log”)
Call CurrentLog.OpenNotesLog( “”, “agentlog.nsf” )
Call CurrentLog.LogAction(“document found in PPAP”)
Then the print statment is not coming to the Log.nsf and not in “Agentlog.nsf”
Not sure what wrong I am doing. Please help.!!!