Table of Contents |
---|
UTF-8 Data
Support for source data in code page 65001 (UTF-8)
...
2) You don't use this code page since XFRX 17.1.
Page and column expression
Info |
---|
These keywords are for XFRX#INIT only. |
...
#UR BLANKPAGEBEFORE=<expr>
...
#UR BLANKCOLUMNBEFORE=<expr>
...
#UR BLANKPAGEAFTER=<expr>
...
17
...
#UR STARTCOLUMN=<expr>
...
Enable "Stretch with overflow" for report with more columns and "Print column order" as "Left to right"
VFP report engine, in the case, ignore "Stretch with overflow" and "Float objects". But you can enable this behavior (XFRX 18.1).
Info |
---|
This parameter is for XFRX#INIT only. |
Code Block |
---|
loSession.SetOtherParams("STRETCHALLOWEDFORLEFT2RIGHT",.T.) |
Run-time extension under VFP 9.0
XFRX 18.1 support run-time extension for XFRX#INIT under VFP 9.0. Supported methods are RENDER, ADJUSTOBJECTSIZE, EVALUATECONTENTS.
Inivisible
...
Cubic Bézier Curves
...
.
...
#UR CD=v x2 y2 x3 y3
#UR CD=y x1 y1 x3 y3
...