...
Return Value
Boolean
Specify If documents won't be opened after the generation. Default value = is .F.
Examples
Code Block |
---|
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.DoNotOpenViewer=.T. RELE m.loXFRX |
...
Boolean
Specify If documents won't be opened after the generation. Default value = is .F.
Code Block |
---|
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.DoNotOpenViewer=.T. RELE m.loXFRX |