
- HMG 3.0.0 (Forum Test ???) Changelog:

	English:
	--------

	- New: Virtual Grid supports allowedit, ColumnWhen, ColumnValid 
	DynamicBackColor, DynamicForeColor and ColumnControls properties now. 
	Sample: GRID_24.

	- New: Grid supports the following new things:

		- 'RecordSource' Property.
		- 'ColumnFields' Property.
		- 'AllowAppend' Property.
		- 'Buffered' Property.
		- 'RecNo' Property.
		- 'Append' Method.
		- 'Save' Method.
		- 'Refresh' Method.

		These new elements are meant to give to grid, support for dbf
		tables handling.

		In 'Buffered' mode, adding a record, store it in a temporary 
		(1 record buffer). This buffer is flushed when you add another 
		record, with the 'Save' method or when the grid control is 
		released. The main advabtage of this way is that the new record 
		goes to the end  of the grid, not being affected by current 
		index order (it will be ordered when saved).

		'Append' has the Alt+A shortcut.
		'Save' has the Alt+S shotcur.

		You can set currently selected item with the 'Value' 
		property, as in a standard 'CellNavigation' style grid.
		Alternatively you can use 'RecNo' property to set selected
		item with physical record number.

		'Refresh' method is meant to update changes made outside from
		grid.

		Is this redundant, duplicating Browse functionality?: No!

		Please, read the 'Something funny happened in the way to 
		the browse' article in HMG Forum (www.hmgforum.com) for a 
		detailed explanation.

		Sample: GRID_25.


--
Roberto Lopez
http://harbourminigui.googlepages.com
<harbourminigui@gmail.com>

