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

Comparing ibx/trunk/examples/employee/unit1.lfm (file contents):
Revision 208 by tony, Thu Jan 18 14:37:40 2018 UTC vs.
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC

# Line 10 | Line 10 | object Form1: TForm1
10    OnClose = FormClose
11    OnShow = FormShow
12    Position = poMainFormCenter
13 <  LCLVersion = '1.8.1.0'
13 >  LCLVersion = '1.8.3.0'
14    object Button1: TButton
15      Left = 845
16      Height = 25
# Line 587 | Line 587 | object Form1: TForm1
587      BeforeOpen = EmployeesBeforeOpen
588      BufferChunks = 1000
589      CachedUpdates = False
590 +    EnableStatistics = False
591      GenerateParamNames = False
592      GeneratorField.ApplyOnEvent = gaeOnNewRecord
593 +    MasterDetailDelay = 0
594      SQL.Strings = (
595        'Select sum(Salary) as TotalSalaries'
596        'From EMPLOYEE'
# Line 633 | Line 635 | object Form1: TForm1
635      BeforeOpen = EmployeesBeforeOpen
636      BufferChunks = 5000
637      CachedUpdates = False
638 +    EnableStatistics = False
639      DeleteSQL.Strings = (
640        'Delete From EMPLOYEE A'
641        'Where A.EMP_NO = :EMP_NO'
# Line 685 | Line 688 | object Form1: TForm1
688      GeneratorField.Field = 'EMP_NO'
689      GeneratorField.ApplyOnEvent = gaeOnNewRecord
690      GenerateParamNames = False
691 +    MasterDetailDelay = 0
692      DataSetCloseAction = dcSaveChanges
693      AfterTransactionEnd = EmployeesAfterTransactionEnd
694      OnValidatePost = EmployeesValidatePost
# Line 845 | Line 849 | object Form1: TForm1
849      BeforeOpen = CountriesBeforeOpen
850      BufferChunks = 1000
851      CachedUpdates = False
852 +    EnableStatistics = False
853      GenerateParamNames = False
854      GeneratorField.ApplyOnEvent = gaeOnNewRecord
855 +    MasterDetailDelay = 0
856      SQL.Strings = (
857        'Select A.COUNTRY, A.CURRENCY From COUNTRY A'
858        'JOIN JOB J On J.JOB_COUNTRY = A.COUNTRY'
# Line 891 | Line 897 | object Form1: TForm1
897      BeforeOpen = JobCodesBeforeOpen
898      BufferChunks = 1000
899      CachedUpdates = False
900 +    EnableStatistics = False
901      GenerateParamNames = False
902      GeneratorField.ApplyOnEvent = gaeOnNewRecord
903 +    MasterDetailDelay = 0
904      SQL.Strings = (
905        'Select A.JOB_CODE, A.JOB_TITLE From JOB A'
906        'Where JOB_COUNTRY = :JOB_COUNTRY and JOB_GRADE = :JOB_GRADE'
# Line 930 | Line 938 | object Form1: TForm1
938      Transaction = IBTransaction1
939      BufferChunks = 1000
940      CachedUpdates = False
941 +    EnableStatistics = False
942      GenerateParamNames = False
943      GeneratorField.ApplyOnEvent = gaeOnNewRecord
944 +    MasterDetailDelay = 0
945      SQL.Strings = (
946        'Select A.DEPT_NO, A.DEPARTMENT From DEPARTMENT A'
947        ''

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines