Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

XFRX versionPartUserDate     TextFixed in version
<=XFRX 16.0XFRX_CopyToXLSX  Kai2016-06-30 If SET("MARK") is string of zero length, then MS Excel do not show date/datetime values correctly. XFRX 16.1
XFRX 16.0.2 
<=XFRX 16.0RTF, FRTF 2016-06-12 Outputs do't shows wmf pictures from OpenOffice/LibreOffice.XFRX 16.1
<=XFRX 16.0XPS  2016-06-04Output file doesn't  show page contains  images  with extension jpeg or tiff.XFRX 16.1
<=XFRX 16.0 XFRX#INIT  2016-05-21 XFRX#INIT doesn't support  "Standard deviation" and "Standard variance" calculation type.XFRX 16.1
<=XFRX 16.0 RTF, FRTF  2016-05-11If report contains many pictures, then generating is slow. XFRX 16.1
<=XFRX 16.0 XFRX#LISTENER  2016-05-11 XFRX#LISTENER doesn't support ListenerRef.NoRenderWhen.XFRX 16.1
<=XFRX 16.0 XFRX#LISTENER Paul Newton2016-05-09Export to some outputs are very slow,
  • if report contain many textboxes
  • values are empty
  • and "Print only when expression is true" is empty or has bad condition

Report listener calls Render() event for each textbox with empty value.

XFRX 16.1 ommited all textbox with empty value.

XFRX 16.1
<=XFRX 16.0XFRX#LISTENER+
FDOC, FRTF, FODT,
NATIVE_FDOCX, FODS 
 2016-05-08Text ,with dynamic style in report definition , has bad style - by the first text - in output file .XFRX 16.1
<=XFRX 16.0  FDOC,FRTF,FODT,
NATIVE_FDOCX 
 2016-04-30Bad zOrder of all graphical objects. XFRX 16.1
<=XFRX 16.0 FRTF,RTF,FODT  2016-04-30 Image has bad wrapping style. XFRX 16.1
XFRX 16.0 NATIVE_FXLSX,
NATIVE_PFXLSX 
 2016-04-26Strings  are not shared.XFRX 16.1
<=XFRF 16.0 DIAGNOSIS  2016-04-19 Error message 'Invalid path or filename'  if file utilityReportListener.prg  doesn't exists and SET("PROCEDURE") is not empty.XFRX 16.1
<=XFRF 16.0FODT,ODT  2016-04-19 

Output file doesn't contain objects from "Page header"/"Title" band, if report  contain "Page header"/"Title" band with zero height.

XFRX 16.1
XFRX 16.0 NATIVE_FDOCX  2016-04-19Unreadable output file if report contain "Title" band with zero height.XFRX 16.1
XFRX 16.0PDFGerhard Beister 2016-04-19Some text (label) has two lines instaed one line. XFRX 16.1
XFRX 16.0.2
<=XFRF 16.0 FDOC  2016-04-03Some text has bad text style. XFRX 16.1
 XFRX 16.0 XFRX#LISTENER ZZ Soft2016-03-03
All outputs are move to right. 
XFRX 16.1 XFRX 16.0.2
  

Work arround:  

loSession=EVALUATE([XFRX("XFRX#LISTENER")])
oXFRXHandler=NEWOBJECT("_XFRX_handler") 
oXFRXHandler.oXFRX=losession 
BINDEVENT(loSession,"BeforeReport",oXFRXHandler,"BeforeReport",1)
 
REPORT FORM (lcPath+"_reports\DPI") NOPAGEEJECT object loSession
 
oXFRXHandler.oXFRX=.NULL.
UNBINDEVENT(loSession)  

DEFINE CLASS _XFRX_handler AS Session 
   oXFRX=.NULL.
   PROCEDURE beforereport
     REPLACE DATA1 WITH STRTRAN(DATA1,"LO=2100","LO=0") IN;
             (This.oXFRX.oxfDocument.cxffalias)
   ENDPROC
ENDDEFINE 
 
