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

Comparing ibx/trunk/design/IBSQLEditFrame.lfm (file contents):
Revision 208 by tony, Thu Mar 1 11:23:33 2018 UTC vs.
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC

# Line 1049 | Line 1049 | object IBSQLEditFrame: TIBSQLEditFrame
1049      BeforeOpen = UserTablesBeforeOpen
1050      BufferChunks = 1000
1051      CachedUpdates = False
1052 +    EnableStatistics = False
1053      GenerateParamNames = False
1054      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1055 +    MasterDetailDelay = 0
1056      SQL.Strings = (
1057        'Select trim(RDB$RELATION_NAME) as RDB$RELATION_NAME,'
1058        'RDB$RELATION_ID  From RDB$RELATIONS'
# Line 1073 | Line 1075 | object IBSQLEditFrame: TIBSQLEditFrame
1075      BufferChunks = 1000
1076      CachedUpdates = False
1077      DataSource = UserTableSource
1078 +    EnableStatistics = False
1079      GenerateParamNames = False
1080      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1081 +    MasterDetailDelay = 0
1082      SQL.Strings = (
1083        'Select Trim(RF.RDB$FIELD_NAME) as ColumnName,'
1084        '1 as Selected,'
# Line 1112 | Line 1116 | object IBSQLEditFrame: TIBSQLEditFrame
1116      BufferChunks = 1000
1117      CachedUpdates = False
1118      DataSource = UserTableSource
1119 +    EnableStatistics = False
1120      GenerateParamNames = False
1121      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1122 +    MasterDetailDelay = 0
1123      SQL.Strings = (
1124        'Select Trim(S.RDB$FIELD_NAME) as ColumnName,'
1125        '1 as Selected From'
# Line 1151 | Line 1157 | object IBSQLEditFrame: TIBSQLEditFrame
1157      BeforeOpen = UserProceduresBeforeOpen
1158      BufferChunks = 1000
1159      CachedUpdates = False
1160 +    EnableStatistics = False
1161      GenerateParamNames = False
1162      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1163 +    MasterDetailDelay = 0
1164      SQL.Strings = (
1165        'Select Trim(RDB$PROCEDURE_NAME) as '
1166        'RDB$PROCEDURE_NAME, RDB$PROCEDURE_INPUTS,'
# Line 1175 | Line 1183 | object IBSQLEditFrame: TIBSQLEditFrame
1183      BufferChunks = 1000
1184      CachedUpdates = False
1185      DataSource = UserProcSource
1186 +    EnableStatistics = False
1187      GenerateParamNames = False
1188      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1189 +    MasterDetailDelay = 0
1190      SQL.Strings = (
1191        'Select Trim(P.RDB$PARAMETER_NAME) as ColumnName,'
1192        '1 as Selected From'
# Line 1225 | Line 1235 | object IBSQLEditFrame: TIBSQLEditFrame
1235      BufferChunks = 1000
1236      CachedUpdates = False
1237      DataSource = UserProcSource
1238 +    EnableStatistics = False
1239      GenerateParamNames = False
1240      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1241 +    MasterDetailDelay = 0
1242      SQL.Strings = (
1243        'Select Trim(P.RDB$PARAMETER_NAME) as ColumnName,'
1244        '1 as Selected From'
# Line 1295 | Line 1307 | object IBSQLEditFrame: TIBSQLEditFrame
1307      BufferChunks = 1000
1308      CachedUpdates = False
1309      DataSource = UserTableSource
1310 +    EnableStatistics = False
1311      GenerateParamNames = False
1312      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1313 +    MasterDetailDelay = 0
1314      SQL.Strings = (
1315        'Select Trim(RDB$FIELD_NAME) as ColumnName,1 as'
1316        'Selected From RDB$RELATION_FIELDS'
# Line 1337 | Line 1351 | object IBSQLEditFrame: TIBSQLEditFrame
1351      BufferChunks = 1000
1352      CachedUpdates = False
1353      DataSource = UserTableSource
1354 +    EnableStatistics = False
1355      GenerateParamNames = False
1356      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1357 +    MasterDetailDelay = 0
1358      SQL.Strings = (
1359        'Select Trim(RF.RDB$FIELD_NAME) as ColumnName,'
1360        '1 as Selected'
# Line 1381 | Line 1397 | object IBSQLEditFrame: TIBSQLEditFrame
1397      BeforeClose = PackageNamesBeforeClose
1398      BufferChunks = 1000
1399      CachedUpdates = False
1400 +    EnableStatistics = False
1401      GenerateParamNames = False
1402      GeneratorField.ApplyOnEvent = gaeOnNewRecord
1403 +    MasterDetailDelay = 0
1404      SQL.Strings = (
1405        'Select distinct Trim(RDB$PACKAGE_NAME) as '
1406        'RDB$PACKAGE_NAME,  1 as PACKAGE_NAME_TYPE from RDB$PROCEDURES Where'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines