Deleting from Repository (Reporter Specific)
At 24 FEB 1998 02:59:14PM Marcia Douglas wrote:
I am using Reporter to create reports from a Notes database. I have several versions of the report saved in the repository and would like to delete unwanted version. Can this be done? How?
At 24 FEB 1998 04:22PM Aaron Kaplan wrote:
From the outliner:
Choose Entity Delete
Choose OpenInsight Reports
Choose RDLAYOUT
Higlight the report name.
Click the delete button.
Double Click OpenInsight so it is expanded.
Double Click Reports so it is expanded.
Double Click OpenInsight Reports so it is expanded.
Double Click Report Designer:Report Layout so it is expanded.
Here is a listing of all the reports where you can find repository information about it.
Programatically you can issue a REPOSITORY 'DESTROY', EntID
Where EntID is the fully qualified name of the entity
Application*OIREPORT*RDLAYOUT*ReportName
Note that reportName usually ends in .RPT like MYREPORT.RPT.