ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibselectsqleditor.pas
(Generate patch)

Comparing ibx/trunk/design/ibselectsqleditor.pas (file contents):
Revision 104 by tony, Mon Jan 1 11:31:10 2018 UTC vs.
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC

# Line 235 | Line 235 | begin
235    inherited Loaded;
236    if IBSQLEditFrame1 <> nil then
237    begin
238 +    if PageControl <> nil then
239 +      PageControl.ActivePage := SelectPage;
240      IBSQLEditFrame1.OnUserTablesOpened := @HandleUserTablesOpened;
241      if SelectTableNames <> nil then
242        SelectTableNames.ListSource :=  IBSQLEditFrame1.UserTableSource;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines