Versions Compared

Key

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

Set flag If documents won't be opened after the generation.

Code Block
Object.SetDoNotOpenViewer(tuVal)

Parameters

tuVal

Specify If documents won't be opened after the generation - see to DoNotOpenViewer property.

Remarks

Applies To: oXFRX

XFRX version: 23 24.0

Examples

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

...