Discussion:
[ANN] FastReport 4.5 with converters from other reports
(too old to reply)
Michael Philippenko
2007-12-19 15:45:20 UTC
Permalink
Dear friends!

FastReport 4.5 released!

What is new?

---------------
! 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) in e-mail export
+ added ability to change templates path in designer
+ added OnReportPrint script event
+ added PNG support in all version (start from Basic)
+ added TfrxDMPMemoView.TruncOutboundText property - truncate outbound
text in matrix report when WordWrap=false
+ added new frames styles fsAltDot and fsSquare
+ added new event OnPreviewDblClick in all TfrxView components
+ added ability to call dialogs event after report run when set
DestroyForms = false
+ added ability to change AllowExpressions and HideZeros properties in
cross Cells (default=false)
+ added IgnoreDupParams property to DB components
+ added auto open dataset in TfrxDBLookupComboBox
+ added new property TfrxADOQuery.LockType
+ added define DB_CAT (frx.inc) for grouping DB components
+ added TfrxPictureView.HightQuality property(draw picture in preview
with hight quality, but slow down drawing procedure)
+ [FRViewer] added comandline options "/print filename" and
"/silent_print filename"
+ added unicode input support in RichEditor
+ added new define HOOK_WNDPROC_FOR_UNICODE (frx.inc) - set hook on
GetMessage function for unicode input support in D4-D7/BCB4-BCB6
+ added ability chose path to FIB packages in "Recompile Wizard"
+ added new function TfrxPreview.GetTopPosition, return a position on
current preview page
+ added new hot-keys to Code Editor - Ctrl+Del delete the word before
cursor, Ctrl+BackSpace delete the word after cursor(as in Delhi IDE)
+ added "MDI Designer" example
- all language resources moved to UTF8, XML
- fixed bug with html tags [sup] and [sub]
- fixed width calculation in TfrxMemoView when use HTML tags
- fixed bug with suppressRepeated in Vertical bands
- fixed bug when designer not restore scrollbars position after undo/redo
- fixed visual bug in toolbars when use Windows Vista + XPManifest +
Delphi 2006
- fixed bug in CalcHeight when use negative LineSpace
- fixed bug in frx2xto30 when import query/table components, added
import for TfrDBLookupControl component
- fixed bug with Cross and TfrxHeader.ReprintOnNewPage = true
- fixed converting from unicode in TfrxMemoView when use non default
charset
- [fs] fixed bug with "in" operator
- fixed bug with aggregate function SUM
- fixed bug when use unicode string with [TotalPages#] in TfrxMemoView
- fixed bug with TSQLTimeStampField field type
- fixed designer dock-panels("Object Inspector", "Report Tree", "Data
Tree") when use designer as MDI or use several non-modal designer windows
- fixed bug with hide/show dock-panels("Object Inspector", "Report
Tree", "Data Tree"), now it restore size after hiding
- fixed bug in XML/XLS export - wrong encode numbers in memo after CR/LF
- fiexd bug in RTF export
- fixed bug with undo/redo commands in previewPages designer
- fixed bug with SuppressRepeated when use KeepTogether in group
- fixed bug with SuppressRepeated on new page all events fired twice(use
Engine.SecondScriptcall to determinate it)

See more information about FastReport:
http://fast-report.com/en/products/report-generator-for-delphi-fastreport-4.html

Do not forget - you can order FastReport 4.5 with the 25% discount:
http://fast-report.com/en/new_year_discount.html
--
Best regards,
Michael Philippenko mailto:***@fast-report.com
Fast Reports - Reporting must be Fast!
http://www.fast-report.com
Johann Campbell
2007-12-19 17:52:01 UTC
Permalink
Excellent. I have been looking for a solution to move RB to FR for sometime
now.

Johann.
Post by Michael Philippenko
Dear friends!
FastReport 4.5 released!
What is new?
---------------
! 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) in e-mail export
+ added ability to change templates path in designer
+ added OnReportPrint script event
+ added PNG support in all version (start from Basic)
+ added TfrxDMPMemoView.TruncOutboundText property - truncate outbound
text in matrix report when WordWrap=false
+ added new frames styles fsAltDot and fsSquare
+ added new event OnPreviewDblClick in all TfrxView components
+ added ability to call dialogs event after report run when set
DestroyForms = false
+ added ability to change AllowExpressions and HideZeros properties in
cross Cells (default=false)
+ added IgnoreDupParams property to DB components
+ added auto open dataset in TfrxDBLookupComboBox
+ added new property TfrxADOQuery.LockType
+ added define DB_CAT (frx.inc) for grouping DB components
+ added TfrxPictureView.HightQuality property(draw picture in preview with
hight quality, but slow down drawing procedure)
+ [FRViewer] added comandline options "/print filename" and "/silent_print
filename"
+ added unicode input support in RichEditor
+ added new define HOOK_WNDPROC_FOR_UNICODE (frx.inc) - set hook on
GetMessage function for unicode input support in D4-D7/BCB4-BCB6
+ added ability chose path to FIB packages in "Recompile Wizard"
+ added new function TfrxPreview.GetTopPosition, return a position on
current preview page
+ added new hot-keys to Code Editor - Ctrl+Del delete the word before
cursor, Ctrl+BackSpace delete the word after cursor(as in Delhi IDE)
+ added "MDI Designer" example
- all language resources moved to UTF8, XML
- fixed bug with html tags [sup] and [sub]
- fixed width calculation in TfrxMemoView when use HTML tags
- fixed bug with suppressRepeated in Vertical bands
- fixed bug when designer not restore scrollbars position after undo/redo
- fixed visual bug in toolbars when use Windows Vista + XPManifest +
Delphi 2006
- fixed bug in CalcHeight when use negative LineSpace
- fixed bug in frx2xto30 when import query/table components, added import
for TfrDBLookupControl component
- fixed bug with Cross and TfrxHeader.ReprintOnNewPage = true
- fixed converting from unicode in TfrxMemoView when use non default
charset
- [fs] fixed bug with "in" operator
- fixed bug with aggregate function SUM
- fixed bug when use unicode string with [TotalPages#] in TfrxMemoView
- fixed bug with TSQLTimeStampField field type
- fixed designer dock-panels("Object Inspector", "Report Tree", "Data
Tree") when use designer as MDI or use several non-modal designer windows
- fixed bug with hide/show dock-panels("Object Inspector", "Report Tree",
"Data Tree"), now it restore size after hiding
- fixed bug in XML/XLS export - wrong encode numbers in memo after CR/LF
- fiexd bug in RTF export
- fixed bug with undo/redo commands in previewPages designer
- fixed bug with SuppressRepeated when use KeepTogether in group
- fixed bug with SuppressRepeated on new page all events fired twice(use
Engine.SecondScriptcall to determinate it)
http://fast-report.com/en/products/report-generator-for-delphi-fastreport-4.html
http://fast-report.com/en/new_year_discount.html
--
Best regards,
Fast Reports - Reporting must be Fast!
http://www.fast-report.com
Tõnis Argus
2007-12-22 22:53:39 UTC
Permalink
Hello

Is it possible to use FastReport for automatically printing out data
represented by ExpressQuantumgrid? (Like ExpressPrintingSystem)

Tonis
Michael Philippenko
2007-12-24 14:56:48 UTC
Permalink
Dear Tõnis Argus!

:)

See our example printStringGrid in the setup package.
Post by Tõnis Argus
Hello
Is it possible to use FastReport for automatically printing out data
represented by ExpressQuantumgrid? (Like ExpressPrintingSystem)
Tonis
--
Best regards,
Michael Philippenko mailto:***@fast-report.com
Fast Reports - Reporting must be Fast!
http://www.fast-report.com
Loading...