Versions Compared

Key

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

...

Page and column expression

Info

These keywords are for XFRX#INIT only.


KeywordDescription XFRX versionComment

#UR BLANKPAGEBEFORE

Add blank page before band.17.1.3Group header band

#UR BLANKPAGEBEFORE=ShipCountr='Mexico'

#UR BLANKCOLUMNBEFORE

Add blank column before band.17.1.3Group header band

#UR BLANKCOLUMNBEFORE=ShipCountr='UK'

#UR BLANKPAGEAFTER

Add blank page after band.17.1.3Group footer band

#UR BLANKPAGEAFTER=ShipCountr='Mexico'
#UR BLANKCOLUMNAFTERAdd blank column after band. 17.1.3Group footer band 

#UR BLANKCOLUMNAFTER=ShipCountr='Mexico'    
#UR STARTPAGEReplace  "Group starts on New page"17.1.3Group header band 

#UR STARTPAGE=ShipCountr='Mexico'  

#UR STARTCOLUMN 

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

#UR STARTCOLUMN=ShipCountr='Mexico'    

...

VFP report engine, in the case, ignore "Stretch with overflow" and "Float objects". But for XFRX#INIT But  you can enable this behavior (XFRX 18.1).

Info

This parameter is for XFRX#INIT only.


Code Block
loSession.SetOtherParams("STRETCHALLOWEDFORLEFT2RIGHT",.T.)

...