ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/examples/ibtable/Unit1.lfm
(Generate patch)

Comparing ibx/trunk/examples/ibtable/Unit1.lfm (file contents):
Revision 312 by tony, Tue Aug 25 15:40:58 2020 UTC vs.
Revision 318 by tony, Thu Feb 25 12:03:26 2021 UTC

# Line 185 | Line 185 | object Form1: TForm1
185      AfterConnect = IBDatabase1AfterConnect
186      CreateIfNotExists = False
187      AllowStreamedConnected = False
188 <    DatabaseName = 'employee'
188 >    DatabaseName = 'localhost:employee'
189      Params.Strings = (
190        'user_name=SYSDBA'
191        'lc_ctype=UTF-8'
# Line 194 | Line 194 | object Form1: TForm1
194      IdleTimer = 0
195      TraceFlags = []
196      UseDefaultSystemCodePage = False
197 <    left = 184
198 <    top = 56
197 >    Left = 184
198 >    Top = 56
199    end
200    object IBTransaction1: TIBTransaction
201      Active = False
# Line 205 | Line 205 | object Form1: TForm1
205        'rec_version'
206        'nowait'
207      )
208 <    left = 272
209 <    top = 56
208 >    Left = 272
209 >    Top = 56
210    end
211    object Depts: TIBTable
212      AllowAutoActivateTransaction = True
# Line 225 | Line 225 | object Form1: TForm1
225      MasterDetailDelay = 500
226      ReadOnly = True
227      TableName = 'DEPARTMENT'
228 <    left = 424
229 <    top = 56
228 >    Left = 424
229 >    Top = 56
230      object DeptsDEPT_NO: TIBStringField
231        DisplayWidth = 3
232        FieldKind = fkData
# Line 309 | Line 309 | object Form1: TForm1
309    end
310    object DataSource2: TDataSource
311      DataSet = Depts
312 <    left = 360
313 <    top = 56
312 >    Left = 360
313 >    Top = 56
314    end
315    object Datasource1: TDataSource
316      DataSet = Employees
317 <    left = 496
318 <    top = 56
317 >    Left = 496
318 >    Top = 56
319    end
320    object Employees: TIBTable
321      AllowAutoActivateTransaction = False
# Line 336 | Line 336 | object Form1: TForm1
336      MasterSource = DataSource2
337      MasterDetailDelay = 300
338      TableName = 'EMPLOYEE'
339 <    left = 576
340 <    top = 56
339 >    Left = 576
340 >    Top = 56
341      object EmployeesEMP_NO: TSmallintField
342        DisplayWidth = 10
343        FieldKind = fkData

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines