Versions Compared

Key

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

Specify if XFRX no messages will be printed.

Code Block
Object.SetSilent(tuVal)

Parameters

tuVal

Specify if XFRX no messages will be printed  - see to QuietMode property or tlSilent parameter of SetParams() method.

Remarks

Applies To: oXFRX

XFRX version: 23 24.0

Examples

Code Block
= EVALUATE([xfrx("LOADRL")])
_Screen.oXFRX.SetSilent(.T.)

...