XFRX version 10.2

Release date: 20 April 2005

New features

  • XFRX is now able to print the generated reports. You can print the stored XFF files as well as print directly from the advanced previewer.The advanced previewer implements a simple printer selection dialog, with an option to select page ranges to print, which can be easily overwritten by a custom form. Please see the Developer's guide at https://eqeuscom.atlassian.net/wiki/display/DOC/Developer's+guide for more information. 

Bug fixes

  • VFP 9 related issues
    • SetOtherParams method is now correctly implemented
  • PDF issues
    • 8-bit grayscale JPEG pictures are now supported in PDF
    • XFRX now saves repeated pictures more effectively (reduces the size of the final document)
    • If the PDF file could not be created, wrong return code was returned (-1 instead of -3). This problem has been fixed.
  • XLS issues
    • rectangle background color is now supported
    • XFRX is now able to generate multiple sheets for a single report run, in two modes: sheet-per-page or sheet-per-group
    • The sheet names can now be defined as an expression evaluated for each sheet
    • The grid can now be hidden in the generated XLS documents
    • By default, the content of non-stretchable fields is cut according to the size of the field. XFRX can now optionally leave the full content of the field in the Excel cell.
  • XFRX Previewer
    • The problem with searching with "Use Wildcards" and "Search Backward" flags has been fixed
    • "Search Next" was not working correctly if searching conditions where modified
    • The found expression was not correctly highlighted if "Use Wildcards" flag was on
  • Reporting engine
    • Pictures stretching across multiple bands should print once per page
    • XFRXLIB.FLL version checking has been added
    • Various layout problems in FDOC and FRTF output targets have been fixed