ReportOrderDialogOpen

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean ReportOrderDialogOpen( SalString nResultKey,
		               SalString lsReportAttr,
		               SalString lsParameterAttr,
		               SalString lsDistributionList )

This method opens the Report Order dialog.

Parameters

Name Description
SalString  lsReportAttr Report specific attributes . Refer to ReportExecute.
SalString lsParameterAttr Parameters passed to the report.
SalString lsJobAttr Job specific attributes. Refer to ReportPrint.
SalString lsDistributionList Field separator list of users or groups, strNULL will assume current user

Returns

The return value is TRUE if the all worked out, else FALSE. It executes the public server method Agenda_API.New_Job to perform the action, and maintains the entire transaction.