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

Comparing ibx/trunk/design/IBDBReg.pas (file contents):
Revision 13 by tony, Thu Nov 22 22:53:40 2012 UTC vs.
Revision 15 by tony, Thu Feb 28 16:56:14 2013 UTC

# Line 330 | Line 330 | uses IB, IBQuery, IBStoredProc, IBCustom
330  
331   procedure Register;
332   begin
333 <  if not TryIBLoad then Exit;
333 >  if not TryIBLoad then
334 >  begin
335 >    MessageDlg('IBX is unable to locate the Firebird Library - have you remembered to install it?',mtError,[mbOK],0);
336 >    Exit;
337 >  end;
338  
339    RegisterNoIcon([TIBStringField, TIBBCDField]);
340    {$if lcl_fullversion < 01010000}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines