--- ibx/trunk/examples/ibtable/Unit1.lfm 2020/08/24 09:32:58 311 +++ ibx/trunk/examples/ibtable/Unit1.lfm 2020/08/25 15:40:58 312 @@ -10,7 +10,7 @@ object Form1: TForm1 DefaultMonitor = dmPrimary OnShow = FormShow Position = poScreenCenter - LCLVersion = '2.0.0.3' + LCLVersion = '2.0.11.0' object Panel1: TPanel Left = 0 Height = 453 @@ -181,7 +181,7 @@ object Form1: TForm1 end end object IBDatabase1: TIBDatabase - Connected = False + Connected = True AfterConnect = IBDatabase1AfterConnect CreateIfNotExists = False AllowStreamedConnected = False @@ -219,6 +219,7 @@ object Form1: TForm1 CachedUpdates = False DataSetCloseAction = dcSaveChanges EnableStatistics = False + SQLFiltered = False GeneratorField.ApplyOnEvent = gaeOnNewRecord IndexFieldNames = 'DEPT_NO' MasterDetailDelay = 500 @@ -326,6 +327,7 @@ object Form1: TForm1 DataSetCloseAction = dcSaveChanges EnableStatistics = False Filtered = True + SQLFiltered = False GeneratorField.Generator = 'EMP_NO_GEN ' GeneratorField.Field = 'EMP_NO' GeneratorField.ApplyOnEvent = gaeOnNewRecord @@ -448,7 +450,6 @@ object Form1: TForm1 Size = 2 end object EmployeesFULL_NAME: TIBStringField - DisplayWidth = 37 FieldKind = fkData FieldName = 'FULL_NAME' Index = 10