Neuigkeiten in FastReport 5.6.8: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Die Seite wurde neu angelegt: „== Allgemeines == Ab Programm-Release 180104 wird die FastReport©-Engine Vers. 5.6.8 verwendet. Einzelheiten dazu werden in diesem Artikel beschrieben.…“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
Ab Programm-Release 180104 wird die FastReport©-Engine Vers. 5.6.8 verwendet. Einzelheiten dazu werden in diesem Artikel beschrieben. | Ab Programm-Release 180104 wird die FastReport©-Engine Vers. 5.6.8 verwendet. Einzelheiten dazu werden in diesem Artikel beschrieben. | ||
== OLE-Objekte == | |||
Man kann nun auch [OLE de.wikipedia.org/wiki/Object_Linking_and_Embedding]-Objekte (Object Linking and Embedding) in den Report einfügen. | |||
Auch im Code kann man ein OLE-Objekt erzeugen (TfrxOLEView.CreateObjectFromFile) und eine Datei zur Laufzeit in den Report laden. | |||
== E-Mail per MAPI senden == | |||
Es gibt nun die Eigenschaft MAPISendFlag, wo man den Export steuern kann. | |||
Einzelheiten siehe [msdn.microsoft.com/en-us/library/hh707275(v=vs.85).aspx]. | |||
| Zeile 23: | Zeile 37: | ||
* Verbesserte Absatz- und Zeilenabstände im RTF-Export | * Verbesserte Absatz- und Zeilenabstände im RTF-Export | ||
* Neue | * Neue Eigenschaften "GapX" und "GapY" im DOCX-Export und im HTML-Export. | ||
* Neue Funktion "IIF". | * Neue Funktion "IIF". | ||
| Zeile 35: | Zeile 49: | ||
* MailCc und MailBcc im Mail-Export. | * MailCc und MailBcc im Mail-Export. | ||
* | * Exportieren von SUB, SUP Steuerzeichen im RTF, DOCX und HTML-Export. | ||
* Added error position in the error message | * Added error position in the error message | ||
- Fixed | * Kreuztabellen kann man nun Seite an Seite legen, ggf. gesplittet auf mehrere Seiten. | ||
* Problem behoben mit RichView-Feldern unter Windows 10 mit RTF-Tabellen. | |||
* Added TfrxMailExport.OnAfterSendMail event. | |||
* Neue Eigenschaft "Frame" (Rahmen) für Bändern | |||
* Added TfrxPDFExport.SaveOriginalImages property. True by default | |||
* Added GS1 support for Code128C, EAN128C barcodes | |||
* Added #0..#31 chars support in the Code128A | |||
* Added TfrxBarcodeView.TestLine property | |||
* Added TfrxRichEditor form state storing | |||
* Increased PaperSizes count limit to 512 | |||
* Fixed TfrxXLSXExport for file with 1000 worksheets | |||
* Fixed TfrxBarcodeView baCenter, baRight align | |||
* Fixed TfrxReport.PrintOptions.Duplex usage | |||
* Fixed printing of PNG images | |||
* TfrxReport.ReportOptions.Author in the DOCX, PPTX and XLSX exports | |||
* Fixed image size in the DOCX export | |||
* Fixed exporting of objects' hyperlinks to encrypted PDF | |||
* Fixed export of frames with width < 1 to HTML | |||
* Fixed band's with barcodes stretching | |||
* Fixed KeepChild behavior for TfrxReportTitle child bands | |||
* Fixed export of hyperlinks with hkPageNumber kind when page number greater than pages count | |||
* Fixed "Divizion by zero" error with pmSplit print mode | |||
* Fixed exporting of numbers with '%' in the format string (like #,##0.###%) in the BIFF8 export | |||
* Fixed "Print to file" option for GDI reports | |||
* Fixed export to PDF with embedded fonts and empty memos | |||
* Fixed export to PDF for HAlign = haBlock (GapX used now) | |||
* Fixed font's embedding for protected PDF if EmbedFontsIfProtected = False and EmbeddedFonts = True | |||
* Fixed exporting of Unicode characters in the memos with HTML tags to DOCX for non-Unicode IDE | |||
* Added HTML tags and line spacing support for DOCX export | |||
* Improved picture cache | |||
* Fixed resetting of printer's tray after printing | |||
* | * Fixed problems (wrogn scale of Charts, Barcodes, RTF) with non dpi-aware applications with big scale factor (150% and more) | ||
* | * Fixed bug with page's color ant frame in the PDF export | ||
* Fixed | * Fixed filenames of attachment in the e-mail export | ||
* | * Fixed "&FNC1;" usage in the Code128C and CodeEAN128C barcodes | ||
* Improved FormatFloat accuracy | |||
* Fixed printing on high-DPI printers | |||
- | |||
Version vom 27. Dezember 2017, 12:43 Uhr
Allgemeines
Ab Programm-Release 180104 wird die FastReport©-Engine Vers. 5.6.8 verwendet. Einzelheiten dazu werden in diesem Artikel beschrieben.
OLE-Objekte
Man kann nun auch [OLE de.wikipedia.org/wiki/Object_Linking_and_Embedding]-Objekte (Object Linking and Embedding) in den Report einfügen.
Auch im Code kann man ein OLE-Objekt erzeugen (TfrxOLEView.CreateObjectFromFile) und eine Datei zur Laufzeit in den Report laden.
E-Mail per MAPI senden
Es gibt nun die Eigenschaft MAPISendFlag, wo man den Export steuern kann.
Einzelheiten siehe [msdn.microsoft.com/en-us/library/hh707275(v=vs.85).aspx].
Verbesserungen, Fehlerbereinigungen
- Verbesserte Formatierung von Zahlen im XLSX-Export
- Fixed band's visibility for multi-column bands
- Vermeidung von Zugriffsverletzungen beim Ausführen des Reports
- Verbesserte DOCX-Kompatibilität mit Microsoft Word 2007©
- Verbesserter Export von TfrxRichView-Feldern mit "\cbpat"-Zeichen im RTF
- Nullen unterdrücken in Kreuztabellen
- Verbesserte Absatz- und Zeilenabstände im RTF-Export
- Neue Eigenschaften "GapX" und "GapY" im DOCX-Export und im HTML-Export.
- Neue Funktion "IIF".
- URL-Support im RTF- und DOCX-Export.
- Verbesserte Qualität der Barcodes beim Export.
- Shift_JIS encoding für QR-Code
- MailCc und MailBcc im Mail-Export.
- Exportieren von SUB, SUP Steuerzeichen im RTF, DOCX und HTML-Export.
- Added error position in the error message
- Kreuztabellen kann man nun Seite an Seite legen, ggf. gesplittet auf mehrere Seiten.
- Problem behoben mit RichView-Feldern unter Windows 10 mit RTF-Tabellen.
- Added TfrxMailExport.OnAfterSendMail event.
- Neue Eigenschaft "Frame" (Rahmen) für Bändern
- Added TfrxPDFExport.SaveOriginalImages property. True by default
- Added GS1 support for Code128C, EAN128C barcodes
- Added #0..#31 chars support in the Code128A
- Added TfrxBarcodeView.TestLine property
- Added TfrxRichEditor form state storing
- Increased PaperSizes count limit to 512
- Fixed TfrxXLSXExport for file with 1000 worksheets
- Fixed TfrxBarcodeView baCenter, baRight align
- Fixed TfrxReport.PrintOptions.Duplex usage
- Fixed printing of PNG images
- TfrxReport.ReportOptions.Author in the DOCX, PPTX and XLSX exports
- Fixed image size in the DOCX export
- Fixed exporting of objects' hyperlinks to encrypted PDF
- Fixed export of frames with width < 1 to HTML
- Fixed band's with barcodes stretching
- Fixed KeepChild behavior for TfrxReportTitle child bands
- Fixed export of hyperlinks with hkPageNumber kind when page number greater than pages count
- Fixed "Divizion by zero" error with pmSplit print mode
- Fixed exporting of numbers with '%' in the format string (like #,##0.###%) in the BIFF8 export
- Fixed "Print to file" option for GDI reports
- Fixed export to PDF with embedded fonts and empty memos
- Fixed export to PDF for HAlign = haBlock (GapX used now)
- Fixed font's embedding for protected PDF if EmbedFontsIfProtected = False and EmbeddedFonts = True
- Fixed exporting of Unicode characters in the memos with HTML tags to DOCX for non-Unicode IDE
- Added HTML tags and line spacing support for DOCX export
- Improved picture cache
- Fixed resetting of printer's tray after printing
- Fixed problems (wrogn scale of Charts, Barcodes, RTF) with non dpi-aware applications with big scale factor (150% and more)
- Fixed bug with page's color ant frame in the PDF export
- Fixed filenames of attachment in the e-mail export
- Fixed "&FNC1;" usage in the Code128C and CodeEAN128C barcodes
- Improved FormatFloat accuracy
- Fixed printing on high-DPI printers