Versions Compared

Key

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

...

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

         

 UTF-8 data XFRX version Comment

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

<UTF-8>

 


For XFRX#LISTENER uncheck "use font script".  
PDFyes17.0
DOC2PDFyes15.31)  2) 
FDOC2PDFyes15.31)  2) 
XPSyes15.41)  2) 
DOCyes15.31)  2) 
FDOCyes15.31)  2) 
NATIVE_DOCXyes17.1
NATIVE_FDOCXyes17.1 
RTFyes17.1
FRTFyes17.1 
ODTyes17.1 
FODTyes17.1
ODSyes17.1 
FODSyes17.1
PFODSyes17.1
XLSyes15.31) 2)
XLSPLAINyes15.31) 2)
NATIVE_FXLSXyes17.1
NATIVE_PFXLSX yes17.1 
PLAINyes15.31) 2)
CPLAINyes17.21) 2)
HTMLyes15.31) 2)
HTMLPLAINno 
cx00000005 
MHTyes15.31) 2)
CNT / previeweryes15.3
TIFF, BMP, GIF, JPEG, PNG, EMFyes15.3 
XFFyes15.31)  2)
XMLyes15.31)  2)
Printyes15.3

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

...

  
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'    


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 for XFRX#INIT you can enable this behavior.

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