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 262 by tony, Tue Oct 17 10:07:58 2017 UTC vs.
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC

# Line 1 | Line 1
1   object SelectDeptDlg: TSelectDeptDlg
2 <  Left = 677
2 >  Left = 1195
3    Height = 449
4 <  Top = 296
4 >  Top = 507
5    Width = 485
6    BorderStyle = bsDialog
7    Caption = 'Select Department'
# Line 10 | Line 10 | object SelectDeptDlg: TSelectDeptDlg
10    OnClose = FormClose
11    OnShow = FormShow
12    Position = poOwnerFormCenter
13 <  LCLVersion = '1.8.0.4'
13 >  LCLVersion = '2.0.0.2'
14    object Label1: TLabel
15      Left = 16
16      Height = 14
# Line 61 | Line 61 | object SelectDeptDlg: TSelectDeptDlg
61      Transaction = Form1.IBTransaction1
62      BufferChunks = 1000
63      CachedUpdates = False
64 +    EnableStatistics = False
65      GenerateParamNames = False
66      GeneratorField.ApplyOnEvent = gaeOnNewRecord
67 +    MasterDetailDelay = 0
68      SQL.Strings = (
69        'Select A.DEPT_NO, A.DEPARTMENT, A.HEAD_DEPT,count(B.DEPT_NO)'
70        'as ChildCount '

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines