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

Comparing ibx/trunk/examples/lookupcombobox/Unit2.lfm (file contents):
Revision 67 by tony, Thu Feb 26 10:33:34 2015 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 9 | Line 9 | object SelectDeptDlg: TSelectDeptDlg
9    ClientWidth = 485
10    OnClose = FormClose
11    OnShow = FormShow
12 <  LCLVersion = '1.2.6.0'
12 >  Position = poOwnerFormCenter
13 >  LCLVersion = '1.8.0.4'
14    object Label1: TLabel
15      Left = 16
16 <    Height = 15
16 >    Height = 14
17      Top = 16
18      Width = 79
19      Caption = 'Departments'
# Line 25 | Line 26 | object SelectDeptDlg: TSelectDeptDlg
26      Width = 359
27      TextField = 'DEPARTMENT'
28      DataSource = DataSource1
28    DefaultItemHeight = 18
29      HasChildField = 'CHILDCOUNT'
30      KeyField = 'DEPT_NO'
31      ParentField = 'HEAD_DEPT'
# Line 56 | Line 56 | object SelectDeptDlg: TSelectDeptDlg
56      TabOrder = 2
57    end
58    object Depts: TIBQuery
59 +    AllowAutoActivateTransaction = False
60      Database = Form1.IBDatabase1
61      Transaction = Form1.IBTransaction1
62      BufferChunks = 1000
# Line 71 | Line 72 | object SelectDeptDlg: TSelectDeptDlg
72        'Group By A.DEPT_NO, A.DEPARTMENT, A.HEAD_DEPT'
73      )
74      Params = <>
75 +    DataSetCloseAction = dcDiscardChanges
76      left = 432
77      top = 125
78    end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines