FastReport VCL 6.5.x Professional

Released: Nov 29, 2019

Aggiornamenti in v6.5.x

v6.5.14

Updated Mar 10, 2020

Features

  • Added TfrxChartView.ClearSeries method.
  • Added new Pharmacode barcode type.
  • Added new frxBarcode2DEditor.
  • Added TfrxCustomCrossView.ShowCellBreak (default True) when set to False cross tab doesn't hide frames of split cells.
  • Added label source for TOHLCSeries chart series.
  • Added new search to preview control.
  • Added new type for hyperlinks (hkNone - do nothing. Useful when we need to disable hyperlink from the script).
  • Improved chart editor dialog for Lazarus charts.
  • Improved HostControls/UnHostControls method are virtual now and moved to TfrxBaseForm.
  • Improved Changes in synchronization mechanism for syntax memo. Now worker thread(TfrxCodeCompletionThread) synchronizes via SendMessages instead of TThread.Synchronize.
  • Improved CreateUniqueName with DefaultReport now copies objects from current object list.

Fixes

  • Fixed tab order in the PDF export dialog.
  • Fixed bug with report thread while terminating main server thread with clients.
  • Fixed TTabSet drag and drop in the report designer.
  • Fixed Insert field button (DataTree).
  • Fixed (Lazarus) bad fills of buttons in the style editor dialog.
  • Fixed object edges in the report designer for dotMatrix Report.
  • Fixed (Lazarus) TfrxPageControl.
  • Fixed bug with TFIBBCDField calculation.
  • Fixed (Lazarus) DialogPage in the report designer for Lazarus Win/unix.
  • Fixed export of some TeeChart Pro series in PDF and SVG exports.
  • Fixed (Lazarus) First improvements for HiDPI under Lazarus.
  • Fixed Clouds Authentication from embedded browser(FEATURE_BROWSER_EMULATION).
  • Fixed incorrect RichView split.
  • Fixed bug when ConfigFileName was ignored.
  • Fixed compilation with TeePro version greater than seven.
  • Fixed (Lazarus) memory leaks.
  • Fixed (Lazarus) printing from Linux(GTK).
  • Fixed table split. In special scenarios row which doesn't fit on the page may disappear.
  • Fixed chart Highlight for stacked series.
  • Fixed export of Devanagari text in PDF export.

v6.5.11

Updated Feb 23, 2020

Fixes

  • Fixed HTML tags case sensitivity in the HTML5div export.

v6.5.8

Updated Jan 20, 2020

Fixes

  • Fixed TfrxEMFExport.
  • Fixed Data Tree Drag&Drop for variables and functions.

v6.5.7

Updated Dec 24, 2019

Features

  • Added GS1Rule property to DataMatrix barcode (automatic support of GS1 rules)
  • Added new ColorBar property for all barcode types (set color of barcode data)

Fixes

  • Fixed DataMatrix c40 and txt encodings for special symbols
  • Fixed issue with loading RTF files in RichView control under Windows 10 (sometime loads as plain text)
  • Fixed bug in PDF export when XObject list clears on every page which inrease size of PDF file with pictures
  • Fixed bug in big XLS (Excel 97 BIFF8) files
  • Fixed exported file name in Client/Server components(from Web browser)
  • Fixed PDF export with GapX, GapY <0

v6.5.5

Updated Dec 9, 2019

Fixes

  • Fixed Client/Server components when exporting report with dialog page from web browser.

v6.5.3

Updated Dec 4, 2019

Fixes

  • Fixed quick buttons in the MDI preview.
  • HiDPI fixes for frxSynMemo: Saving/Loading font size for different DPI, GutterWidth, line marks, breakpoints marks
  • HiDPI fixes for RegEditorsDialog: CheckBox, ComboBox arrow, DropDown list width on first show.
  • Fixed draw of icons on StatusBar in the report designer for HiDPI.
  • Fixed TfrxTreePanel FileterMinWidth/FileterMaxWidth for HiDPI.
  • Fixed font size in font ComboBox preview (HiDPI).
  • Fixed font preview position in font ComboBox(HiDPI).
  • Fixed band caption in HiDPI mode when the primary monitor has scale greater than 150%.
  • Fixed TfrxComboBox.ListWidth in HiDPI (primary monitor with HiRes).
  • Fixed system dialogs(Font/Color) in HiDPI Per-Monitor V2 mode.
  • Fixed ComboBox positions in the report designer for low custom scaling (less than 150%).
  • Fixed frxProgress dialog in HiDPI mode.
  • Fixed Image Resouces for low scaling values (less than 150%).
  • Fixed wrong anchor in dataset editor.
  • Fixed flickering of the data tree for internal datasets after closing preview Version.

v6.5.0

Updated Nov 29, 2019

Features

  • Improved interface of the "DataTree", "Object Inspector" and "Classes Tree" in the report designer. Added toolbars with fast action buttons and filtering of data.
  • Added RichView.FileLink property - use it to load RTF files at prepare-time (can be used to reduce memory using for big RTF).
  • Added Columns property for GS1 Databar ES barcode.
  • Added PageFooter.PrintOnSinglePage property - override behavior of PrintOnLastPage/PrintOnFirstPage when the page is Last and First at the same time.
  • Added ReportSummary.PrintAtBottom property - allows printing the report summary at the bottom of the page.
  • Added PostScript export filter.
  • Added PPML export filter.
  • Updated converters from RB and QR.
  • Changes in LoadPreferences interface, added second parameter as Def settings container.
  • Reduced fields updating in Master-Detail link. Updates only when fields list changed (Some DS like DBX recreates fields).
  • Improved RichView synchronization in multi-thread environment.
  • TfrxPreviewForm.FFilterList moved to constructor/destructor (for custom inheritors).

Fixes

  • Fixed Image Resources for low scaling values (less than 150%).
  • Fixed wrong anchor in dataset editor.
  • Fixed flickering of the data tree for internal datasets after closing preview.
  • Fixed GS1 Databar ES barcode for special case (odd count of modules).
  • Fixed GS1 Databar barcode for smooth height changing in the report designer.
  • Fixed wrong behavior of Processing property with DetailPage.
  • Fixed line break in PDF export under Windows 10 x64.
  • Fixed loading of OSM maps with '`' sign.
  • Fixed dialog Form in HIDPI called from preview (ClentHeight/ClientWidth serialized with scaled values).
  • Fixed designer flickering at show.
  • Fixed report options dialog printer list icons.
  • Fixed print dialog printer list icons.
  • Fixed Codewindow font size when save designer settings.
  • Fixed Esc key pressing when TfrxDateEditControl expanded.
  • Fixed bug with incorrect size of CellularTextObject.
  • Fixed layer's internal dataset in the Map editor.
  • Fixed Indy transport for 465, 587 port.