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

Comparing ibx/trunk/examples/dbcontrolgrid/unit1.lfm (file contents):
Revision 26 by tony, Fri Mar 13 10:26:52 2015 UTC vs.
Revision 27 by tony, Tue Apr 14 13:10:23 2015 UTC

# Line 8 | Line 8 | object Form1: TForm1
8    ClientWidth = 1026
9    OnClose = FormClose
10    OnShow = FormShow
11 <  LCLVersion = '1.4.0.2'
11 >  LCLVersion = '1.4.0.3'
12    object Button1: TButton
13      Left = 939
14      Height = 25
# Line 424 | Line 424 | object Form1: TForm1
424    object IBDatabase1: TIBDatabase
425      Connected = False
426      AllowStreamedConnected = False
427 <    DatabaseName = 'employee'
427 >    DatabaseName = 'localhost:employee'
428      Params.Strings = (
429        'user_name=SYSDBA'
430        'lc_ctype=UTF-8'
# Line 506 | Line 506 | object Form1: TForm1
506        'From EMPLOYEE'
507      )
508      Params = <>
509 +    DataSetCloseAction = dcDiscardChanges
510      left = 872
511      top = 376
512      object TotalsQueryTOTALSALARIES: TIBBCDField
# Line 596 | Line 597 | object Form1: TForm1
597      GeneratorField.Field = 'EMP_NO'
598      GeneratorField.ApplyOnEvent = gaeOnNewRecord
599      GenerateParamNames = False
600 +    DataSetCloseAction = dcSaveChanges
601      AfterTransactionEnd = EmployeesAfterTransactionEnd
602      left = 872
603      top = 336

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines