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

Comparing ibx/trunk/examples/scriptengine/unit1.lfm (file contents):
Revision 45 by tony, Tue Dec 6 10:33:46 2016 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 577
2 >  Left = 413
3    Height = 402
4 <  Top = 339
4 >  Top = 367
5    Width = 773
6    Caption = 'IBX Script Example'
7    ClientHeight = 402
8    ClientWidth = 773
9 +  DefaultMonitor = dmPrimary
10    OnShow = FormShow
11 <  LCLVersion = '1.6.0.4'
11 >  Position = poScreenCenter
12 >  LCLVersion = '1.8.0.4'
13    object Label1: TLabel
14      Left = 14
15 <    Height = 15
15 >    Height = 14
16      Top = 16
17 <    Width = 86
17 >    Width = 99
18      Caption = 'Database Name:'
19      ParentColor = False
20    end
21    object Label2: TLabel
22      Left = 14
23 <    Height = 15
23 >    Height = 14
24      Top = 56
25 <    Width = 30
25 >    Width = 36
26      Caption = 'Script'
27      ParentColor = False
28    end
# Line 46 | Line 48 | object Form1: TForm1
48      TabOrder = 1
49    end
50    object Label3: TLabel
51 <    Left = 467
52 <    Height = 15
51 >    Left = 459
52 >    Height = 14
53      Top = 56
54 <    Width = 60
54 >    Width = 68
55      Anchors = [akTop, akRight]
56      Caption = 'Results Log'
57      ParentColor = False
# Line 85 | Line 87 | object Form1: TForm1
87    end
88    object DBName: TLabel
89      Left = 119
90 <    Height = 15
90 >    Height = 14
91      Top = 16
92 <    Width = 47
92 >    Width = 52
93      Caption = 'DBName'
94      ParentColor = False
95    end
96    object StopOnError: TCheckBox
97      Left = 104
98 <    Height = 19
98 >    Height = 22
99      Top = 375
100 <    Width = 116
100 >    Width = 136
101      Caption = 'Stop On First Error'
102      OnChange = StopOnErrorChange
103      TabOrder = 5
104    end
105    object EchoInput: TCheckBox
106      Left = 248
107 <    Height = 19
107 >    Height = 22
108      Top = 375
109 <    Width = 77
109 >    Width = 91
110      Caption = 'Echo Input'
111      OnChange = EchoInputChange
112      TabOrder = 6
# Line 113 | Line 115 | object Form1: TForm1
115      Database = IBDatabase1
116      IgnoreGrants = False
117      Transaction = IBTransaction1
118 +    ShowAffectedRows = False
119 +    ShowPerformanceStats = False
120      GetParamValue = IBXScript1GetParamValue
121      OnOutputLog = IBXScript1LogProc
122      OnErrorLog = IBXScript1LogProc
# Line 123 | Line 127 | object Form1: TForm1
127    end
128    object IBDatabase1: TIBDatabase
129      Connected = False
130 +    BeforeConnect = IBDatabase1BeforeConnect
131 +    CreateIfNotExists = False
132      AllowStreamedConnected = False
133      DatabaseName = 'employee'
134      Params.Strings = (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines