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

Comparing ibx/trunk/examples/ibtable/Unit1.lfm (file contents):
Revision 272 by tony, Mon Feb 4 13:34:37 2019 UTC vs.
Revision 312 by tony, Tue Aug 25 15:40:58 2020 UTC

# Line 10 | Line 10 | object Form1: TForm1
10    DefaultMonitor = dmPrimary
11    OnShow = FormShow
12    Position = poScreenCenter
13 <  LCLVersion = '2.0.0.3'
13 >  LCLVersion = '2.0.11.0'
14    object Panel1: TPanel
15      Left = 0
16      Height = 453
# Line 181 | Line 181 | object Form1: TForm1
181      end
182    end
183    object IBDatabase1: TIBDatabase
184 <    Connected = False
184 >    Connected = True
185      AfterConnect = IBDatabase1AfterConnect
186      CreateIfNotExists = False
187      AllowStreamedConnected = False
# Line 219 | Line 219 | object Form1: TForm1
219      CachedUpdates = False
220      DataSetCloseAction = dcSaveChanges
221      EnableStatistics = False
222 +    SQLFiltered = False
223      GeneratorField.ApplyOnEvent = gaeOnNewRecord
224      IndexFieldNames = 'DEPT_NO'
225      MasterDetailDelay = 500
# Line 326 | Line 327 | object Form1: TForm1
327      DataSetCloseAction = dcSaveChanges
328      EnableStatistics = False
329      Filtered = True
330 +    SQLFiltered = False
331      GeneratorField.Generator = 'EMP_NO_GEN                                                                                                                  '
332      GeneratorField.Field = 'EMP_NO'
333      GeneratorField.ApplyOnEvent = gaeOnNewRecord
# Line 448 | Line 450 | object Form1: TForm1
450        Size = 2
451      end
452      object EmployeesFULL_NAME: TIBStringField
451      DisplayWidth = 37
453        FieldKind = fkData
454        FieldName = 'FULL_NAME'
455        Index = 10

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines