lEarlyLoadingAllowed Property
Specifies mode if report listener load report before VFP.
Object.lEarlyLoadingAllowed = boolean
Return Value
Number
Specifies mode if report listener load report before VFP. Allowed values:
Value | Description |
---|---|
.F. | XFRX#LISTENER will not load report before VFP (default value). |
.T. | XFRX#LISTENER will load report before VFP and create copy a report and modify a report if detect some text field uses TEXT#FORMAT. If you want better colaboration between XFRX#LISTENER and TEXT#FORMAT, set value ot this property to .T. |
Remarks
XFRX version: 24.1
Applies To: XFRX#LISTENER
Examples
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.lEarlyLoadingAllowed=.T. RELE m.loXFRX