lAlwaysWholePage Property
Specify if XFRX do not change left and top position of some objects in Page Footer band.
Object.lAlwaysWholePage=boolean
Return Value
Boolean
Specify if XFRX do not change left and top position of some objects in Page Footer band. For backward compatibility with previous XFRX versions. Default value is .F.
Remarks
Applies To: XFRX#LISTENER
VFP Advance fix more bugs in native VFP Report engine. If you objects from Page Footer band has bad position in output, please, set value of the property to .T.
Examples
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.lAlwaysWholePage=.T. RELE m.loXFRX