⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 history.txt

📁 Advanced.Export.Component.v4.01.rar,delphi 第三方控件
💻 TXT
📖 第 1 页 / 共 3 页
字号:
Date, Time and DateTime fields seems to be fixed too.

6. Demo applications were updated.

7. Few minor improvements and bugfixes.

02-06-2002
Version 1.98

1. Options page for export to XML is added to Export Dialog component.

2. Export to MS Excel: now you can split header and footer to several
   cells using TAB symbol as delimiter (thanks to Ken Bailey).
   Also fixed small bug with ftFMTBcd fields export (Delphi 6).

3. Export to HTML: fixed bug with empty dataset export.

4. All components in the suite: property _Version is added
   (some users ask about this). Use this property to retrieve
   the current QuickExport version number.

5. Export Dialog: property AllowOpenFile is added. Set this property to false
   if you don't wish to allow the user to open the result file after
   export is finished.

6. Few minor corrections and fixes.

10-31-2001
Version 1.97

  1. Italian localization is added.
     Thanks to Alessandro Zanello.

  2. Export to CSV: property QuoteStrings: Boolean is added.
     If true (default), all exported strings will be quoted
     in result file.

  3. TVDBFExport component: bug with export long float fields
     is fixed now.

  4. TVHTMLExport component: TAlign type was renamed to THTMLAlign.
     Constants of this type were renamed as well. It's fixed conflict
     with standard Controls.TAlign type.

  5. Some corrections in TVExportDialog component.

  6. Few minor corrections and fixes.

08-14-2001
Version 1.95

  1. Czech and Slovak localizations were added.
     Thanks to Robert Jurenka.

  2. TVExportDialog component:
     property OnlyVisibleFields was added. If it's
     true, you will see only fields with
     TField.Visible = True.

  3. Property PrintFile was added to all exports in the suite.
     If it's true, result file will be send
     to default printer after export.

  4. Some corrections in TVDBFExport component:
     a) fixed bug with long string fields.
     b) fixed bug with invalid field length for float fields.

  5. Demo applications were updated.

  6. Few minor corrections and fixes.

07-25-2001
Version 1.94

  Dutch localization was added.
  Many thanks to Geert van Raaij.

07-08-2001
Version 1.93

  French localization was added.
  Many thanks to Philippe Makowski (http://www.a6cmo.fr).

06-25-2001
Version 1.92

   We have added Delphi 6 support.

06-19-2001
Version 1.90

1. Some updates in the TVExportDialog component:
   a) possibility of setting captions for each export field was added.
      You can activate/deactivate this feature using CommonOptions
      property.
   b) SQL Options: now you can set SQL statement term and
      CommitAfterScript property (see below).
   c) fixed a little bug with setting exporting fields.
   d) fixed minor bug with date/time formats.
   e) some visual improvements.

2. TVSQLExport component: property CommitAfterScript: Boolean was added.
   If true, value of CommitStatement property will be added to the end
   of result script.

3. Demo applications were updated as well.

4. Few minor corrections and bugfixes.


06-05-2001
Version 1.85

1. We have added multilanguage support to the suite.
   Now three localizations (English, German and Russian) are available.

   We are very much thankful to Thomas Steinmaurer
   (http://www.iblogmanager.com)
   for his German localization.

   How to localize QuickExport? Just copy VExpConsts.pas and
   VExportDlg.dfm from your
   $(QuickExport)\Localize\MyLanguage to your $(QuickExport)
   directory and recompile the packages.

   If you can and want to help us with any other localizations
   please write to quickexport@ems-hitech.com. Thank you.

2. TVExportDialog component was updated.
   a) OnGetExportHeader and OnGetExportFooter events were added.
   Now you can manually set Header and Footer properties of each Export.
   b) Support of header font color in TVExcelExport component
   was added.

3. Export to SQL: property StatemetTerm was added. Use it for setting
   SQL term after INSERT statement.

4. Some improvements in TVClipboardExport component.

5. Demo applications were updated.

CORRECTIONS and FIXES:

1. Some bugfixes in TVExportDialog component. In particular fixed bug
   with saving dialogue configurations at run-time.
2. Few minor corrections and bugfixes.

05-28-2001
Version 1.80

IMPROVEMENTS:
1. Colors in Excel? Now it's possible! You can select one of 8 colors
   (Red, Blue, Green, Yellow, Cyan, Magenta, Black or White) for
   Columns Headers. Just use new ExcelOptions.RowHeadersFontColor
   property.

2. TVExportDialog component was updated. In this version we have added
   possibility of saving/restoring dialog's parameters.
   For this purpose use following:
   a) AutoSave and AutoLoad properties. If true, dialogs parameters will
   be saved/loaded to/from value of SaveFileName property automatically.
   b) You can select parameters for saving/restoring. Please check out
   SaveOptions property. List of these options will be expanded in the
   next versions.
   c) You can allow or disallow possibility of saving/restoring dialog's
   properties to the end user. Just set or unset SaveLoadButtons property.

