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 263 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 270 by tony, Fri Jan 18 11:10:37 2019 UTC

# Line 10 | Line 10 | object Form1: TForm1
10    OnClose = FormClose
11    OnShow = FormShow
12    Position = poMainFormCenter
13 <  LCLVersion = '2.0.0.2'
13 >  LCLVersion = '2.0.0.3'
14    object Button1: TButton
15      Left = 845
16      Height = 25
# Line 512 | Line 512 | object Form1: TForm1
512      Text = 'None Specified'
513    end
514    object IBDatabase1: TIBDatabase
515 <    Connected = False
515 >    Connected = True
516      CreateIfNotExists = False
517      AllowStreamedConnected = False
518      DatabaseName = 'localhost:employee'
# 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
# Line 635 | 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'
# Line 849 | 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
# Line 897 | 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
# Line 938 | 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines