Try to fix bug #317 "Interface won't restore" by calling ActivateMainform() at startup

This commit is contained in:
Ansgar Becker
2008-06-14 10:24:05 +00:00
parent 8fa3bdf787
commit a2f3c7fcbf
2 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,8 @@ type
procedure setLocales;
function maskSql(sql_version: integer; str: String) : String;
procedure ActivateWindow(Window : HWnd);
function GetApplication(MainForm: HWnd): HWnd;
procedure ActivateMainForm(MainForm: HWnd);
procedure ShellExec( cmd: String; path: String = '' );
function getFirstWord( text: String ): String;
function ConvertWindowsCodepageToMysqlCharacterSet(codepage: Cardinal): string;