DoNotOpenViewer Property

Specify If documents won't be opened after the generation.


XFRX#LISTENER.DoNotOpenViewer=boolean

Return Value

Boolean
Specify If documents won't be opened after the generation. Default value is .F.

Remarks

Applies To: XFRX#LISTENER

Examples

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

RELE m.loXFRX