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

Comparing ibx/trunk/examples/lookupcombobox/Unit1.lfm (file contents):
Revision 290 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 291 by tony, Fri Apr 17 10:26:08 2020 UTC

# Line 10 | Line 10 | object Form1: TForm1
10    OnClose = FormClose
11    OnShow = FormShow
12    Position = poScreenCenter
13 <  LCLVersion = '2.0.0.2'
13 >  LCLVersion = '2.0.5.0'
14    object Label1: TLabel
15      Left = 16
16      Height = 14
# Line 302 | Line 302 | object Form1: TForm1
302      TabOrder = 4
303    end
304    object IBDatabase1: TIBDatabase
305 <    Connected = True
305 >    Connected = False
306      CreateIfNotExists = False
307      AllowStreamedConnected = False
308      DatabaseName = 'localhost:employee'
# Line 334 | Line 334 | object Form1: TForm1
334      AfterPost = EmployeesAfterPost
335      BufferChunks = 1000
336      CachedUpdates = False
337 +    CaseSensitiveParameterNames = False
338      EnableStatistics = False
339      DeleteSQL.Strings = (
340        'Execute Procedure DELETE_EMPLOYEE :EMP_NO'
# Line 563 | Line 564 | object Form1: TForm1
564      BeforeOpen = CountriesBeforeOpen
565      BufferChunks = 1000
566      CachedUpdates = False
567 +    CaseSensitiveParameterNames = False
568      EnableStatistics = False
569      GenerateParamNames = False
570      GeneratorField.ApplyOnEvent = gaeOnNewRecord
# Line 610 | Line 612 | object Form1: TForm1
612      BeforeOpen = JobCodesBeforeOpen
613      BufferChunks = 1000
614      CachedUpdates = False
615 +    CaseSensitiveParameterNames = False
616      EnableStatistics = False
617      GenerateParamNames = False
618      GeneratorField.ApplyOnEvent = gaeOnNewRecord

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines