Sie sind auf Seite 1von 5

version 3.

18 ------------* D2006 ready + added strikeout text support in HTML export + added char spacing support in PDF export + added support of BALTIC_CHARSET (windows-1257) in PDF export + added support TfrxShapeView diagonal lines in PDF export + added FRF import unit. To use it, simply include frx2xto30.pas into your "uses " list. - fixed inplace editing of the Text object - fixed bug with export to the monochrome TIFF format (error with the MS Paint and Photo Editor) - fixed dbx components bug - fixed paper bins selection - fixed bugs in e-mail export (Lines and Signature properties, bad attachment, bad address syntax with some smtp servers) - fixes of the export filters interface - fixed GIF export filter - fixed bug with xp style (av when closing expr editor) - fixed av when selecting sysmemo and memo - fixed the default export file name in the "Save Dialog" - fixed TfrxServerConfig.LoadFromFile

version 3.17 ------------+ added Farsi language resources + added pdf and e-mail export buttons in preview toolbar + added popup menu in Preview + added full screen mode in Preview (F11 hot-key) * improved PDF export filter * restricted some properties of HTML and image export by e-mail - [FQB] fixed for order by DESC of any field - fixed bug with blank DefaultPath property in all exports - fixed Null to OleStr bug - fixed D5/WideStrings bug - fixed bug with jscript/basicscript - fixed ibo bug (cannot assign blob to TWideStrings) - fixed picture bug (error if blob is not valid) - fixed Cut/Copy/Paste hotkey actions in Object Inspector - fixed bug with undo in password protected reports - fixed bug with list of password protected reports in server - fixed bug with Memo.Lines property - IBO fixes

version 3.16 ------------+ added unicode support in TfrxMemoView + added GIF format export TfrxGifExport + added e-mail export (SMTP) TfrxMailExport + added new text export filter TfrxSimpleTextExport + added CSV export filter TfrxCSVExport + case sensitivity in C++Script + added X axis type option to chart object + added ability to use [] instead of <> (like in FR2.5) + [FQB] joins between fields of the compatible types + added TfrxDesigner default settings (font, paper, rtl, script language).

+ * -

added TfrxDMPExport.OnTranslate event changed rules of export a rich-text objects fixed bug in server with single "pagenav" (Page Navigator) parameter fixed picture.url bug fixed bug in PDF export with horizontal/vertical lines [FQB] fixed 'Control has no parent window' error in Delphi 5 fixed bug in crosstab (wrong row/column sizes) fixed baClient for page objects fixed memory leak in Server mode fixed TFMTBCDField bug (wrong sum calculation) fixed bug with master-detail DBX

version 3.15 ------------+ added new wizards (db connection, table, query) + added FlowTo property for TfrxDMPMemoView + added Bulgarian resources + added FibPlus support (you should install Source\FIB\frxFIBx.dpk, dclfrxFIBx.dpk packages manually) + added ability to composite prepared reports. Example: frxReport1.PrepareReport; frxReport2.PrepareReport; frxReport1.PreviewPages.AddFrom(frxReport2); frxReport1.ShowPreparedReport; + added UseFileCache, DefaultPath properties in all export filters + improved PDF, XLS export filters * changed resources structure * changed DBX components to work with bidirectional dataset - fixed bug with copies collation - fixed bug with shifting horizontal lines - fixed DMPLineView.Align = baWidth behaviour - fixed bug with TfrxDBLookupComboBox (incorrect work with field aliases) - fixed bug with build list of avialable reports on the FastReport Server

version 3.14 ------------+ added FastQueryBuilder (button in SQL editor window) + added TfrxOverlay.PrintOnTop property + added TfrxDMPCommand component to print ESC-sequences. Use Command property to set sequence: DMPCommand1.Command := '#27#40' (alternate form '1B28') + added TfrxReport.OnRunDialogs script event. Use this event to handle report dialogs manually + added Description property to all report components * changed internal datasets behaviour, now they can be added to any report page without using dialogs * changed internal datasets architecture (common class TfrxCustomDatabase, QBuilder support) - fixed bug with brush styles - fixed bug in Report Server with fetch of report from the cache with equal variables - fixed bug in XML export filter with fkNumber format of the memo version 3.13 ------------+ added "ExportNotPrintable" property in all export filters

