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

Comparing ibx/trunk/examples/dbcontrolgrid/unit1.pas (file contents):
Revision 44 by tony, Tue Apr 14 13:10:23 2015 UTC vs.
Revision 45 by tony, Tue Dec 6 10:33:46 2016 UTC

# Line 362 | Line 362 | begin
362       MessageDlg(E.Message,mtError,[mbOK],0);
363      end;
364    until IBDatabase1.Connected;
365 <  Reopen(0);
365 >  Application.QueueAsyncCall(@Reopen,0);
366   end;
367  
368   procedure TForm1.EmployeesAfterDelete(DataSet: TDataSet);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines