Versions Compared

Key

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

Table of Contents

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.

...

KeywordDescription XFRX versionComment

#UR BLANKPAGEBEFORE=<expr>

Add blank page before band.17.1.3Group header band

#UR BLANKPAGEBEFORE=ShipCountr='Mexico'

#UR BLANKCOLUMNBEFORE=<expr>

Add blank column before band.17.1.3Group header band

#UR BLANKCOLUMNBEFORE=ShipCountr='UK'

#UR BLANKPAGEAFTER=<expr>

Add blank page after band.17.1.3Group footer band

#UR BLANKPAGEAFTER=ShipCountr='Mexico'
#UR BLANKCOLUMNAFTER=<expr>Add blank column after band. 17.1.3Group footer band 

#UR BLANKCOLUMNAFTER=ShipCountr='Mexico'    
#UR STARTPAGE=<expr>Replace  "Group starts on New page"17.1.3Group header band 

#UR STARTPAGE=ShipCountr='Mexico'  

#UR STARTCOLUMN=<expr>

Replace  "Group starts on New column" 17.1.3Group header band 

#UR STARTCOLUMN=ShipCountr='Mexico'    
#UR HIDDEN=<expr>Hidden band by expression.21.1

#UR HIDDEN=MINUTES(DATETIME())%2=0
#UR RELATIVEBOTTOMPAGE=<expr>Move band to page bottom.22.0Summary or Group footer band

#UR RELATIVEBOTTOMPAGE=.T.

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

...