Alyssa K 18.Apr.02 02:53 AM a Web browser - Category - 2.0.7Windows NT
Hi all,
I've read through the forum, tryed examples and still have a problem.
Once a page is submitted by an author, i would like all authors to have reader privleges to that page.
I will post my code below. Take note the code only removes new revision and check out.
Once again if anyone has any suggestions i would greatly appreciate it!!
Thanks.
Code:
import lotus.domino.*;
import java.util.*;
public class access extends AgentBase
{
public void NotesMain()
{
try
{
Session session = this.getSession();
AgentContext ax = session.getAgentContext();
Database db = ax.getCurrentDatabase();
DocumentCollection dc = ax.getUnprocessedDocuments();
Agent agent = ax.getCurrentAgent();