--- ibx/trunk/design/ibselectsqleditor.pas 2018/01/18 14:37:29 104 +++ ibx/trunk/design/ibselectsqleditor.pas 2018/01/18 14:37:32 105 @@ -235,6 +235,8 @@ begin inherited Loaded; if IBSQLEditFrame1 <> nil then begin + if PageControl <> nil then + PageControl.ActivePage := SelectPage; IBSQLEditFrame1.OnUserTablesOpened := @HandleUserTablesOpened; if SelectTableNames <> nil then SelectTableNames.ListSource := IBSQLEditFrame1.UserTableSource;