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 ReportPrint( ref SalNumber nResultKey, SalString lsPrintAttr )
The method ReportPrint invokes ReportBuilder to perform the wanted action as specified by options in lsPrintAttr
Name | Description |
---|---|
ref SalNumber nResultKey | Generated ResultKey in Archive |
SalString lsPrintAttr | Print specific attributes for output control. Items recognized are:
|
The return value is TRUE if the operation was successful, FALSE otherwise. This method is asynchronous when using 'PREVIEW' or when using 'DIALOG' and the user chooses 'PREVIEW', else it is synchronous.