...
Code Block |
---|
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
Code Block |
---|
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.DoNotOpenViewer=.T. RELE m.loXFRX |