|
9a52593dc2
|
Use Vista's Segeo font for all forms by using the SetVistaFonts() in mainform plus the new routine InheritFont() which simply overtakes fontname and size from the mainform to all other forms.
|
2008-08-29 18:20:14 +00:00 |
|
|
aabd4bbf57
|
Add some more support for databases and tables with unicode characters.
|
2008-08-08 19:32:24 +00:00 |
|
|
efa71f50bb
|
Implement automatic closing of data sorting + column selection dialogs when clicking elsewhere by catching the FormDeactivate event. (rfe #562 and rfe #579)
|
2008-06-23 19:49:11 +00:00 |
|
|
c436f8b905
|
New feature: Checkbox for sorting fieldlist alphabetically in column selection dialog. State of the checkbox is memorized in registry.
|
2007-08-17 23:10:11 +00:00 |
|
|
064ed3b4da
|
Decide to refresh data if the OK button in any of the two dialogs (column_selection, data_sorting) was pressed. Don't call viewdata in the dialogs, but in ChildWin itself. Saves some superflous procedures / code.
|
2007-07-12 22:44:05 +00:00 |
|
|
3c8f123a81
|
Move *.pas, *.dfm and *.inc files from root directory to a new "source" subdirectory. Leaving just the readme in the root to give all newbies a very clear and unique starting point.
|
2007-06-28 20:00:04 +00:00 |
|