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

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

# Line 9 | Line 9 | object Form1: TForm1
9    DefaultMonitor = dmPrimary
10    OnShow = FormShow
11    Position = poScreenCenter
12 <  LCLVersion = '1.8.1.0'
12 >  LCLVersion = '1.8.3.0'
13    object Panel1: TPanel
14      Left = 0
15      Height = 453
# Line 172 | Line 172 | object Form1: TForm1
172        'rec_version'
173        'nowait'
174      )
175 <    left = 232
175 >    left = 272
176      top = 24
177    end
178    object Depts: TIBTable
# Line 185 | Line 185 | object Form1: TForm1
185      BufferChunks = 1000
186      CachedUpdates = False
187      DataSetCloseAction = dcSaveChanges
188 +    EnableStatistics = False
189      GeneratorField.ApplyOnEvent = gaeOnNewRecord
190      IndexFieldNames = 'DEPT_NO'
191 +    MasterDetailDelay = 500
192      ReadOnly = True
193      TableName = 'DEPARTMENT'
194 <    left = 314
194 >    left = 424
195      top = 24
196      object DeptsDEPT_NO: TIBStringField
197        DisplayWidth = 3
# Line 273 | Line 275 | object Form1: TForm1
275    end
276    object DataSource2: TDataSource
277      DataSet = Depts
278 <    left = 272
278 >    left = 360
279      top = 24
280    end
281    object Datasource1: TDataSource
282      DataSet = Employees
283 <    left = 368
283 >    left = 496
284      top = 24
285    end
286    object Employees: TIBTable
# Line 289 | Line 291 | object Form1: TForm1
291      BufferChunks = 1000
292      CachedUpdates = False
293      DataSetCloseAction = dcSaveChanges
294 <    GeneratorField.Generator = 'CUST_NO_GEN                                                                                                                 '
294 >    EnableStatistics = False
295 >    GeneratorField.Generator = 'EMP_NO_GEN                                                                                                                  '
296      GeneratorField.Field = 'EMP_NO'
297      GeneratorField.ApplyOnEvent = gaeOnNewRecord
298      IndexFieldNames = 'DEPT_NO'
299      MasterFields = 'DEPT_NO'
300      MasterSource = DataSource2
301 +    MasterDetailDelay = 300
302      TableName = 'EMPLOYEE'
303 <    left = 416
303 >    left = 576
304      top = 24
305      object EmployeesEMP_NO: TSmallintField
306        DisplayWidth = 10

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines