|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| FastReport 4.06 | Apr 3, 2008 | Major Update | + добавлен новый тег , текст заключенный в тег не разбивается WordWrap, а переносится целиком + добавлена возможность "сортировать по имени" в дереве данных + добавлена возможность вывода страниц в предпросмотре справа налево (в режиме много страниц), для RTL языков |
| FastReport 4.5 | Dec 18, 2007 | Major Update | + added ConverterRB2FR.pas unit for converting reports from Report Builder to Fast Report + added ConverterQR2FR.pas unit for converting reports from QuickReport to FastReport + added support of multiple attachments in e-mail export (html with images as example) + added support of unicode (UTF-8) |
| FastReport 4.04 | Sep 21, 2007 | Major Update | + added support for CodeGear RAD Studio 2007 + improved speed of PDF, HTML, RTF, XML, ODS, ODT exports + added TfrxReportPage.BackPictureVisible, BackPicturePrintable properties + added rtti for the TfrxCrossView.CellFunctions property |
| FastReport 4.03 | Jul 10, 2007 | Major Update | + added support for C++Builder 2007 + added encryption in PDF export + added TeeChart Pro 8 support + added support of OEM code page in PDF export + added TfrxReport.CaseSensitiveExpressions property + added "OverwritePrompt" property in all export components + improved RTF export (WYSIWYG) + added support of thai and vietnamese charsets in PDF export + added support of arrows in PDF export * at inheritance of the report the script from the report of an ancestor is added to the current report (as comments) * some changes in PDF export core - fixed bug with number formats in Open Document Spreadsheet export - fixed bug when input text in number property(Object Inspector) and close Designer(without apply changes) - fixed bug in TfrxDBDataset with reCurrent - fixed bug with memory leak in export of empty outline in PDF format - line# fix (bug with subreports) - fixed bug with edit prepared report with rich object - fixed bug with shadows in PDF export - fixed bug with arrows in designer - fixed bug with margins in HTML, RTF, XLS, XML exports - fixed bug with arrows in exports - fixed bug with printers enumeration in designer (list index of bound) - fixed papersize bug in inherited reports |
| FastReport 4.02 | Apr 3, 2007 | Major Update | + added support for CodeGear Delphi 2007 + added export of html tags in RTF format + improved split of the rich object + improved split of the memo object + added TfrxReportPage.ResetPageNumbers property + added support of underlines property in PDF export * export of the memos formatted as fkNumeric to float in ODS export - fixed bug keeptogether with aggregates - fixed bug with double-line draw in RTF export - fix multi-thread problem in PDF export - fixed bug with the shading of the paragraph in RTF export when external rich-text was inserted - fixed bug with unicode in xml/xls export - fixed bug in the crop of page in BMP, TIFF, Jpeg, Gif - "scale" printmode fixed - group & userdataset bugfix - fixed cross-tab pagination error - fixed bug with round brackets in PDF export - fixed bug with gray to black colors in RTF export - fixed outline with page.endlessheight - fixed SuppressRepeated & new page - fixed bug with long time export in text format - fixed bug with page range and outline in PDF export - fixed undo in code window - fixed error when call DesignReport twice - fixed unicode in the cross object - fixed designreportinpanel with dialog forms - fixed paste of DMPCommand object - fixed bug with the export of null images - fixed code completion bug - fixed column footer & report summary problem |
| FastReport 4.00 | Oct 31, 2006 | Major Update | Report Designer: - new XP-style interface - the "Data" tab with all report datasets - ability to draw diagrams in the "Data" tab - code completion (Ctrl+Space) - breakpoints - watches - report templates - local guidelines (appears when you move or resize an object) - ability to work in non-modal mode, mdi child mode Report Preview: - thumbnails Print: - split a big page to several small pages - print several small pages on one big - print a page on a specified sheet (with scale) - duplex handling from print dialogue - print copy name on each printed copy (for example, "First copy", "Second copy") Report Core: - "endless page" mode - images handling, increased speed - the "Reset page numbers" mode for groups - reports crypting (Rijndael algorithm) - report inheritance (both file-based and dfm-based) - drill-down groups - frxGlobalVariables object - "cross-tab" object enhancements: - improved cells appearance - cross elements visible in the designer - fill corner (ShowCorner property) - side-by-side crosstabs (NextCross property) - join cells with the same value (JoinEqualCells property) - join the same string values in a cell (AllowDuplicates property) - ability to put an external object inside cross-tab - AddWidth, AddHeight properties to increase width&height of the cell - AutoSize property, ability to resize cells manually - line object can have arrows - added TfrxPictureView.FileLink property (can contain variable or a file name) - separate settings for each frame line (properties Frame.LeftLine, TopLine, RightLine, BottomLine can be set in the object inspector) - PNG images support (uncomment {$DEFINE PNG} in the frx.inc file) - Open Document Format for Office Applications (OASIS) exports, spreadsheet (ods) and text (odt) Enterprise components: - Users/Groups security support (see a demo application DemosClientServerUserManager) - Templates support - Dynamically refresh of configuration, users/groups |
| FastReport 3.22 | May 25, 2006 | Minor Update | + added full TeeChart Pro support + added property TfrxHTMLExport.Centered in HTML export + added "Continuous" checkbox in RTF export dialog + added TfrxRTFExport.SuppressPageHeadersFooters property + added TfrxCheckBox.UncheckStyle property + added property TfrxGroupFooter.HideIfSingleDataRecord + added text shift on non-zero char spacing in PDF export + added Croatian resources * update the main demo (ADO support, added new reports) * added the object name to the error message in some cases * TfrxGradientView is not exported in HTML, RTF, XLS formats * preserve object names when working with clipboard * improved HTML, RTF exports * improved XML, Excel exports (thanks for Bali) * increased timeout in E-Mail export * update Danish resources * update Portuguese resources - fixed bug with empty page in HTML export - fixed IIF bug - fixed bug with "ShowProgress := False" in XLS export - fixed bug in XML export - fixed error with reportsummary band - fixed memory leaks when script has errors - fixed shift issues - fixed brush style bsBDiagonal and bsFDiagonal in PDF export - fixed bug with incorrect codepage of TfrxRichView in RTF export - fixed bug with margins in PDF export - fixed bug with blobfields in bds2006 - fixed bug with stretched images - [server] fixed bug with reports cache - [server] fixed bug with Idle time leak - [server] minor bug fixes |
| FastReport 3.23 | Jul 4, 2006 | Minor Update | + added save to stream possibility in Jpeg, Gif, Tiff, Bmp exports + added new control for page headers/footers mode selection in RTF export dialog + added new property TfrxRTFExport.HeaderFooterMode (you can select between hfText, hfPrint, hfNone - default is hfText) + [server] added property TfrxReportServer.WebServer + added property TfrxHTMLExport.EmptyLines * e-mail export now inherits the attachment file name from exports file name * update French resources * update Danish resources * update German resources - fixed bug in TIFF export (monochrome) - fixed bug in PDF export when Outline is empty and checked - fixed large font issues - some fixes for bar codes in PDF export - add-in components fixes (AV when open some projects) - fixed bug with preview (position of the page when resizing the window) - fixed bug with RichText objects intersection in RTF export - fixed bug with format of the float numbers in XLS export - fixed bug with export of barcodes with zoom more than two - fixed error when page number does not exist in page range in exports dialog - [server] fixed bug with ampersand in query parameters - fixed bug with XML export (XML Parsing Error) - fixed bug with HideIfSingleDataRecord |
| FastReport 3.22 | May 25, 2006 | Minor Update | + added full TeeChart Pro support + added property TfrxHTMLExport.Centered in HTML export + added "Continuous" checkbox in RTF export dialog + added TfrxRTFExport.SuppressPageHeadersFooters property + added TfrxCheckBox.UncheckStyle property + added property TfrxGroupFooter.HideIfSingleDataRecord + added text shift on non-zero char spacing in PDF export + added Croatian resources * update the main demo (ADO support, added new reports) * added the object name to the error message in some cases * TfrxGradientView is not exported in HTML, RTF, XLS formats * preserve object names when working with clipboard * improved HTML, RTF exports * improved XML, Excel exports (thanks for Bali) * increased timeout in E-Mail export * update Danish resources * update Portuguese resources - fixed bug with empty page in HTML export - fixed IIF bug - fixed bug with "ShowProgress := False" in XLS export - fixed bug in XML export - fixed error with reportsummary band - fixed memory leaks when script has errors - fixed shift issues - fixed brush style bsBDiagonal and bsFDiagonal in PDF export - fixed bug with incorrect codepage of TfrxRichView in RTF export - fixed bug with margins in PDF export - fixed bug with blobfields in bds2006 - fixed bug with stretched images - [server] fixed bug with reports cache - [server] fixed bug with Idle time leak - [server] minor bug fixes |
| FastReport 3.21 | Mar 21, 2006 | Minor Update | + [server] added lot of properties in configuration file (config.xml) + [server] added CSV, BMP, GIF, TIFF output formats + [server] added caching of reports in memory * [server] changed format of configuration file (important! see details in server_changes.txt) * [server] property TfrxServer.Configuration is obsolete * [server] updated server/service demo * [server] modified log-writer, statistic, cache modules - [server] lot of minor fixes + added TfrxHTMLExport.UseGif property + added unicode support in HTML, "Rich Text" (RTF) and XML exports + added TfrxXLSExport.SuppressPageHeadersFooters and TfrxXLSExport.SuppressPageHeadersFooters properties; + added TfrxReport.OnPreview event + added TfrxReport.OnPrintPage event + [FQB] property fqbCore.UsingQuotes added for support of quoted field names + added Slovak language resources + added clipping in the preview + added TfrxPreview.BackColor, FrameColor properties + added printer fonts to fontname combobox + added transparency/backcolor to rich object + added TfrxDesigner.OnInsertObject Event * changes in the databand editor * "Pictures" checkbox changed to combobox (none/jpeg/bmp/gif) in HTML export dialog * "Styles" checkbox changed to "Continuous" in XLS and XML export dialog * bcb2006 compatibility * update Danish resources * update Dutch resources * update Brazilian resources - fixed bug with incorrect codepage detection for page navigator in HTML export - fixed bug with incorrect export of EAN barcodes (digits beyond of border were croped) - fixed incorrect page breaks in RTF export - fixed shift problem - fixed monochrome bitmaps stretching - fixed TfrxDateEditControl - fixed copying grouped objects - fixed vband&overlay error - fixed setting of printer parameters - fixed KeepFooter + aggregate functions - fixed TfrxADOTable.IndexFieldNames property - fixed ado query parameters - fixes in database/table/query wizard - fixed bug with font charset in RTF export - fixed preview painting bug - fixed bug with rich when no printers installed - fixed copies in dmp export - fixed rtf expression parser - fixed bug with mdi preview - fixed bug with RTL reading brackets in PDF export - fixed input chinese chars in dialog controls - fixed shift behavior - fixed bug with right align and non-zero charspacing in PDF export - fixed bug with underline in HTML export - fixed overlay+keeptogether bug - fixed bug with bcb5 (cannot use function with parameters) - fixed large font issues - fixed html tags |