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.) |
...