3. Demo applications were updated as well.

CORRECTIONS and FIXES:

1. Some corrections in TVExcelExport component.
2. Few minor corrections and bugfixes.

05-04-2001
Version 1.75

IMPROVEMENTS:

1. TVExportDialog component was updated.
   a) Now you can select fonts for exporting data to
      Microsoft Excel, Microsoft Word and RTF.
   b) Some numerics format were added into User Formats
      combobox.
   c) About property was added.
2. Font styles (fsBold, fsItalic etc) in the exports to
   Microsoft Words and RTF now works.
3. Demo applications were updated as well.

CORRECTIONS and FIXES:

1. Fixed some problems with Integer and Float formats in all components
   in the Suite.
2. Export to Microsoft Excel: some bugs with user formats were fixed.
3. Export to Microsoft Word: fixed bug with string containing backslash symbol.
4. Export to HTML: Now you can select font size for Table's rows at design time.
5. Export to CSV file: Now all of string fields exported within quotation symbols (").
6. Few minor corrections and bugfixes.

04-25-2001
Version 1.70

IMPROVEMENTS:

1. DateFormat and TimeFormat properties were added to TVFormats object.
   Now you can specify output formats for Date and Time fields.
   Corresponding property editors were added as well.
2. TVExportDialog was updated.
   a) DefaultFormats property was added.
   b) Support for Date and Time fields was added.
3. ResetFormats method was added to TVFormats object.
4. Demo applications were updated.

CORRECTIONS and FIXES:

1. Fixed some problems with DateTime and Currency formats in TVExcelExport
   component.
2. Export to CSV file: fixed bug with string containing quotation symbol (").
3. Few minor corrections and bugfixes.


04-06-2001
Version 1.65

IMPROVEMENTS:
1. TVDBFExport component was added. Fast export your data to DBF file
   WITHOUT BDE!
2. TVExportDialog was updated. Now it supports export to DBF.
3. About Property was added. Now you can get full info about
   Component Suite and registration rules. Component Editor was
   changed as well.
4. Demo applications were updated.

CORRECTIONS and FIXES:
1. TVExportDialog: Fields Editor containing Display Labels
   instead of Field Names.
2. 'Available fields' ListBox is not sorted now.
3. Few minor corrections and bugfixes.

03-05-2001
Version 1.50

IMPROVEMENTS:
1. New component TVXMLExport was added to Suite. Now we provide export to
   XML -- a popular and powerful markup language for documents
   containing structured information.
2. TVExportDialog was updated. Now it supports export to XML.
3. Demo applications were updated.

CORRECTIONS and FIXES:
1. Fixed something bugs with TVClipboardExport component.
2. Few minor corrections and bugfixes.

02-20-2001
Version 1.40

IMPROVEMENTS:
1. New component TVClipboardExport was added. Now you can export your data
   directly to Windows Clipboard in fixed or symbol-separated formats.
2. TVExportDialog was updated. Now it supports export to Windows Clipboard.
3. Demo application was updated.
4. TVExportDialog demo application was added (see Demo\DialogDemo).

CORRECTIONS and FIXES:

1. Fixed bug with export BCD fields.
2. Fixed something bugs with TVExportDialog component.
3. Fixed something small bugs.

01-23-2001
Version 1.30

IMPROVEMENTS:

1.  New component TVExportDialog was added. Powerful and customizable
    data export in 1 (one) code line!
2.  Algorithm of calculation of the columns' width in TVExcelExport component
    was improved.
3.  Demo application was updated.

CORRECTIONS and FIXES:

1. Fixed bug concerning the columns' captions when Dataset is changing.
2. Fixed something small bugs.

01-10-2001
Version 1.20

IMPROVEMENTS:

1.  OnGetExportText event was added to all components in the suite.
2.  ExportedFields property and Component Editor for it were added
    to all components in the suite.
3.  ColHeaders  property was added to all components in the suite.
4.  Formats.BooleanTrue and Formats.BooleanFalse properties
    were added to all components in the suite.

5.  RTFOptions.DefaultFont and RTFOptions.HeaderFont properties
    were added to TVRTFExport component.
6.  OnGetRTFCellParams event was added to TVRTFExport component.

7.  OnGetHTMLCellParams event was added to TVHTMLExport component.
8.  HtmlOptions.DefaultOptions property was added to TVHTMLExport component.
9.  Multiline text in TVHTMLExport component now supported.
10. BoolAsCheckBox property was added to TVHTMLExport component.
11. Demo Application was updated.

CORRECTIONS and FIXES:

1. Fixed bug with export boolean fields.
2. Fixed something small bugs.

12-20-2000
Version 1.03 (now renamed to 1.10)

IMPROVEMENTS:
1. New component TVSQLExport was added.
2. Demo application was updated.
3. This file was added.

CORRECTIONS AND FIXES:
1. Fixed bug with calculated fields.
2. Fixed bug with export of negative numbers in TVExcelExport component.
3. Fixed something small bugs.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -