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

📄 update220.txt

📁 企业进销存管理系统
💻 TXT
📖 第 1 页 / 共 2 页
字号:
Printing
1. Total record count is now resetting back to zero between preview and print operations
2. CheckBoxes in grid were not properly checked to reflect actual cell values is now fixed.
3. Progress bar is now disabled when printing as TQuickReport only reflects this progress for reports bound to a dataset.

Help
No changes

TopGrid V2.20.8  release notes  August26th, 2001

The following are the list of enhancements, defects fixed, and known problems on the given release date...
General Fixes.
1. Determined that Delphi 6 no longer considers Bookmark = EmptyBookmark to be a valid comparison. This comparison
always returned true and was the cause of several defects (such as RowSelected and combo data issues). The new logic
converts the Bookmark to a string to compare.

Designer
1. Two new buttons added to toolbar to set and clear a picture from a cell (Cell Properties)
2. Three new check boxes added to Common Properties (StoreData, PrintCols and GridMenu)
3. StoreData checkbox and DropDownStyle added to ComboGrid properties
4. BorderStyle now only lists grid borderstyles and not form borderstyles
5. Removed ComboDataSource from Column properties (must be done in Combo tab)
6. Add clNone as a valid color to all color properties
7. Added ability to set Alignment, ControlType and ButtonType for multiple selected columns
8. Added ability to delete multiple selected columns
9. Fixed issue with column moving in editor where selected column was not showing correct column properties

Printing
1. PrintTitle now centers properly for a Portrait mode report
2. No column headings on report if HeadingOn = False

Help
No changes

TopGrid V2.20.7  release notes  August21st, 2001

The following are the list of enhancements, defects fixed, and known problems on the given release date...
Designer
1. Combo DataSource was not properly reloading
2. Added ability to have a heading on dropdowns (added HeadingOn, HeadingColor, HeadingFont and Heading properties)
3. Eliminated error when Rows = 0
4. Complete work to make Designer compatable with Delphi 4 and Delphi 5 

Printing
1. Fixed AV error when column with no field was present when printing
2. Hidden Columns and Hidden Rows no longer show in the report
3. Row ordering is now considered in printing (TtsGrid)

Help
1. There is a new Frequently Asked Questions topic within the online help.
2. Print and Export property and method links are now present for TtsBaseGrid, TtsCustomGrid, TtsGrid, TtsCustomDbGrid and TtsDbGrid.

The following are the list of enhancements, defects fixed, and known problems at release for the production release of version 2.20 since beta 3...
Designer
1. Added Row Properties and Cell Properties tab to allow editing of non databound grids
2. Added ability to have invisible rows and invisible columns.
3. Added property descriptions
4. Mask Combobox automatically widens when dropped down.
5. Renamed system masks to start with "sys"
6 .Fixed defect in designer where changing the Cols count in the Common tab resulted in errors.
7. Fixed defect to ensure a deleted column also removed the assoicated combo.

Printing
1. Added new properties PrintCols and PrintWithGridFormat. PrintCols will limit the grid to print only the first N columns. PrintWithGridFormat determines whether
or not the grid formatting such as Color and Font settings as defined in the Col, Row, Cell and OnGetDrawInfo event is used in the report.
2. Added the ability to print a TtsGrid
3. Modified the printing to print based on the displayCol number to reflect moved columns at runtime.

Online Help
1. Added Online help for new designer with several screen shots and image hotlinks
2. Added Online help for TtsHTMLGridProducer.
3. Added Online help for new properties

Known Problems at time of release
1. Online help not done for Row and Cell Properties designer

The following are the list of enhancements, defects fixed and known problems for this release of 2.20 (beta 3)...
Designer
1. Ability to properly configure column widths and column fields for a combo dropdown is enabled
2. Ability to hide a combo column
3. Several new properties such as GridLines, Rows and StoreData added to ComboGrid properties listing
4. Additional mechanism to add field to the grid - Insert field will insert the field to the left of the currently selected column
5. Added Rows and Cols properties as spinEdit controls on the common tab
6. Selecting a column with a combo will also display the combo properties within the combo tab, and vice versa
7. StoreData for a TtsGrid with data entry into the sample grid is now possible
8. StoreData for a combo is now possible

Printing
1. Grid report now attempts to squeeze the grid into a single page width by scaling the column widths to fit within the pagewidth (looking at a final enhancement to add a property to specify layout (FitToPageWidth or TruncateColumns)
2. Added two new events OnPrintRow and OnPrintCell to allow the application to control which grid rows actually print, and whether or not cell contents are shown.

Online Help
1. Upgraded online help to include new properties and grid features such as printing
2. Upgraded online help (more to come) to provide better keyword searching for Topics


The following are the list of enhancements, defects fixed and known problems for 2.20 (beta 2)...

1. New properties on grids called PrintOrientation, PrintLinesPerPage and PrintTotals

2. New property on TtsCol called PrintTotals to specify if a grand total should be shown on the grid report for that column. PrintTotals property must be set to true for any column totals to appear.

3. New property on grids called ProvideGridMenu (True/False). Setting to true will automatically configure a popup menu (if none defined) that contains three menu options Print Preview..., Print..., and Export.... The Print Preview will bring up the grid report preview window. The Print will print the grid report to the default printer immediately. The Export will display a save dialog to save as either CSV or XML. HTML must be done programmatically using the TtsHTMLGridProducer component.
* Note: If a PopupMenu is already associated with the grid, then setting the ProvideGridMenu to True will show the menu options at the bottom of the existing popup menu with a line separator.

4. Improved Combo editing to the Design Editor with a new easy to use interface - list of combos for just the combos used on the grid (no need to scroll the grid horizontally anymore). Easier property setting and field specifications for the columns of the dropdown.
* Note: StoredData entry is not available yet.

5. Fixed defect where adjusting the columns of a multi column combo did not take.

6. Fixed defect where LookupDatasource data was not being populated in the combo data grid.

7 New property grouping called Data within the grid property viewer to view just the data oriented properties of a TtsDbGrid.

8. New BeginUpdate / EndUpdate methods on grid to disable and re-enable grid painting when performing mass changes to the data. These are just more well known method calls to encase the already existing EnablePaint property .

9. Fixed defect where it was no longer possible to reference a column in the grid by the field name.

10. Fixed defect associated with Delphi 6 not being forgiving (like Delphi 5) on the AnsiCompareStr function. Was periodically causing an AV error when selecting the combo or during keyed entry.


The following are the list of enhancements, defects fixed and known problems for this release of 2.20 (beta 1)...

Enhancements

1. New TopGrid Design Editor available from within the Delphi IDE
	This new designer completely replaces the old TopGrid designer


2. Ability to print and preview grid reports for the TtsDbGrid (TtsGrid in next release)
	i. Use the PrintPreview and Print methods
	ii. Change report properties using OnPrintGrid event and PrintTitle property

3. New Cell and Col properties...
	i.  Data property to store a pointer to any object referenced by CellData[Col, Row]
	ii. Tag property to store an integer value referenced by CellTag[Col, Row]

4. Export to CSV file using ExportCSVData(filename : String) method on TtsDbGrid
	(TtsGrid export in next release)

5. New component TtsHTMLGridProducer to associate with a Grid and produce HTML tables of grid contents

6. New property on TtsDBGrid for XML to produce XML called XMLData.


Defects Fixed
	None

Known Problems

1. TopGrid designer still requires more thorough testing for Combo Properties
	(combo columns widths not setting properly yet)

2. TopGrid designer Undo/Reset functionality not complete yet

3. Online Help is not updated to reflect the new enhancements (to come with production release)

4. DateTime Design Editor does not function


⌨️ 快捷键说明

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