+ 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