XFRX version 12.7

Release date: 23 December 2008

New features / Updates

  • Trim mode is now supported in all VFP versions
    In VFP 9.0 the trim mode is controlled by the "Trim mode for character expressions" setting on the "Format" tab in the "Field Properties" form.
    In pre-VFP 9.0 version the trimming is controlled by a special string in fields comment: #UR TRIM=, followed by the trim mode code:

    CodeDescription
    0Default trimming in pre-VFP 9.0 versions - trim to nearest word
    1Trim to nearest character
    2Trim to nearest word
    3Trim to nearest character, append ellipsis
    4Trim to nearest word, append ellipsis
    5Show inner path as ellipsis

    Example: #UR TRIM=3 wraps to the nearest character and appends ellipsis

  • Shape fill pattern is now correctly rendered in picture and print output
  • XFRX Previewer - middle click now closes the active tab

Bugs fixed

  • Intermittent crashing on Windows Vista with specific printers has been fixed
  • The printed output was occasionally shifted for specific printers
  • Open office output layout issues have been fixed
  • Page-range filtering didn't work for merged reports
  • XFRX previewer issues
    • Double-click on a custom hyperlink executed the linked event twice
    • Bookmark panel size wasn't setup correctly during drilldown
    • The previewer form didn't work correctly inside top-level forms
    • Occasional screen flickering during drilldown
    • Print options do not show if no printers are installed

Known issue: The full justify feature (<FJ>) does not work in the previewer. We are working on fixing this as soon as possible.