Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


Code Block
XFRX#LISTENERObject.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

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

RELE m.loXFRX