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

Comparing ibx/trunk/examples/ibtreeview/Unit1.lfm (file contents):
Revision 21 by tony, Thu Feb 26 10:33:34 2015 UTC vs.
Revision 39 by tony, Tue May 17 08:14:52 2016 UTC

# Line 8 | Line 8 | object Form1: TForm1
8    ClientWidth = 722
9    OnClose = FormClose
10    OnShow = FormShow
11 <  LCLVersion = '1.4.0.1'
11 >  LCLVersion = '1.6.0.4'
12    object Panel1: TPanel
13      Left = 11
14      Height = 367
# Line 275 | Line 275 | object Form1: TForm1
275      TabOrder = 2
276    end
277    object IBDatabase1: TIBDatabase
278 <    Connected = True
278 >    Connected = False
279      AllowStreamedConnected = False
280 <    DatabaseName = 'employee'
280 >    DatabaseName = 'localhost:employee'
281      Params.Strings = (
282 <      'lc_ctype=UTF-8'
282 >      'lc_ctype=UTF8'
283        'user_name=SYSDBA'
284      )
285      DefaultTransaction = IBTransaction1
286      IdleTimer = 0
287 +    SQLHourGlass = False
288      TraceFlags = []
289      left = 24
290      top = 96
291    end
292    object IBTransaction1: TIBTransaction
293      Active = False
294 +    Params.Strings = (
295 +      'read_committed'
296 +      'rec_version'
297 +      'nowait'
298 +    )
299      left = 24
300      top = 136
301    end
# Line 299 | Line 305 | object Form1: TForm1
305      AfterDelete = DepartmentsAfterDelete
306      AfterEdit = DepartmentsAfterDelete
307      AfterInsert = DepartmentsAfterInsert
302    BeforeClose = DepartmentsBeforeScroll
303    BeforeScroll = DepartmentsBeforeScroll
308      BufferChunks = 1000
309      CachedUpdates = False
310      DeleteSQL.Strings = (
# Line 336 | Line 340 | object Form1: TForm1
340      GeneratorField.Field = 'DEPT_NO'
341      GeneratorField.ApplyOnEvent = gaeOnNewRecord
342      GenerateParamNames = False
343 +    DataSetCloseAction = dcSaveChanges
344      AfterTransactionEnd = DepartmentsAfterTransactionEnd
345      left = 64
346      top = 176
# Line 453 | Line 458 | object Form1: TForm1
458        'order by 2'
459      )
460      Params = <>
461 +    DataSetCloseAction = dcDiscardChanges
462      left = 64
463      top = 221
464    end
# Line 479 | Line 485 | object Form1: TForm1
485          Name = 'DEPT_NO'
486          ParamType = ptInput
487        end>
488 +    DataSetCloseAction = dcDiscardChanges
489      left = 64
490      top = 264
491      ParamData = <    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines