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

Comparing ibx/trunk/design/ibgeneratoreditor.pas (file contents):
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC vs.
Revision 81 by tony, Mon Jan 1 11:31:10 2018 UTC

# Line 111 | Line 111 | end;
111  
112   procedure TGeneratorEditor.FormShow(Sender: TObject);
113   begin
114 +  if (PrimaryKeys.Database = nil) or not PrimaryKeys.Database.Connected then Exit;
115    SQLTransaction.Active := true;
116    PrimaryKeys.Active := true;
117    GeneratorQuery.Active := true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines