Hi,
In our database there are two agents scheduled for the same time.
In the first agent, the following view is open:
Set ThisView = ThisDb.GetView( "UpdateNames1" )
In the second agent:
Set ThisView = ThisDb.GetView( "UpdateNames2" )
However, I was not able to find the views with these names in our database. The only view that exists in our database "UpdateNames".
Is it possible that agents actually open that one same view "UpdateNames", simply referring to it as "UpdateNames1" and "UpdateNames2" ?
Please help me. I am not experienced in notes and feel confused as there is no one around here to help me.
Thanks.
In our database there are two agents scheduled for the same time.
In the first agent, the following view is open:
Set ThisView = ThisDb.GetView( "UpdateNames1" )
In the second agent:
Set ThisView = ThisDb.GetView( "UpdateNames2" )
However, I was not able to find the views with these names in our database. The only view that exists in our database "UpdateNames".
Is it possible that agents actually open that one same view "UpdateNames", simply referring to it as "UpdateNames1" and "UpdateNames2" ?
Please help me. I am not experienced in notes and feel confused as there is no one around here to help me.
Thanks.