+ added "Resolution", "SeparateFiles" properties in BMP, JPEG, TIFF export filte rs + improved TfrxHTTPClient RFC 2068 compatibility (when working with non-FastRepo rt servers) - fixed Outline bug in PDF export filter - fixed RTL (Hebrew, Arabic language) bug in PDF export filter - fixed resolution bug in TIFF export filter - bug fixes version 3.12 ------------+ added TfrxReport.StoreInDFM property + added TfrxShapeView.Curve property + added TfrxReport.PreviewOptions.OutlineExpand property + added compatibility code in XLS export - TfrxXLSExport.FastExport property, set FastExport := False if you have OLE error with Excel + added TfrxXLSExport.PageBreaks property + improved XLS, PDF, HTML exports - fixed OLE error when exporting to Excel - fixed URLs and anchors feature in HTML export - fixed bug with font widths in PDF export - fixed bug PrintOnParent in exports (Enterprise) + added TfrxServerConfig.ReportsList property + added 'getvariable' URL parameter for query of internal server variables + added internal server variables SERVER_REPORTS_LIST, SERVER_REPORTS_HTML + added function TfrxReportClient.GetServerVariable(const VariableName: String): String; + improved TfrxReportServer performance + added NT service demo (see project \Demos\ClientServer\Service) + added online documentation in the Server demo - fully rewritten Advanced Client demo (see project \Demos\ClientServer\Client\A dvanced) - changed reports in Server demo (see project \Demos\ClientServer\Server) - changed html files in Server demo (see project \Demos\ClientServer\Server) - bug fixes - known bug: reports with TfrxRichView (RTF) don't work in Server mode when server cache is on. version 3.11 ------------+ added HTML tags support in PDF export + added Hebrew, Turkish and Arabic languages in the PDF export filter + added property TfrxPDFExport.Background (default = False) + added properties TfrxRTFExport.Creator and TfrxPDFExport.Creator + improved quality of the PDF export filter + password protected reports is now working in client/server mode (IMPORTANT: Do not use this feature in one time with the server authentificati on) + verbose output of the server errors in the HTML mode - fixed name of the properties TfrxServerConnection.Proxy and TfrxServerConnecti on.ProxyPort (press 'ignore' button on load prompt in yours projects for autofix form compo nents) - fixed clean of the report cache on TfrxReportServer.Stop method - fixed background draw in HTML export filter in server mode - many bug fixes

version 3.10 ------------+ added Swiss, Portuguese, Latvian resources + added TfrxReport.OnEndDoc event + improved export filters + added outline in PDF export filter (TfrxPDFExport.Outline property) + added TfrxXLSExport.AsText property + added TfrxPDFExport.Author, TfrxPDFExport.Subject properties + added "Stream" property in all export filters + added TfrxReportServer.OnAfterBuildReport event handler - bug fixes version 3.09 ------------- bug fixes version 3.08 ------------+ added TfrxMemoView.Clipped property + added TfrxReport.OnAfterPrintReport event + added baClient to Align property + added Danish, Chinese resources + now you can use national chars in the script identifier names + added TfrxPDFExport.PrintOptimized property + improved speed of the Excel export filter + added log rotate function in Client/Server version - bug fixes version 3.07 ------------+ added Delphi2005 packages + added TfrxReport.Modified property + added TfrxReport.EngineOptions.DestroyForms property + added Polish, Swedish, Romanian resources + added expressions support to the Cross-tab object * changes in aggregate functions call: <> symbols aren't needed anymore * changes in IIF function: now it works like macro - bug fixes version 3.06 ------------+ added BCB packages for FR3 Enterprise + added TfrxReportServer.OnGetVariables event handler + improved PDF export filter (underlines, languages) + improved RTF export filter (Word 2000 compatibility) - bug fixes version 3.05 ------------+ added TfrxReport.ShowProgress property - bug fixes

version 3.04 ------------+ added Taiwan, Italian, Slovene, Spanish, Catalon, Dutch resources + added "frxPBarcode.pas" unit for PSOFT BarcodeLibrary (http://www.psoft.sk) + added DayOf, MonthOf, YearOf functions + added "Multi-language wizard" for quick creation of the multi-language resource file + added TfrxReport.OldStyleProgress, OnProgressSTart, OnProgress, OnProgressStop properties - bug fixes version 3.03 ------------+ added Czech, Turkish resources + added TfrxUserDataset.Fields, TfrxUserDataset.OnGetValue properties + edition 1.01 of the documentation (page numbers added) + added TfrxDataBand.KeepHeader property - bug fixes version 3.02 ------------+ added Serbian resources + added DelphiFastZLib library instead of zlib standard unit to avoid conflict between FR3 and JediVCL + added group/ungroup feature in the designer + added utility for quick recompiling FR packages * changes in the Chart object - require to rebuild your reports that contain the Chart object! - bug fixes version 3.01 ------------+ added Ukrainian, Brazil, Hungarian, German, French resources + added TfrxReport.EnabledDatasets property + added TfrxCrossView.PlainCells property + added separate packages for DB and IBO + added separate FastScript packages for DB, BDE, IBX, ADO * changes in RTF and PDF exports - bug fixes version 3.0 ------------- initial release

Das könnte Ihnen auch gefallen