You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The ARCHIVE message returns information about the reports that have been archived using the OIPI Archive export type.

Parameters

ParameterDescription of FieldsComments
Parm1<1,1> Report NameReturns an @fm delimited array of archived reports.
 <1,2> Report Date 

The INIT & TERM Set_Printer messages are not necessary to use the ARCHIVE Get_Printer message.

Example

 
/* The following example shows how to use the ARCHIVE message.
*/
declare function Set_Printer
reports = Get_Printer("ARCHIVE")
  • No labels