Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Child pages (Children Display)

UTF-8 Data

Support for source data in code page 65001 (UTF-8)

...

XFRX#INIT  - XFRX 15.3
XFRX#LISTENER  - XFRX 17.0.3

...

<UTF-8>

...

1) Code page in method SetParams() must be 'UTF-8' or 65001.

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>

...

#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

...