XFRX 10.1 PDF  2016-03-19Error message "Operator/operand type mismatch" if orginal PDF file has not trailer record.XFRX 16.1
XFRX 14.3 PDF  2016-03-19 Creation date is unreadable if file is encrypted. XFRX 16.1
XFRX 16.0XFRX Previewer Petr Staněk 2016-03-16Error message "Error in line 3402 of xfcont.isoverhyperlink (record 332): Command contains unrecognized phrase/keyword."
at compiling xfrxlib.vcx under VFP 5/6/7. You can download fixed xfrxlib.vcx
XFRX 16.1
XFRX 16.0.2
<=XFRX 16.0 PDF+VFP5/6 Petr Staněk 2016-03-17Error message in log file  "File 'mainhwnd.prg' does not exist." in method createid.XFRX 16.1
XFRX 15.8 PDF+VFP5/6 Petr Staněk 

2016-03-17


Error message in log file  "Operator/operand type mismatch." in procedure _xf_screenhwnd.XFRX 16.1
 XFRX 16.0 PDF Jürgen Wondzinski 2016-03-09

I can't print output file in duplex mode.

XFRX 16.1 
  

Work arround:

loSession=EVALUATE([xfrx("XFRX#INIT")])
lnRetVal = loSession.SetParams("some.pdf",,,,,,"PDF") 
IF lnRetVal = 0
   loSession.setOtherParams("VIEWERPREFERENCES","DUPLEX","") 
   * Simplex, DuplexFlipShortEdge, DuplexFlipLongEdge
ENDIF

The default value for DUPLEX is empty string in next XFRX version and will be generate by PDF version (for PDF 1.7).

 
<=XFRX 16.0PDF  2016-03-13If document  property contain character "č" and output file is encrypted, then PDF viewer
show chinese character in document properties dialog.
XFRX 16.1
<=XFRX 16.0Print,
Export to images 
Justin Hong 2016-03-04Some text missing for codepage 932, 936, 949, 950.  You can download fixed xfrxlib.fll.XFRX 16.1
<=XFRX 16.0 FRTF, RTF 2016-03-13Output file show mismatch characters if report contains font with more font charset.XFRX 16.1
XFRX 15.3 FRTF  2016-03-13If textbox/label overlap image then text has back color black . XFRX 16.1
<=XFRX 16.0  ODT,FODT,
ODS,FODS,PFODS  
 2016-03-11Doesn't support bold and italic for asian fonts.XFRX 16.1
<=XFRX 16.0  ODT,FODT,
ODS,FODS,PFODS  
 2016-03-11Doesn't support for asian fonts with localized name.XFRX 16.1
<=XFRX 16.0 NATIVE_DOCX,
NATIVE_FDOCX
Kang Nianjun2016-03-10Output files use font "Gulim" for asian languages always. XFRX 16.1
XFRX 16.0XFRX core Kang Nianjun2016-03-09Error at compiling xfrx.prg with codepage 932, 936, 949, 950. XFRX 16.1
XFRX 16.0 ODT,FODT,
ODS,FODS,PFODS 
Martin Lämmle2016-03-09At createing file for OO Writer or OO Calc XFRX change collate  to "MACHINE"XFRX 16.1
XFRX 16.0 NATIVE_DOCX,
NATIVE_FDOCX,
NATIVE_FXLSX,
NATIVE_PFXLSX
 2016-03-09At createing file for OO Writer or OO Calc XFRX change collate  to "MACHINE"XFRX 16.1
<=XFRX 16.0FRTF   2016-03-02Allows  left tabulator less than 0.13cm.XFRX 16.1
<=XFRX 16.0 FRTF  2016-03-02If set "Print area" to "Whole page" in Page setup then texts and objects may not be visible.XFRX 16.1
XFRX 15.6XFRX#DRAW 2016-01-16

Error message "Data type mismatch"
in XFFWriter::CalculateSectionTopPosition() at converting XFF to output. 

XFRX 16.1
XFRX 16.0.2
<=XFRX 16.0 XLS/XLSPLAIN 2016-02-20Bad formula in #UR XLSF causes hangup XFRX. XFRX 16.1
XFRX 12.3XPS 2016-01-26XFRX ignore "Trim mode for characters expression"  for textbox.  XFRX 16.1
<=XFRX 16.0XFRX#INIT
 + VFP 9.0
 2016-01-26XFRX ignore "Trim mode for characters expression"  for textbox. XFRX 16.1
XFRX 9.6DOC 2016-01-22If method SplitDocument() calls and parameter tcArchive is filled of method SetParams(),
then output archive is empty.
XFRX 16.1
XFRX 6.5DOC 2016-01-22For more reports  split document is not functional.XFRX 16.1
  • No labels