|
45fa64fe81
|
Wrap most queries in a try..except block which may fail with a SQL privilege error. So these places do not raise an exception at user level. Exceptions should only raise in unpredictable error situations. Important for reactivating the MadExcept dialog.
|
2009-11-22 18:07:53 +00:00 |
|
|
12a8e2ebc5
|
Implement a more lightweight connection layer, consisting of 2 units in source directory. Breaks threading and window to window communication, which should be reimplemented later.
|
2009-10-28 00:08:49 +00:00 |
|
|
f1b3f5501f
|
Remove last traces of MDI (issue #513). Merges code, controls and events from childwin into main.
|
2009-01-01 23:24:36 +00:00 |
|
|
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 |
|
|
6daf4b3f76
|
Fix most remaining Unicode unsafe GUI controls.
|
2008-08-25 20:24:00 +00:00 |
|
|
8679b371e3
|
New feature: Introduce a dialog for editing a server variable which is called on ListVariables (DblClick or Enter).
|
2008-02-29 22:32:53 +00:00 |
|