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 107 by tony, Thu Jan 18 14:37:40 2018 UTC vs.
Revision 315 by tony, Thu Feb 25 11:56:36 2021 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 = '2.0.5.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 +    CaseSensitiveParameterNames = False
591 +    EnableStatistics = False
592      GenerateParamNames = False
593      GeneratorField.ApplyOnEvent = gaeOnNewRecord
594 +    MasterDetailDelay = 0
595      SQL.Strings = (
596        'Select sum(Salary) as TotalSalaries'
597        'From EMPLOYEE'
# Line 633 | Line 636 | object Form1: TForm1
636      BeforeOpen = EmployeesBeforeOpen
637      BufferChunks = 5000
638      CachedUpdates = False
639 +    CaseSensitiveParameterNames = True
640 +    EnableStatistics = False
641      DeleteSQL.Strings = (
642        'Delete From EMPLOYEE A'
643        'Where A.EMP_NO = :EMP_NO'
# Line 685 | Line 690 | object Form1: TForm1
690      GeneratorField.Field = 'EMP_NO'
691      GeneratorField.ApplyOnEvent = gaeOnNewRecord
692      GenerateParamNames = False
693 +    MasterDetailDelay = 0
694      DataSetCloseAction = dcSaveChanges
695      AfterTransactionEnd = EmployeesAfterTransactionEnd
696      OnValidatePost = EmployeesValidatePost
# Line 845 | Line 851 | object Form1: TForm1
851      BeforeOpen = CountriesBeforeOpen
852      BufferChunks = 1000
853      CachedUpdates = False
854 +    CaseSensitiveParameterNames = False
855 +    EnableStatistics = False
856      GenerateParamNames = False
857      GeneratorField.ApplyOnEvent = gaeOnNewRecord
858 +    MasterDetailDelay = 0
859      SQL.Strings = (
860        'Select A.COUNTRY, A.CURRENCY From COUNTRY A'
861        'JOIN JOB J On J.JOB_COUNTRY = A.COUNTRY'
# Line 891 | Line 900 | object Form1: TForm1
900      BeforeOpen = JobCodesBeforeOpen
901      BufferChunks = 1000
902      CachedUpdates = False
903 +    CaseSensitiveParameterNames = False
904 +    EnableStatistics = False
905      GenerateParamNames = False
906      GeneratorField.ApplyOnEvent = gaeOnNewRecord
907 +    MasterDetailDelay = 0
908      SQL.Strings = (
909        'Select A.JOB_CODE, A.JOB_TITLE From JOB A'
910        'Where JOB_COUNTRY = :JOB_COUNTRY and JOB_GRADE = :JOB_GRADE'
# Line 930 | Line 942 | object Form1: TForm1
942      Transaction = IBTransaction1
943      BufferChunks = 1000
944      CachedUpdates = False
945 +    CaseSensitiveParameterNames = False
946 +    EnableStatistics = False
947      GenerateParamNames = False
948      GeneratorField.ApplyOnEvent = gaeOnNewRecord
949 +    MasterDetailDelay = 0
950      SQL.Strings = (
951        'Select A.DEPT_NO, A.DEPARTMENT From DEPARTMENT A'
952        ''

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines