HMG 3.0.23
Posted: Mon Mar 01, 2010 6:56 pm
- Fixed: WindowsVersion() function to recognize 'Windows 7'. Reported by Mustafá Lopez.
- Fixed: 'Cosmetic' problem with memo edit window in data-bound grid with Windows 7.
- Modified: Data-bound Grid.
* From this release filtered tables (set filter / set deleted / index...for) records can be modified and appended.
* All changes to the table (excepting delete and recall) will be always buffered.
* To commit the pending changes, the method 'Save' (Alt+S) must be used.
* To undo changes, the new method 'ClearBuffer' (Alt+U) must be used.
* When changes be made:
- New records will go to the end of the grid.
- If a key field is edited and its content changed, it will remain in its current position.
- If a field used in a filter expression is edited and its content changed, it will remain in place.
- 'Save' method, will cause that order and visibility of records be updated according new values committed to table.
- There will be separate 'Save' code for core RDDs and contrib ones. In this release you'll find three sections: 'Core',
'SqlMix' and 'PgRdd' ('SqlMix' and 'PgRdd' will be implemented in future releases).
- Fixed: Problem with 'Capture' method. Reported by Claudio.
- Modified: Fix on Textbox (introduced in 3.0.20) temporarily reverted (again) since it created new problems (more research is needed to solve the original problem without create 'colateral damage').
Download: site
- Fixed: 'Cosmetic' problem with memo edit window in data-bound grid with Windows 7.
- Modified: Data-bound Grid.
* From this release filtered tables (set filter / set deleted / index...for) records can be modified and appended.
* All changes to the table (excepting delete and recall) will be always buffered.
* To commit the pending changes, the method 'Save' (Alt+S) must be used.
* To undo changes, the new method 'ClearBuffer' (Alt+U) must be used.
* When changes be made:
- New records will go to the end of the grid.
- If a key field is edited and its content changed, it will remain in its current position.
- If a field used in a filter expression is edited and its content changed, it will remain in place.
- 'Save' method, will cause that order and visibility of records be updated according new values committed to table.
- There will be separate 'Save' code for core RDDs and contrib ones. In this release you'll find three sections: 'Core',
'SqlMix' and 'PgRdd' ('SqlMix' and 'PgRdd' will be implemented in future releases).
- Fixed: Problem with 'Capture' method. Reported by Claudio.
- Modified: Fix on Textbox (introduced in 3.0.20) temporarily reverted (again) since it created new problems (more research is needed to solve the original problem without create 'colateral damage').
Download: site