QuietMode Property

This is a property of the ReportListener class. Specifies whether the ReportListener may provide any user feedback or interface.


Object.QuietMode=boolean

Return Value

Boolean
Specifies whether the ReportListener may provide any user feedback or interface. If set to .T., no message will be printed during the report generation process.

Remarks

Applies To: XFRX#LISTENER

Examples

m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")])
m.loXFRX.QuietMode=.T.

RELE m.loXFRX