lPageMarginAsRE80 Property
Specifies mode if report listener use static page margin such as XFRX#INIT.
Object.lPageMarginAsRE80 = boolean
Return Value
Number
Specifies mode if report listener use static page margin such as XFRX#INIT. Allowed values:
Value | Description |
---|---|
.F. | XFRX#LISTENER use page margin by default printer (default value). |
.T. | XFRX#LISTENER use static page margin. |
Remarks
XFRX version: 24.1
Applies To: XFRX#LISTENER
Examples
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.lPageMarginAsRE80=.T. RELE m.loXFRX