?? changes.txt
字號:
Changes in v2.5:
-----------------------------------------------------------------------------
Added:
- XLS export over OLE (slow)
- Bitmaps export BMP, JPEG, TIFF - color and monochrome
- RTF Export (beta)
- TfrReport properties:
ReportComment, ReportName, ReportAutor, ReportDate, ReportLastChange,
ReportPasswordProtected, ReportPassword, Advanced ReportVersion
(major, minor, release, build)
- Global script variables ReportComment, ReportName, ReportAutor,
ReportDate, ReportLastChange, ReportPasswordProtected, ReportPassword,
Advanced ReportVersion (major, minor, release, build)
- New advanced CrossTab
- Save to FR3.0 Xml format optional in Designer
- script editor highlight switch (on/off)
- Undo on/off in designer
- Prepared page run-time modification
- Report rebuild on printer change (TfrReport: RebuildPrinter)
- FieldIsNull function in script
BugFixes:
- correct break words
- TfrPrintTable bugfixes and additions (Title, DoublePass, PreviewButtons, etc)
- composite report bugfixes
- BarCode correct resize
- Correct align by grid on create new object in designer
- Field names with dots in dictionary possible
- uncorrect next row Y pos on using MemoView together with SubReport
- Minor bug fixes.
Changes in v2.47:
-----------------------------------------------------------------------------
- Delphi7 support;
- Script editor with syntax highligt;
- Default Jpeg support;
- Full Bi-directional text output
- Minor bug fixes.
Changes in v2.46:
-----------------------------------------------------------------------------
- Minor bug fixes.
Changes in v2.45:
-----------------------------------------------------------------------------
- Bug fixes (cross-tab and kernel);
- Added visualization in the cross-tab editor;
- Added new type for BandAlign property: baRest; improved align of objects
with baLeft, baRight;
- Added Greek and Taiwan resources.
Changes in v2.44:
-----------------------------------------------------------------------------
- Minor bug fixes;
- Added new cross-tab object (see frdemo, "Advanced cross-tab" report);
- Added property TfrReport.ShowPrintDialog;
- Improved "text search" function in preview;
- Added support of right-to-left languages.
Changes in v2.43:
-----------------------------------------------------------------------------
- Minor bug fixes;
- Added Delphi6 dbExpress DBXComponents (see FR\SOURCE\DBX);
- Added properties TfrDesigner.OpenDir, SaveDir;
- Added property TfrReport.PrintIfEmpty;
- String resources now have relative numbering (see files fr_lng1..5.rc).
You can easily move the resource range by changing frRes constant in
FR_Const.pas file and recompiling the resource files;
- Fixes, changes and additions in the powerpack.
Changes in v2.42:
-----------------------------------------------------------------------------
- Minor bug fixes;
- Improved work with function libraries;
- Added package for BCB5;
- Added package for Delphi6.
Changes in v2.41:
-----------------------------------------------------------------------------
- Minor bug fixes.
Changes in v2.4 release:
-----------------------------------------------------------------------------
- Minor bug fixes;
- Added support of several languages at one time (see
RES\English\FR_Eng.dpr file);
- Added Object Inspector localization (see RES\...\FR_Lng5.rc file);
- Added "Unlimited height" option for designer page - in case if you have
not enough space for all bands. See "Page options" dialog;
- Old datamanager (TfrDataManager) is not installed by default. Remove
comment from {$DEFINE DATAMANAGER} line in FR.inc file to install it;
- Added FORMATTEXT function, similar to Delphi FormatMaskText;
- Added EXIT procedure to break script execution.
Changes in v2.4beta14-16:
-----------------------------------------------------------------------------
- Minor bug fixes.
Changes in v2.4beta13:
-----------------------------------------------------------------------------
- Minor bug fixes;
- Added ADOComponents (see FR\SOURCE\ADO);
Changes in v2.4beta12:
-----------------------------------------------------------------------------
- Minor bug fixes;
- Some common dialogs and units moved from SOURCE\BDE to SOURCE dir. It
simplifies creation of new db-aware components (like BDE and IBX
components) - you don't need to rewrite it;
- Added template for easy creation of new db-aware components (SOURCE\XXX
folder). Also added small project (SOURCE\NEWENGIN folder) for renaming
template names like TfrXXXTable to normal names which you choose;
- Added TfrPage.Visible property. Now you able to change page visibility
from script. 'Page1' is first page of report, 'Page2' is second one etc;
- Changes in export filters. If you want export report in code, use
TfrReport.ExportTo(ExportFilter, FileName), where ExportFilter is
reference to appropriate export component from FR palette (e.g.,
TfrTextExport);
- Added TfrReport.MDIPreview property to allow preview windows work
properly in MDI applications. Also added new demo called MDI.
Changes in v2.4beta11:
-----------------------------------------------------------------------------
- Bugs fixed;
- Added IBXComponents (see FR\SOURCE\IBX);
- Added new property of GroupHeader band: Master. Now you can group any
data, not only master data;
- Added INC and DEC procedures.
Changes in v2.4beta10:
-----------------------------------------------------------------------------
- Bugs fixed;
- Added access to objects that placed on other pages of the report;
- Added new align in BandAlign property (all objects): alBottom;
- Now you can change band datasource from script;
- Return back to the ZIP archives (SFX suxx :)
Changes in v2.4beta9:
-----------------------------------------------------------------------------
- Lot of bugs fixed ;)
- Storing fields list in BDEComponents was changed. Check your reports
which use BDEComponents. You'll need to recreate all lookup fields which
you define;
- Added new property of Text object: HideZeros;
- Added new shapes to ShapeObject - diagonal lines;
- Added FOR operator in FastReport Pascal;
- Insert Fields window is now resizeable;
- Added new property to all report objects: BandAlign;
- Added new option for bands: PrintChildIfInvisible. If true, print band's
childs even if band is invisible;
- Changes in Data Dictionary. Check your old reports that uses DD!
- Files set is changed. Now I use self-extracting archives instead of ZIP
files. Read "Installation" section in readme.txt.
Changes in v2.4beta8:
-----------------------------------------------------------------------------
- Bug fixes;
- Now FR contains only one package as before 2.4b6 because of many bugs
when using FR designer inside Delphi IDE.
- Methods and indexed properties support in dialog controls;
- Attention: more reliable alghoritm was implemented in aggregate functions
handling. Check your old reports!
Changes in v2.4beta7:
-----------------------------------------------------------------------------
- Bug fixes;
- Added RX DateEdit control to the Dialog controls;
- New data manager announced. Now only for BDE (see "ENDUSER1" demo).
To install new data manager, create BDE folder under FR SOURCE folder
and unzip FR_BDE.zip from 240core1.zip to it. Note: use archiver which can
handle long file names. After unzipping, install FRBDEx.dpk package.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -