QuickReportStart

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.

SalNumber QuickReportStart( SalString sMessage )

The QuickReportStart method starts a quick report.

Parameters

Name Description
SalString sMessage A packed IFS message defining the quick report to start. The message name should be set to the quick report id, and message attributes will be query parameters. Specified attribute values will be used as default query parameter values.

Returns

The return value is TRUE if the user executed the quick report, FALSE otherwise.

Example

Call Message.SetName( '14' )
Call Message.AddAttribute( 'COMPANY', '' )
Call Message.AddAttribute( 'CUSTOMER' '' )
Call InfoService.QuCall InfoService.QuickReportStart( Message.Pack() )

 

not found