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

Comparing ibx/trunk/examples/local-employeedb/unit1.lfm (file contents):
Revision 44 by tony, Mon Feb 15 14:44:25 2016 UTC vs.
Revision 45 by tony, Tue Dec 6 10:33:46 2016 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 406
2 >  Left = 453
3    Height = 482
4 <  Top = 314
4 >  Top = 355
5    Width = 1043
6    Caption = 'Employee List'
7    ClientHeight = 461
# Line 9 | Line 9 | object Form1: TForm1
9    Menu = MainMenu1
10    OnClose = FormClose
11    OnShow = FormShow
12 <  LCLVersion = '1.4.4.0'
12 >  LCLVersion = '1.6.0.4'
13    object Button1: TButton
14      Left = 956
15      Height = 25
# Line 542 | Line 542 | object Form1: TForm1
542      Text = 'None Specified'
543    end
544    object IBDatabase1: TIBDatabase
545 <    Connected = True
545 >    Connected = False
546      LoginPrompt = False
547      AfterConnect = IBDatabase1AfterConnect
548 +    CreateIfNotExists = False
549      AllowStreamedConnected = False
550      DatabaseName = 'employee'
551      Params.Strings = (
# Line 554 | Line 555 | object Form1: TForm1
555      DefaultTransaction = IBTransaction1
556      IdleTimer = 0
557      TraceFlags = []
558 +    UseDefaultSystemCodePage = False
559      left = 832
560      top = 168
561    end
# Line 630 | Line 632 | object Form1: TForm1
632      top = 296
633    end
634    object TotalsQuery: TIBQuery
635 +    AllowAutoActivateTransaction = False
636      Database = IBDatabase1
637      Transaction = IBTransaction1
638      BeforeOpen = EmployeesBeforeOpen
# Line 668 | Line 671 | object Form1: TForm1
671      top = 376
672    end
673    object Employees: TIBDataSet
674 +    AllowAutoActivateTransaction = False
675      Database = IBDatabase1
676      Transaction = IBTransaction1
677      AfterDelete = EmployeesAfterDelete
# Line 869 | Line 873 | object Form1: TForm1
873        ProviderFlags = [pfInUpdate, pfInWhere]
874        ReadOnly = False
875        Required = False
872      BlobType = ftBlob
876      end
877    end
878    object Countries: TIBQuery
879 +    AllowAutoActivateTransaction = False
880      Database = IBDatabase1
881      Transaction = IBTransaction1
882      BeforeOpen = CountriesBeforeOpen
# Line 918 | Line 922 | object Form1: TForm1
922      top = 256
923    end
924    object JobCodes: TIBQuery
925 +    AllowAutoActivateTransaction = False
926      Database = IBDatabase1
927      Transaction = IBTransaction1
928      BeforeOpen = JobCodesBeforeOpen
# Line 957 | Line 962 | object Form1: TForm1
962        end>
963    end
964    object Depts: TIBQuery
965 +    AllowAutoActivateTransaction = False
966      Database = IBDatabase1
967      Transaction = IBTransaction1
968      BufferChunks = 1000

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines