- New default FoxBin2Prg App icon and background image, configurable with a new CFG "BackgroundImage" setting

This commit is contained in:
fdbozzo
2015-03-22 20:16:15 +01:00
parent 2cde52a15c
commit 0aef8350f3
8 changed files with 62 additions and 8 deletions

View File

@@ -39,6 +39,8 @@ Change History -------------------------------------------------------------
- Bug Fix: Fixed processing cancelation with Esc key
- Feature: Sort table/view fields alphabetically to facilitate diffing and merging, while maintaining a list with the original field order for correct DBC regeneration (Ryan Harris)
- Feature: Apply ClassPerFile to DBC connections, tables, views and SPs (Ryan Harris)
- Bug Fix: Views now save/restore their Path and RecordCount properties
- Feature: New default FoxBin2Prg App icon and background image, configurable with a new CFG "BackgroundImage" setting
2015/01/18 v1.19.41
- Bug Fix db2: Erroneous detection of Invalid Table when size is less than 328 bytes. Lower limit was changed to 65 bytes.