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 45 by tony, Tue Dec 6 10:33:46 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 +    UseDefaultSystemCodePage = False
290      left = 24
291      top = 96
292    end
293    object IBTransaction1: TIBTransaction
294      Active = False
295 +    Params.Strings = (
296 +      'read_committed'
297 +      'rec_version'
298 +      'nowait'
299 +    )
300      left = 24
301      top = 136
302    end
# Line 299 | Line 306 | object Form1: TForm1
306      AfterDelete = DepartmentsAfterDelete
307      AfterEdit = DepartmentsAfterDelete
308      AfterInsert = DepartmentsAfterInsert
302    BeforeClose = DepartmentsBeforeScroll
303    BeforeScroll = DepartmentsBeforeScroll
309      BufferChunks = 1000
310      CachedUpdates = False
311      DeleteSQL.Strings = (
# Line 336 | Line 341 | object Form1: TForm1
341      GeneratorField.Field = 'DEPT_NO'
342      GeneratorField.ApplyOnEvent = gaeOnNewRecord
343      GenerateParamNames = False
344 +    DataSetCloseAction = dcSaveChanges
345      AfterTransactionEnd = DepartmentsAfterTransactionEnd
346      left = 64
347      top = 176
# Line 453 | Line 459 | object Form1: TForm1
459        'order by 2'
460      )
461      Params = <>
462 +    DataSetCloseAction = dcDiscardChanges
463      left = 64
464      top = 221
465    end
# Line 479 | Line 486 | object Form1: TForm1
486          Name = 'DEPT_NO'
487          ParamType = ptInput
488        end>
489 +    DataSetCloseAction = dcDiscardChanges
490      left = 64
491      top = 264
492      ParamData = <    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines