@magic-xpa/engine 4.801.0-dev481.310 → 4.801.0-dev481.313

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/esm2020/index.mjs +1 -3
  2. package/esm2020/src/ClientManager.mjs +3 -39
  3. package/esm2020/src/ConstInterface.mjs +2 -216
  4. package/esm2020/src/CurrentClientVersion.mjs +2 -2
  5. package/esm2020/src/FlowMonitorInterface.mjs +1 -23
  6. package/esm2020/src/commands/ClientToServer/CommandFactory.mjs +2 -28
  7. package/esm2020/src/data/DataView.mjs +1 -23
  8. package/esm2020/src/data/FieldsTable.mjs +1 -9
  9. package/esm2020/src/data/RecordOutOfDataViewException.mjs +1 -9
  10. package/esm2020/src/env/Environment.mjs +2 -71
  11. package/esm2020/src/event/EventHandler.mjs +1 -12
  12. package/esm2020/src/event/EventsManager.mjs +2 -2
  13. package/esm2020/src/event/RunTimeEvent.mjs +1 -15
  14. package/esm2020/src/event/UserEventsTable.mjs +1 -4
  15. package/esm2020/src/exp/YesNoExp.mjs +1 -6
  16. package/esm2020/src/remote/RemoteCommandsProcessor.mjs +1 -4
  17. package/esm2020/src/remote/ServerError.mjs +1 -5
  18. package/esm2020/src/rt/Argument.mjs +2 -11
  19. package/esm2020/src/rt/Boundary.mjs +1 -7
  20. package/esm2020/src/rt/DataviewHeaders.mjs +1 -4
  21. package/esm2020/src/rt/HandlersTable.mjs +1 -4
  22. package/esm2020/src/rt/Transaction.mjs +1 -2
  23. package/esm2020/src/tasks/MGDataCollection.mjs +1 -8
  24. package/esm2020/src/tasks/sort/SortCollection.mjs +1 -6
  25. package/fesm2015/magic-xpa-engine.mjs +38 -522
  26. package/fesm2015/magic-xpa-engine.mjs.map +1 -1
  27. package/fesm2020/magic-xpa-engine.mjs +38 -522
  28. package/fesm2020/magic-xpa-engine.mjs.map +1 -1
  29. package/index.d.ts +0 -2
  30. package/package.json +4 -4
  31. package/src/ClientManager.d.ts +0 -10
  32. package/src/ConstInterface.d.ts +1 -214
  33. package/src/FlowMonitorInterface.d.ts +0 -22
  34. package/src/commands/ClientToServer/CommandFactory.d.ts +0 -7
  35. package/src/data/DataView.d.ts +0 -5
  36. package/src/data/FieldsTable.d.ts +0 -1
  37. package/src/data/RecordOutOfDataViewException.d.ts +0 -3
  38. package/src/env/Environment.d.ts +0 -27
  39. package/src/event/EventHandler.d.ts +0 -4
  40. package/src/event/RunTimeEvent.d.ts +0 -8
  41. package/src/event/UserEventsTable.d.ts +0 -1
  42. package/src/exp/YesNoExp.d.ts +0 -1
  43. package/src/remote/ServerError.d.ts +0 -4
  44. package/src/rt/Argument.d.ts +0 -1
  45. package/src/rt/Boundary.d.ts +0 -3
  46. package/src/rt/DataviewHeaders.d.ts +0 -1
  47. package/src/rt/HandlersTable.d.ts +0 -1
  48. package/src/rt/Transaction.d.ts +0 -1
  49. package/src/tasks/MGDataCollection.d.ts +0 -1
  50. package/src/tasks/sort/SortCollection.d.ts +0 -1
  51. package/esm2020/src/tasks/MenusDeserializer.mjs +0 -3
  52. package/esm2020/src/util/Process.mjs +0 -7
  53. package/src/tasks/MenusDeserializer.d.ts +0 -2
  54. package/src/util/Process.d.ts +0 -3
@@ -38,12 +38,9 @@ var ClientTargetedCommandType;
38
38
  })(ClientTargetedCommandType || (ClientTargetedCommandType = {}));
39
39
 
40
40
  class ConstInterface {
41
+ ;
41
42
  }
42
- ConstInterface.EXECUTION_PROPERTIES_FILE_NAME = "execution.properties";
43
- ConstInterface.FORMS_USER_STATE_FILE_NAME = "FormsUserStateRIA";
44
- ConstInterface.NAMES_SEPARATOR = "#+%";
45
43
  ConstInterface.MG_TAG_CONTEXT = "context";
46
- ConstInterface.MG_TAG_PROTOCOL = "protocol";
47
44
  ConstInterface.MG_TAG_ENV = "env";
48
45
  ConstInterface.MG_TAG_COMMAND = "command";
49
46
  ConstInterface.MG_TAG_LANGUAGE = "language";
@@ -61,18 +58,12 @@ ConstInterface.MG_TAG_STARTUP_PROGRAM = "StartupProgram";
61
58
  ConstInterface.MG_TAG_CONTEXT_ID = "ContextID";
62
59
  ConstInterface.MG_TAG_SESSION_ID = "SessionID";
63
60
  ConstInterface.MG_TAG_HTTP_COMMUNICATION_TIMEOUT = "HttpTimeout";
64
- ConstInterface.MG_TAG_UNSYNCRONIZED_METADATA = "UnsynchronizedMetadata";
65
61
  ConstInterface.MG_TAG_TASKDEFINITION_IDS_URL = "taskDefinitionIdsUrl";
66
62
  ConstInterface.MG_TAG_OFFLINE_SNIPPETS_URL = "offlineSnippetsUrl";
67
- ConstInterface.MG_TAG_DEFAULT_TAG_LIST = "defaultTagList";
68
- ConstInterface.MG_TAG_TASK_INFO = "taskinfo";
69
- ConstInterface.MG_TAG_EXECUTION_RIGHT = "executionRightIdx";
70
63
  ConstInterface.MG_ATTR_ISSPECIFIC = "isSpecific";
71
64
  ConstInterface.MG_ATTR_IS_GUI_THREAD_EXECUTION = "isGuiThreadExecution";
72
65
  ConstInterface.MG_ATTR_FULLNAME = "fullname";
73
- ConstInterface.MG_ATTR_PUBLIC_NAME = "publicName";
74
66
  ConstInterface.MG_TAG_TASKURL = "taskURL";
75
- ConstInterface.MG_TAG_TASK_IS_OFFLINE = "IsOffline";
76
67
  ConstInterface.MG_TAG_EXPTABLE = "exptable";
77
68
  ConstInterface.MG_TAG_EXP = "exp";
78
69
  ConstInterface.MG_TAG_DATAVIEW = "dataview";
@@ -85,7 +76,6 @@ ConstInterface.MG_TAG_EVENT = "event";
85
76
  ConstInterface.MG_TAG_OPER = "oper";
86
77
  ConstInterface.MG_TAG_KBDMAP_URL = "kbdmapurl";
87
78
  ConstInterface.MG_TAG_KBDMAP = "kbdmap";
88
- ConstInterface.MG_TAG_KBDITM = "kbditm";
89
79
  ConstInterface.MG_TAG_USER_EVENTS = "userevents";
90
80
  ConstInterface.MG_TAG_USER_EVENTS_END = "/userevents";
91
81
  ConstInterface.MG_TAG_EVENTS_QUEUE = "eventsqueue";
@@ -99,7 +89,6 @@ ConstInterface.MG_TAG_LINKS_END = "/links";
99
89
  ConstInterface.MG_TAG_LINK = "link";
100
90
  ConstInterface.MG_TAG_TASK_TABLES = "taskTables";
101
91
  ConstInterface.MG_TAG_TASK_TABLES_END = "/taskTables";
102
- ConstInterface.MG_TAG_TASK_TABLE = "taskTable";
103
92
  ConstInterface.MG_TAG_COLUMN = "column";
104
93
  ConstInterface.MG_TAG_SORT = "sort";
105
94
  ConstInterface.MG_TAG_SORTS = "sorts";
@@ -112,18 +101,8 @@ ConstInterface.MG_TAG_TASK_XML = "taskxml";
112
101
  ConstInterface.MG_TAG_EXEC_STACK_ENTRY = "execstackentry";
113
102
  ConstInterface.MG_TAG_DBH_REAL_IDXS = "dbhRealIdxs";
114
103
  ConstInterface.MG_TAG_USER_DETAILS = "userDetails";
115
- ConstInterface.MG_SSL_STORE_ARG_PREFIX = "STORE:";
116
- ConstInterface.MG_ATTR_VALUE_TAGGED = XMLConstants.TAG_OPEN + XMLConstants.MG_ATTR_VALUE + XMLConstants.TAG_CLOSE;
117
- ConstInterface.MG_ATTR_VALUE_END_TAGGED = XMLConstants.END_TAG + XMLConstants.MG_ATTR_VALUE + XMLConstants.TAG_CLOSE;
118
- ConstInterface.MG_ATTR_HANDLER = "handler";
119
104
  ConstInterface.MG_ATTR_OBJECT = "object";
120
- ConstInterface.MG_ATTR_RECOMPUTE = "recompute";
121
- ConstInterface.MG_ATTR_MESSAGE = "message";
122
- ConstInterface.MG_ATTR_HTML = "html";
123
105
  ConstInterface.MG_ATTR_ARGLIST = "arglist";
124
- ConstInterface.MG_ATTR_EXTRA = "extra";
125
- ConstInterface.MG_ATTR_FIRSTPOS = "firstpos";
126
- ConstInterface.MG_ATTR_LASTPOS = "lastpos";
127
106
  ConstInterface.MG_ATTR_VIRTUAL = "virtual";
128
107
  ConstInterface.MG_ATTR_SUBFORM_TASK = "subform_task";
129
108
  ConstInterface.MG_ATTR_PARAM = "param";
@@ -132,37 +111,23 @@ ConstInterface.MG_ATTR_ROUTE_PARAMS = "routeParams";
132
111
  ConstInterface.MG_ATTR_EXPOSED_ROUTE_PARAMS = "exposedRouteParam";
133
112
  ConstInterface.MG_ATTR_EXPOSED_TO_CLIENT = "exposedToClient";
134
113
  ConstInterface.MG_ATTR_PAR_ATTRS = "attr";
135
- ConstInterface.MG_ATTR_PAR_ATTRS_TAGGED = XMLConstants.TAG_OPEN + ConstInterface.MG_ATTR_PAR_ATTRS + XMLConstants.TAG_CLOSE;
136
- ConstInterface.MG_ATTR_PAR_ATTRS_END_TAGGED = XMLConstants.END_TAG + ConstInterface.MG_ATTR_PAR_ATTRS + XMLConstants.TAG_CLOSE;
137
114
  ConstInterface.MG_ATTR_VIR_AS_REAL = "vir_as_real";
138
115
  ConstInterface.MG_ATTR_LNK_CREATE = "link_create";
139
- ConstInterface.MG_ATTR_LENGTH = "length";
140
116
  ConstInterface.MG_ATTR_RANGE = "range";
141
117
  ConstInterface.MG_ATTR_NULLVALUE = "nullvalue";
142
118
  ConstInterface.MG_ATTR_INIT = "init";
143
- ConstInterface.MG_ATTR_CURRPOS = "currpos";
144
- ConstInterface.MG_ATTR_POS = "pos";
145
- ConstInterface.MG_ATTR_OLDPOS = "oldpos";
146
119
  ConstInterface.MG_ATTR_MODE = "mode";
147
120
  ConstInterface.MG_ATTR_RECOMPUTEBY = "recompute_by";
148
- ConstInterface.MG_ATTR_NAME_TAGGED = XMLConstants.TAG_OPEN + XMLConstants.MG_ATTR_NAME + XMLConstants.TAG_CLOSE;
149
- ConstInterface.MG_ATTR_NAME_END_TAGGED = XMLConstants.END_TAG + XMLConstants.MG_ATTR_NAME + XMLConstants.TAG_CLOSE;
150
- ConstInterface.MG_ATTR_TRANS = "trans";
151
121
  ConstInterface.MG_ATTR_HANDLEDBY = "handledby";
152
122
  ConstInterface.MG_ATTR_LEVEL = "level";
153
- ConstInterface.MG_ATTR_DESTINATION_DATASOURCE_NAME = "destDataSourceName";
154
- ConstInterface.MG_ATTR_DESTINATION_COLUMNLIST = "destColumnList";
155
- ConstInterface.MG_ATTR_SOURCE_DATAVIEW = "sourceDataView";
156
123
  ConstInterface.MG_ATTR_SECONDS = "seconds";
157
124
  ConstInterface.MG_ATTR_SCOPE = "scope";
158
- ConstInterface.MG_ATTR_RETURN = "return";
159
125
  ConstInterface.MG_ATTR_PROPAGATE = "propagate";
160
126
  ConstInterface.MG_ATTR_ENABLED = "enabled";
161
127
  ConstInterface.MG_ATTR_FLD = "fld";
162
128
  ConstInterface.MG_ATTR_FIELDID = "fieldid";
163
129
  ConstInterface.MG_ATTR_IGNORE_SUBFORM_RECOMPUTE = "ignoreSubformRecompute";
164
130
  ConstInterface.MG_ATTR_MAGICEVENT = "magicevent";
165
- ConstInterface.MG_ATTR_EXIT_BY_MENU = "exitByMenu";
166
131
  ConstInterface.MG_ATTR_FOCUSLIST = "focuslist";
167
132
  ConstInterface.MG_ATTR_FOCUSTASK = "currFocusedTask";
168
133
  ConstInterface.MG_ATTR_TEXT = "text";
@@ -172,23 +137,16 @@ ConstInterface.MG_ATTR_IMAGE = "image";
172
137
  ConstInterface.MG_ATTR_BUTTONS = "buttons";
173
138
  ConstInterface.MG_ATTR_RETURN_VAL = "returnVal";
174
139
  ConstInterface.MG_ATTR_ERR_LOG_APPEND = "errorLogAppend";
175
- ConstInterface.MG_ATTR_EVENTVALUE = "eventvalue";
176
140
  ConstInterface.MG_ATTR_EVENTTYPE = "eventtype";
177
141
  ConstInterface.MG_ATTR_HOW = "how";
178
142
  ConstInterface.MG_ATTR_UNDO = "undo";
179
143
  ConstInterface.MG_ATTR_CND = "cnd";
180
- ConstInterface.MG_ATTR_ACTIONID = "actionid";
181
144
  ConstInterface.MG_ATTR_KEYCODE = "keycode";
182
145
  ConstInterface.MG_ATTR_MODIFIER = "modifier";
183
- ConstInterface.MG_ATTR_STATES = "states";
184
146
  ConstInterface.MG_ATTR_CURR_REC = "curr_rec";
185
147
  ConstInterface.MG_ATTR_LAST_REC_ID = "lastRecIdx";
186
148
  ConstInterface.MG_ATTR_OLD_FIRST_REC_ID = "oldFirstRecIdx";
187
149
  ConstInterface.MG_ATTR_CURR_REC_POS_IN_FORM = "currRecPosInForm";
188
- ConstInterface.MG_ATTR_REPEATABLE = "repeatable";
189
- ConstInterface.MG_ATTR_FIELD = "field";
190
- ConstInterface.MG_ATTR_IDX = "idx";
191
- ConstInterface.MG_ATTR_URL = "url";
192
150
  ConstInterface.MG_ATTR_DATEMODE = "datemode";
193
151
  ConstInterface.MG_ATTR_THOUSANDS = "thousands";
194
152
  ConstInterface.MG_ATTR_DECIMAL_SEPARATOR = "decimalseparator";
@@ -203,15 +161,11 @@ ConstInterface.MG_ATTR_VARIABLE = "variable";
203
161
  ConstInterface.MG_ATTR_HANDLERID = "handlerid";
204
162
  ConstInterface.MG_ATTR_ROLLBACK_TYPE = "rollbackType";
205
163
  ConstInterface.MG_ATTR_CENTURY = "century";
206
- ConstInterface.MG_ATTR_DATATYPE = "datatype";
207
164
  ConstInterface.MG_ATTR_INCLUDE_FIRST = "include_first";
208
165
  ConstInterface.MG_ATTR_INCLUDE_LAST = "include_last";
209
166
  ConstInterface.MG_ATTR_IS_ONEWAY_KEY = "isonewaykey";
210
167
  ConstInterface.MG_ATTR_INSERT_AT = "insert_at";
211
168
  ConstInterface.MG_ATTR_DBVIEWSIZE = "dbviewsize";
212
- ConstInterface.MG_ATTR_FRAME_EXP = "frameexp";
213
- ConstInterface.MG_ATTR_PICLEN = "piclen";
214
- ConstInterface.MG_ATTR_SRCTASK = "srctask";
215
169
  ConstInterface.MG_ATTR_INVALIDATE = "invalidate";
216
170
  ConstInterface.MG_ATTR_RMPOS = "rmpos";
217
171
  ConstInterface.MG_ATTR_DISPLAY = "display";
@@ -225,8 +179,6 @@ ConstInterface.MG_ATTR_UPD_IN_QUERY_LOWER = "updateinquery";
225
179
  ConstInterface.MG_ATTR_CRE_IN_MODIFY = "createInModify";
226
180
  ConstInterface.MG_ATTR_CRE_IN_MODIFY_LOWER = "createinmodify";
227
181
  ConstInterface.MG_ATTR_IDLETIME = "idletime";
228
- ConstInterface.MG_ATTR_VER = "ver";
229
- ConstInterface.MG_ATTR_SUBVER = "subver";
230
182
  ConstInterface.MG_ATTR_WAIT = "wait";
231
183
  ConstInterface.MG_ATTR_RETAIN_FOCUS = "retainFocus";
232
184
  ConstInterface.MG_ATTR_SYNC_DATA = "syncData";
@@ -237,8 +189,6 @@ ConstInterface.MG_ATTR_USER = "user";
237
189
  ConstInterface.MG_ATTR_FORCE_EXIT = "force_exit";
238
190
  ConstInterface.MG_ATTR_PUBLIC = "public_name";
239
191
  ConstInterface.MG_ATTR_PRG_DESCRIPTION = "prgDescription";
240
- ConstInterface.MG_ATTR_MENU_CONTENTEND = "MenusContentEnd";
241
- ConstInterface.MG_ATTR_OBJECT_TYPE = "object_type";
242
192
  ConstInterface.MG_ATTR_TABLE_NAME = "table_name";
243
193
  ConstInterface.MG_ATTR_INDEX_IN_TABLE = "index_in_table";
244
194
  ConstInterface.MG_ATTR_CALLINGTASK = "callingtask";
@@ -301,13 +251,7 @@ ConstInterface.MG_ATTR_NEWID = "newid";
301
251
  ConstInterface.MG_ATTR_MPRG_SOURCE = "mprg_source";
302
252
  ConstInterface.MG_ATTR_INVOKER_ID = "invokerid";
303
253
  ConstInterface.MG_ATTR_TRANS_LEVEL = "level";
304
- ConstInterface.MG_ATTR_TOP = "top";
305
- ConstInterface.MG_ATTR_LEFT = "left";
306
- ConstInterface.MG_ATTR_HEIGHT = "height";
307
- ConstInterface.MG_ATTR_WIDTH = "width";
308
254
  ConstInterface.MG_ATTR_LEN = "len";
309
- ConstInterface.MG_ATTR_SCAN = "scan";
310
- ConstInterface.MG_ATTR_STANDALONE = "standalone";
311
255
  ConstInterface.MG_ATTR_DESC = "desc";
312
256
  ConstInterface.MG_ATTR_CLOSE_SUBFORM_ONLY = "closeSubformOnly";
313
257
  ConstInterface.MG_ATTR_CHECK_ONLY = "checkOnly";
@@ -322,11 +266,7 @@ ConstInterface.MG_ATTR_USERINFO = "userInfo";
322
266
  ConstInterface.MG_ATTR_CPY_GLB_PRMS = "copy_global_params";
323
267
  ConstInterface.MG_TAG_GLOBALPARAMS = "globalparams";
324
268
  ConstInterface.MG_TAG_GLOBALPARAMSCHANGES = "globalParamChanges";
325
- ConstInterface.MG_TAG_GLOBALPARAMSCHANGES_TAGGED = XMLConstants.TAG_OPEN + ConstInterface.MG_TAG_GLOBALPARAMSCHANGES + XMLConstants.TAG_CLOSE;
326
- ConstInterface.MG_TAG_GLOBALPARAMSCHANGES_END_TAGGED = XMLConstants.END_TAG + ConstInterface.MG_TAG_GLOBALPARAMSCHANGES + XMLConstants.TAG_CLOSE;
327
269
  ConstInterface.MG_TAG_PARAM = "param";
328
- ConstInterface.MG_TAG_PARAM_TAGGED = XMLConstants.TAG_OPEN + ConstInterface.MG_TAG_PARAM + XMLConstants.TAG_CLOSE;
329
- ConstInterface.MG_TAG_PARAM_END_TAGGED = XMLConstants.END_TAG + ConstInterface.MG_TAG_PARAM + XMLConstants.TAG_CLOSE;
330
270
  ConstInterface.MG_ATTR_IME_AUTO_OFF = "imeAutoOff";
331
271
  ConstInterface.MG_ATTR_LOCAL_AS400SET = "local_as400set";
332
272
  ConstInterface.MG_ATTR_LOCAL_EXTRA_GENGO = "local_extraGengo";
@@ -335,33 +275,23 @@ ConstInterface.MG_ATTR_SPEACIAL_ANSI_EXP = "SpecialAnsiExpression";
335
275
  ConstInterface.MG_ATTR_SPECIAL_SHOW_STATUSBAR_PANES = "SpecialShowStatusBarPanes";
336
276
  ConstInterface.MG_ATTR_SPECIAL_ROUTE_TO_ROOT_PROG_ON_CONTEXT_RECREATION = "SpecialRouteToRootProgramOnContextRecreation";
337
277
  ConstInterface.MG_ATTR_SPECIAL_SPECIAL_EDIT_LEFT_ALIGN = "SpecialEditLeftAlign";
338
- ConstInterface.MG_ATTR_SPECIAL_IGNORE_BUTTON_FORMAT = "SpecialIgnoreButtonFormat";
339
278
  ConstInterface.MG_ATTR_SPEACIAL_SWF_CONTROL_NAME = "SpecialSwfControlNameProperty";
340
- ConstInterface.MG_ATTR_FRAMESET_STYLE = "frameSetStyle";
341
279
  ConstInterface.MG_ATTR_SPECIAL_VAL_NEW_POLICY = "SpecialValNewPolicy";
342
280
  ConstInterface.MG_ATTR_OPER_CALLMODE = "operCallMode";
343
- ConstInterface.MG_ATTR_TASK_FLOW_DIRECTION = "taskFlowDir";
344
281
  ConstInterface.MG_ATTR_TASK_MAINLEVEL = "mainlevel";
345
282
  ConstInterface.MG_ATTR_OPER_METHODNAME = "method_name";
346
- ConstInterface.MG_ATTR_OPER_ASMURL = "asm_url";
347
- ConstInterface.MG_ATTR_OPER_ASMFILE = "asm_file";
348
- ConstInterface.MG_ATTR_OPER_ASMNAME = "asm_name";
349
- ConstInterface.MG_ATTR_OPER_ASMCONTENT = "asm_content";
350
283
  ConstInterface.MG_ATTR_GUID = "GUID";
351
284
  ConstInterface.MG_ATTR_CONTROLS_PERSISTENCY_PATH = "ControlsPersistencyPath";
352
285
  ConstInterface.MG_ATTR_PROJDIR = "projdir";
353
286
  ConstInterface.MG_ATTR_TERMINAL = "terminal";
354
287
  ConstInterface.MG_TAG_ENV_PARAM_URL = "envparamurl";
355
288
  ConstInterface.MG_TAG_ENV_PARAM = "environment";
356
- ConstInterface.MG_ATTR_CLOSE_TASKS_ON_PARENT_ACTIVATE = "closeTasksOnParentActivate";
357
289
  ConstInterface.MG_ATTR_HANDLER_ONFORM = "HandlerOnForm";
358
290
  ConstInterface.MG_ATTR_DROP_USERFORMATS = "dropuserformats";
359
- ConstInterface.MG_ATTR_CACHED_FILES = "cachedFiles";
360
291
  ConstInterface.MG_ATTR_CONTROL_NAME = "ControlName";
361
292
  ConstInterface.MG_TAG_HIDDEN_CONTOLS = "HiddenControls";
362
293
  ConstInterface.MG_ATTR_ISNS = "Isns";
363
294
  ConstInterface.MG_ATTR_SPECIAL_CANCEL_ON_CREATE = "SpecialCancelOnCreate";
364
- ConstInterface.MG_ATTR_TEMP_DATABASE = "tempdatabase";
365
295
  ConstInterface.MG_ATTR_TIME_SEPARATOR = "timeseparator";
366
296
  ConstInterface.MG_ATTR_IOTIMING = "iotiming";
367
297
  ConstInterface.MG_ATTR_HTTP_TIMEOUT = "httptimeout";
@@ -387,18 +317,14 @@ ConstInterface.MG_ATTR_BATCH_PAINT_TIME = "batchpainttime";
387
317
  ConstInterface.MG_ATTR_ISAM_TRANSACTION = "isamtransaction";
388
318
  ConstInterface.MG_ATTR_CENTER_SCREEN_IN_ONLINE = "centerscreeninonline";
389
319
  ConstInterface.MG_ATTR_REPOSITION_AFTER_MODIFY = "repositionaftermodify";
390
- ConstInterface.MG_ATTR_OVERLAY = "overlayid";
391
320
  ConstInterface.MG_ATTR_TASKFLW = "taskflw";
392
- ConstInterface.MG_ATTR_DATAVIEW = "dataview";
393
321
  ConstInterface.MG_ATTR_RECOMP = "recomp";
394
322
  ConstInterface.MG_ATTR_FLWOP = "flwop";
395
- ConstInterface.MG_ATTR_START = "start";
396
323
  ConstInterface.MG_ATTR_END = "end";
397
324
  ConstInterface.MG_ATTR_INFO = "info";
398
325
  ConstInterface.MG_ATTR_KEY = "key";
399
326
  ConstInterface.MG_ATTR_KEY_EXP = "key_exp";
400
327
  ConstInterface.MG_ATTR_NULL_FLAGS = "nullFlags";
401
- ConstInterface.MG_ATTR_NEXTOPERIDX = "nextOperIdx";
402
328
  ConstInterface.MG_ATTR_DVPOS_VALUE = "dvPosValue";
403
329
  ConstInterface.MG_ATTR_DVPOS_DEC = "DvPosDec";
404
330
  ConstInterface.MG_ATTR_TRANS_ID = "transId";
@@ -431,77 +357,22 @@ ConstInterface.MG_ATTR_RET_VAL = "retVal";
431
357
  ConstInterface.MG_ATTR_DBPOS = "db_pos";
432
358
  ConstInterface.MG_TAG_USR_DEF_FUC_RET_EXP_ID = "returnexp";
433
359
  ConstInterface.MG_TAG_USR_DEF_FUC_RET_EXP_ATTR = "returnexpattr";
434
- ConstInterface.MG_TAG_PROPERTIES = "properties";
435
- ConstInterface.MG_TAG_PROPERTY = "property";
436
- ConstInterface.MG_ATTR_IS_VECTOR = "is_vector";
437
360
  ConstInterface.MG_ATTR_DIRECTION = "direction";
438
361
  ConstInterface.MG_ATTR_KEEP_USER_SORT = "keepUserSort";
439
- ConstInterface.MG_ATTR_SEARCH_STR = "searchStr";
440
- ConstInterface.MG_ATTR_RESET_SEARCH = "resetSearch";
441
362
  ConstInterface.MG_TAG_DBHS = "DBHS";
442
363
  ConstInterface.MG_TAG_DBHS_END = "/DBHS";
443
364
  ConstInterface.MG_TAG_DBH_DATA_IDS_URL = "dbhDataIdsUrl";
444
- ConstInterface.MG_TAG_DBH_DATA_ID = "dbhDataId";
445
- ConstInterface.MG_TAG_DBH = "DBH";
446
- ConstInterface.MG_TAG_DBH_END = "/DBH";
447
- ConstInterface.MG_TAG_FLDS = "FLDS";
448
- ConstInterface.MG_TAG_FLDS_END = "/FLDS";
449
365
  ConstInterface.MG_TAG_FLD = "FLD";
450
- ConstInterface.MG_TAG_KEYS = "KEYS";
451
- ConstInterface.MG_TAG_KEYS_END = "/KEYS";
452
- ConstInterface.MG_TAG_KEY = "KEY";
453
- ConstInterface.MG_TAG_KEY_END = "/KEY";
454
- ConstInterface.MG_TAG_SEGS = "SEGS";
455
- ConstInterface.MG_TAG_SEGS_END = "/SEGS";
456
- ConstInterface.MG_TAG_SEG = "SEG";
457
- ConstInterface.MG_ATTR_ISN = "isn";
458
- ConstInterface.MG_ATTR_ATTR = "Attr";
459
- ConstInterface.MG_ATTR_ALLOW_NULL = "AllowNull";
460
- ConstInterface.MG_ATTR_DEFAULT_NULL = "DefaultNull";
461
366
  ConstInterface.MG_ATTR_STORAGE = "Storage";
462
- ConstInterface.MG_ATTR_DATASOURCE_DEFINITION = "DataSourceDefinition";
463
- ConstInterface.MG_ATTR_DIFF_UPDATE = "DiffUpdate";
464
- ConstInterface.MG_ATTR_DEC = "Dec";
465
- ConstInterface.MG_ATTR_WHOLE = "Whole";
466
- ConstInterface.MG_ATTR_PART_OF_DATETIME = "PartOfDateTime";
467
- ConstInterface.MG_ATTR_DEFAULT_STORAGE = "DefaultStorage";
468
- ConstInterface.MG_ATTR_CONTENT = "Content";
469
367
  ConstInterface.MG_ATTR_PICTURE = "Picture";
470
- ConstInterface.MG_ATTR_DB_DEFAULT_VALUE = "DbDefaultValue";
471
- ConstInterface.MG_ATTR_FLD_DB_INFO = "DbInfo";
472
- ConstInterface.MG_ATTR_DB_NAME = "DbName";
473
- ConstInterface.MG_ATTR_DB_TYPE = "DbType";
474
- ConstInterface.MG_ATTR_USER_TYPE = "UserType";
475
- ConstInterface.MG_ATTR_NULL_DISPLAY = "NullDisplay";
476
- ConstInterface.MG_ATTR_FIELD_NAME = "Name";
477
- ConstInterface.MG_ATTR_FLD_ISN = "fld_isn";
478
- ConstInterface.MG_TAG_KEY_SEGMENTS = "KeySegs";
479
- ConstInterface.MG_TAG_SEGMENT = "segment";
480
- ConstInterface.MG_ATTR_KEY_DB_NAME = "KeyDBName";
481
368
  ConstInterface.MG_ATTR_NAME = "name";
482
- ConstInterface.MG_ATTR_DBASE_NAME = "dbase_name";
483
- ConstInterface.MG_ATTR_POSITION_ISN = "position_isn";
484
- ConstInterface.MG_ATTR_ARRAY_SIZE = "array_size";
485
- ConstInterface.MG_ATTR_ROW_IDENTIFIER = "row_identifier";
486
- ConstInterface.MG_ATTR_CHECK_EXIST = "check_exist";
487
- ConstInterface.MG_ATTR_DEL_UPD_MODE = "del_upd_mode";
488
- ConstInterface.MG_ATTR_DBH_DATA_URL = "dbhDataURL";
489
369
  ConstInterface.MG_ATTR_FIELD_INDEX = "fieldindex";
490
370
  ConstInterface.MG_ATTR_MIN_VALUE = "min";
491
371
  ConstInterface.MG_ATTR_MAX_VALUE = "max";
492
372
  ConstInterface.MG_ATTR_NULL_MIN_VALUE = "null_min";
493
373
  ConstInterface.MG_ATTR_NULL_MAX_VALUE = "null_max";
494
- ConstInterface.MG_ATTR_TASK_TABLE_NAME_EXP = "tableNameExp";
495
- ConstInterface.MG_ATTR_TASK_TABLE_ACCESS = "access";
496
- ConstInterface.MG_ATTR_TASK_TABLE_IDENTIFIER = "dataSourceIdentifier";
497
374
  ConstInterface.MG_TAG_DATABASES_HEADER = "Databases";
498
- ConstInterface.MG_TAG_DATABASES_END = "/Databases";
499
- ConstInterface.MG_TAG_DATABASE_INFO = "database";
500
375
  ConstInterface.MG_TAG_DATABASE_URL = "databaseUrl";
501
- ConstInterface.MG_ATTR_DATABASE_NAME = "name";
502
- ConstInterface.MG_ATTR_DATABASE_LOCATION = "location";
503
- ConstInterface.MG_ATTR_DATABASE_TYPE = "dbtype";
504
- ConstInterface.MG_ATTR_DATABASE_USER_PASSWORD = "userPassword";
505
376
  ConstInterface.BYTES_IN_CHAR = 2;
506
377
  ConstInterface.MG_OPER_VERIFY = 2;
507
378
  ConstInterface.MG_OPER_BLOCK = 5;
@@ -514,11 +385,8 @@ ConstInterface.MG_OPER_UPDATE = 9;
514
385
  ConstInterface.MG_OPER_USR_EXIT = 13;
515
386
  ConstInterface.MG_OPER_RAISE_EVENT = 14;
516
387
  ConstInterface.MG_OPER_SERVER = 99;
517
- ConstInterface.TRANS_BEGIN = 'B';
518
388
  ConstInterface.TRANS_COMMIT = 'C';
519
389
  ConstInterface.TRANS_ABORT = 'A';
520
- ConstInterface.FRAME_SET_STYLE_HOR = 'H';
521
- ConstInterface.FRAME_SET_STYLE_VER = 'V';
522
390
  ConstInterface.EVENT_TYPE_SYSTEM = 'S';
523
391
  ConstInterface.EVENT_TYPE_INTERNAL = 'I';
524
392
  ConstInterface.EVENT_TYPE_TIMER = 'T';
@@ -540,14 +408,11 @@ ConstInterface.BRK_LEVEL_HANDLER_INTERNAL = "HI";
540
408
  ConstInterface.BRK_LEVEL_HANDLER_SYSTEM = "HS";
541
409
  ConstInterface.BRK_LEVEL_HANDLER_TIMER = "HT";
542
410
  ConstInterface.BRK_LEVEL_HANDLER_EXPRESSION = "HE";
543
- ConstInterface.BRK_LEVEL_HANDLER_ERROR = "HR";
544
411
  ConstInterface.BRK_LEVEL_HANDLER_USER = "HU";
545
- ConstInterface.BRK_LEVEL_HANDLER_DOTNET = "HD";
546
412
  ConstInterface.BRK_LEVEL_USER_FUNCTION = "UF";
547
413
  ConstInterface.BRK_LEVEL_VARIABLE = "VC";
548
414
  ConstInterface.BRK_LEVEL_MAIN_PROG = "MP";
549
415
  ConstInterface.BRK_LEVEL_SUBFORM = "SUBFORM";
550
- ConstInterface.BRK_LEVEL_FRAME = "FRAME";
551
416
  ConstInterface.BRK_LEVEL_TASK_PREFIX_FM = "Task Prefix ";
552
417
  ConstInterface.BRK_LEVEL_TASK_SUFFIX_FM = "Task Suffix ";
553
418
  ConstInterface.BRK_LEVEL_REC_PREFIX_FM = "Record Prefix ";
@@ -560,26 +425,19 @@ ConstInterface.BRK_LEVEL_HANDLER_INTERNAL_FM = "Internal: ";
560
425
  ConstInterface.BRK_LEVEL_HANDLER_SYSTEM_FM = "System: ";
561
426
  ConstInterface.BRK_LEVEL_HANDLER_TIMER_FM = "Timer:";
562
427
  ConstInterface.BRK_LEVEL_HANDLER_EXPRESSION_FM = "Expression: ";
563
- ConstInterface.BRK_LEVEL_HANDLER_ERROR_FM = "Handler Error ";
564
428
  ConstInterface.BRK_LEVEL_HANDLER_USER_FM = "User";
565
- ConstInterface.BRK_LEVEL_HANDLER_DOTNET_FM = "Dotnet: ";
566
429
  ConstInterface.BRK_LEVEL_USER_FUNCTION_FM = "User Defined Function";
567
- ConstInterface.HANDLER_LEVEL_VARIABLE = "V";
568
430
  ConstInterface.TRANS_NONE = 'O';
569
431
  ConstInterface.TRANS_RECORD_PREFIX = 'P';
570
432
  ConstInterface.TRANS_TASK_PREFIX = 'T';
571
- ConstInterface.TRANS_IGNORE = 'I';
572
- ConstInterface.TRANS_FORCE_OPEN = 'F';
573
433
  ConstInterface.RECOVERY_NONE = '\0';
574
434
  ConstInterface.RECOVERY_ROLLBACK = 'R';
575
435
  ConstInterface.RECOVERY_RETRY = 'T';
576
436
  ConstInterface.FLW_VERIFY_MODE_ERROR = 'E';
577
- ConstInterface.FLW_VERIFY_MODE_WARNING = 'W';
578
437
  ConstInterface.IMAGE_EXCLAMATION = 'E';
579
438
  ConstInterface.IMAGE_CRITICAL = 'C';
580
439
  ConstInterface.IMAGE_QUESTION = 'Q';
581
440
  ConstInterface.IMAGE_INFORMATION = 'I';
582
- ConstInterface.IMAGE_NONE = 'N';
583
441
  ConstInterface.BUTTONS_OK = 'O';
584
442
  ConstInterface.BUTTONS_OK_CANCEL = 'K';
585
443
  ConstInterface.BUTTONS_ABORT_RETRY_IGNORE = 'A';
@@ -591,15 +449,11 @@ ConstInterface.DISPLAY_STATUS = 'S';
591
449
  ConstInterface.END_COND_EVAL_BEFORE = "B";
592
450
  ConstInterface.END_COND_EVAL_AFTER = "A";
593
451
  ConstInterface.END_COND_EVAL_IMMIDIATE = "I";
594
- ConstInterface.OPENWIN_STATE_NONE = 'N';
595
- ConstInterface.OPENWIN_STATE_INPROCESS = 'I';
596
- ConstInterface.OPENWIN_STATE_OVER = 'O';
597
452
  ConstInterface.ARG_TYPE_FIELD = 'F';
598
453
  ConstInterface.ARG_TYPE_EXP = 'E';
599
454
  ConstInterface.ARG_TYPE_VALUE = 'V';
600
455
  ConstInterface.ARG_TYPE_SKIP = 'X';
601
456
  ConstInterface.TOP_LEVEL_CONTAINER = 0;
602
- ConstInterface.MG_HYPER_ARGS = "MG_HYPER_ARGS";
603
457
  ConstInterface.REQ_ARG_ALPHA = "-A";
604
458
  ConstInterface.REQ_ARG_UNICODE = "-C";
605
459
  ConstInterface.REQ_ARG_NUMERIC = "-N";
@@ -608,23 +462,17 @@ ConstInterface.REQ_ARG_LOGICAL = "-L";
608
462
  ConstInterface.REQ_ARG_NULL = "-U";
609
463
  ConstInterface.REQ_ARG_SEPARATOR = "&";
610
464
  ConstInterface.REQ_ARG_START = "?";
611
- ConstInterface.REQ_ARG_COMMA = ",";
612
465
  ConstInterface.REQ_APP_NAME = "appname";
613
- ConstInterface.REQ_PRG_NAME = "prgname";
614
- ConstInterface.REQ_PRG_DESCRIPTION = "prgdescription";
615
466
  ConstInterface.REQ_ARGS = "arguments";
616
467
  ConstInterface.REQ_SKIP_AUTHENTICATION = "SkipAuthentication";
617
468
  ConstInterface.RC_INDICATION_INITIAL = "WEBCLIENT=INITIAL&";
618
- ConstInterface.RC_INDICATION_SCRAMBLED = "SCRAMBLED&";
619
469
  ConstInterface.RC_INDICATION = "WEBCLIENT=Y&";
620
470
  ConstInterface.UTF8TRANS = "UTF8TRANS=Y&";
621
- ConstInterface.DEBUG_CLIENT_NETWORK_RECOVERY = "&DEBUGCLIENTNETWORKRECOVERY=Y";
622
471
  ConstInterface.RC_TOKEN_CTX_ID = "CTX=";
623
472
  ConstInterface.RC_TOKEN_SESSION_ID = "SI=";
624
473
  ConstInterface.RC_TOKEN_CTX_GROUP = "CTXGROUP=";
625
474
  ConstInterface.RC_TOKEN_SESSION_COUNT = "SESSION=";
626
475
  ConstInterface.RC_TOKEN_DATA = "DATA=";
627
- ConstInterface.RC_TOKEN_TARGET_FILE = "TARGETFILE=";
628
476
  ConstInterface.WEBCLIENT_REINITIALIZE_REQUEST = "WCREINITIALIZEREQUEST=Y";
629
477
  ConstInterface.MAIN_PROG_VIEW = "MainProgramsDataView";
630
478
  ConstInterface.GLOBAL_PARAM_LIST = "GlobalParamList";
@@ -638,49 +486,8 @@ ConstInterface.RC_AUTHENTICATION_REQUEST = "RCAUTHENTICATIONREQUEST=Y";
638
486
  ConstInterface.V24_RIA_ERROR_PREFIX = "<RIA_ERROR_RESPONSE>";
639
487
  ConstInterface.SESSION_COUNTER_CLOSE_CTX_INDICATION = -1;
640
488
  ConstInterface.SERVER = "server";
641
- ConstInterface.REQUESTER = "requester";
642
- ConstInterface.LOCALID = "localid";
643
- ConstInterface.DEBUGCLIENT = "debugclient";
644
- ConstInterface.ENVVARS = "envvars";
645
- ConstInterface.INTERNAL_LOG_LEVEL = "InternalLogLevel";
646
- ConstInterface.INTERNAL_LOG_SYNC = "InternalLogSync";
647
- ConstInterface.LOG_CLIENTSEQUENCE_FOR_ACTIVITY_MONITOR = "LogClientSequenceForActivityMonitor";
648
489
  ConstInterface.CTX_GROUP = "CtxGroup";
649
- ConstInterface.PARALLEL_EXECUTION = "ParallelExecution";
650
- ConstInterface.DISPLAY_GENERIC_ERROR = "DisplayGenericError";
651
- ConstInterface.FIRST_HTTP_REQUEST_TIMEOUT = "FirstHTTPRequestTimeout";
652
- ConstInterface.MG_TAG_CHNG_PASS_CAPTION = "LogonChangePasswordCaption";
653
- ConstInterface.MG_TAG_CHNG_PASS_WIN_TITLE = "ChangePasswordWindowTitle";
654
- ConstInterface.MG_TAG_CHNG_PASS_OLD_PASS_CAPTION = "ChangePasswordOldPasswordCaption";
655
- ConstInterface.MG_TAG_CHNG_PASS_NEW_PASS_CAPTION = "ChangePasswordNewPasswordCaption";
656
- ConstInterface.MG_TAG_CHNG_PASS_CONFIRM_PASS_CAPTION = "ChangePasswordConfirmPasswordCaption";
657
- ConstInterface.MG_TAG_CHNG_PASS_MISMATCH_MSG = "ChangePasswordMismatchMessage";
658
- ConstInterface.DEPLOYMENT_MANIFEST = "APPLICATION";
659
- ConstInterface.PUBLISH_HTML = "publish.html";
660
- ConstInterface.PROPS_START_TAG = "<properties>";
661
- ConstInterface.PROPS_END_TAG = "</properties>";
662
- ConstInterface.APPL_LOGON_SUB_CAPTION = "Logon Parameters";
663
- ConstInterface.DEFAULT_ERROR_LOGON_FAILED = "Error during authentication process";
664
- ConstInterface.DEFAULT_ERROR_WRONG_PASSWORD = "Incorrect password";
665
490
  ConstInterface.ERROR_STRING = "Error";
666
- ConstInterface.INFORMATION_STRING = "Information";
667
- ConstInterface.DEFAULT_MSG_PASSWORD_CHANGE = "Password was changed successfully";
668
- ConstInterface.PASSWORD_MISMATCH = "New password and confirm password not same";
669
- ConstInterface.ROW_CONTROLS_KEY = "ROW_CONTROLS_KEY";
670
- ConstInterface.ROW_INVALIDATED_KEY = "ROW_INVALIDATED_KEY";
671
- ConstInterface.IS_EDITOR_KEY = "IS_EDITOR_KEY";
672
- ConstInterface.TMP_EDITOR = "TMP_EDITOR";
673
- ConstInterface.LAST_FOCUSED_WIDGET = "LAST_FOCUSED_WIDGET";
674
- ConstInterface.LAST_CURSOR = "LAST_CURSOR";
675
- ConstInterface.KEYDOWN_IGNORE_KEY = "KEYDOWN_IGNORE_key";
676
- ConstInterface.STATUS_BAR_WIDGET_KEY = "STATUS_BAR_WIDGET_KEY";
677
- ConstInterface.MGBROWSER_KEY = "MGBROWSER_Key";
678
- ConstInterface.POPUP_WAS_OPENED = "COMBO_BOX_WAS_OPENED";
679
- ConstInterface.POPUP_WAS_CLOSED_COUNT = "COMBO_BOX_WAS_CLOSED_COUNT";
680
- ConstInterface.IGNORE_SELECTION_KEY = "IGNORE_SELECTION_KEY";
681
- ConstInterface.CP_ISO_8859_ANSI = "8859_1";
682
- ConstInterface.CP_UNICODE = "UTF-16LE";
683
- ConstInterface.INCREMENTAL_LOCATE_TIMEOUT = 500;
684
491
  ConstInterface.USER_RANGES = "ranges";
685
492
  ConstInterface.USER_LOCATES = "locates";
686
493
  ConstInterface.SORT = "srt";
@@ -692,14 +499,6 @@ ConstInterface.CLEAR_RANGE = "rangeReset";
692
499
  ConstInterface.CLEAR_LOCATES = "locateReset";
693
500
  ConstInterface.CLEAR_SORTS = "sortReset";
694
501
  ConstInterface.USER_RNG = "rng";
695
- ConstInterface.TASK_MODE_QUERY_STR = "Query";
696
- ConstInterface.TASK_MODE_MODIFY_STR = "Modify";
697
- ConstInterface.TASK_MODE_CREATE_STR = "Create";
698
- ConstInterface.TASK_MODE_DELETE_STR = "Delete";
699
- ConstInterface.MG_ZOOM = "ZOOM";
700
- ConstInterface.MG_NORMAL = "NORMAL";
701
- ConstInterface.MG_INSERT = "INS";
702
- ConstInterface.MG_OVERWRITE = "OVR";
703
502
  ConstInterface.MG_TAG_ENV_CHANGES = "changes";
704
503
  ConstInterface.MG_ATTR_ENV_VALUE = "value";
705
504
  ConstInterface.MG_ATTR_ENV_WRITEINI = "writeToINI";
@@ -718,16 +517,6 @@ ConstInterface.INI_SECTION_MAGIC_DATABASES = "MAGIC_DATABASES";
718
517
  ConstInterface.INI_SECTION_MAGIC_LANGUAGE = "MAGIC_LANGUAGE";
719
518
  ConstInterface.INI_SECTION_MAGIC_SERVICES = "MAGIC_SERVICES";
720
519
  ConstInterface.INI_SECTION_TOOLS_MENU = "TOOLS_MENU";
721
- ConstInterface.MENU_PROGRAM_FLOW_ONLINE = 'O';
722
- ConstInterface.MENU_PROGRAM_FLOW_BATCH = 'B';
723
- ConstInterface.MENU_PROGRAM_FLOW_BROWSER = 'R';
724
- ConstInterface.MENU_PROGRAM_FLOW_RC = 'C';
725
- ConstInterface.SB_IMG_PANE_LAYER = 1;
726
- ConstInterface.SB_IMG_PANE_WIDTH = 33;
727
- ConstInterface.GUI_COMMAND_EXEC_WAIT_TIME = 100;
728
- ConstInterface.STARTUP_IMAGE_FILENAME = "Resources\\startup.png";
729
- ConstInterface.V2L_DLL = "v2l32.dll";
730
- ConstInterface.SQLITE_DLL_NAME = "MgRIASqliteGateway.dll";
731
520
  ConstInterface.INITIAL_OFFLINE_TASK_TAG = 1000000000;
732
521
  ConstInterface.ENABLE_COMMUNICATION_DIALOGS = "EnableCommunicationDialogs";
733
522
  ConstInterface.MG_ATTR_VAL_ABORT = "abort";
@@ -745,8 +534,6 @@ ConstInterface.MG_ATTR_VAL_CLIENT_REFRESH = "clientrefresh";
745
534
  ConstInterface.MG_ATTR_VAL_EVAL = "evaluate";
746
535
  ConstInterface.MG_ATTR_VAL_EVENT = "event";
747
536
  ConstInterface.MG_ATTR_VAL_EXEC_OPER = "execoper";
748
- ConstInterface.MG_ATTR_VAL_EXPAND = "expand";
749
- ConstInterface.MG_ATTR_VAL_MENU = "execmenu";
750
537
  ConstInterface.MG_ATTR_VAL_QUERY = "query";
751
538
  ConstInterface.MG_ATTR_VAL_QUERY_GLOBAL_PARAMS = "globalparams";
752
539
  ConstInterface.MG_ATTR_VAL_QUERY_TYPE = "query_type";
@@ -1196,15 +983,6 @@ class Argument {
1196
983
  }
1197
984
  this._val = argStr.substr(2);
1198
985
  }
1199
- makeURLPrintable(source) {
1200
- let from = [
1201
- "\\", "\0", ","
1202
- ];
1203
- let to = [
1204
- "\\\\", "\\0", "\\,"
1205
- ];
1206
- return StrUtil.searchAndReplace(source, from, to);
1207
- }
1208
986
  }
1209
987
 
1210
988
  class ArgumentsList {
@@ -3374,12 +3152,6 @@ class RunTimeEvent extends RunTimeEventBase {
3374
3152
  this._task = null;
3375
3153
  this._taskTag = null;
3376
3154
  this._val = null;
3377
- this.IsSubTree = false;
3378
- this.IsFormFocus = false;
3379
- this.ActivatedFromMDIFrame = false;
3380
- this.PrgFlow = '\0';
3381
- this.CopyGlobalParams = false;
3382
- this.MainProgVars = null;
3383
3155
  this.IgnoreSpecifiedControl = false;
3384
3156
  this.LastFocusedVal = null;
3385
3157
  if (arguments.length === 1 && (taskRefOrCtrlRefOrTaskrefOrFldRefOrEvt === null || taskRefOrCtrlRefOrTaskrefOrFldRefOrEvt instanceof TaskBase))
@@ -3552,11 +3324,6 @@ class RunTimeEvent extends RunTimeEventBase {
3552
3324
  this._mgdId = mgdID;
3553
3325
  this._isIdleTimer = isIdle;
3554
3326
  }
3555
- setClose(mgdID, closeActCode) {
3556
- super.setInternal(closeActCode);
3557
- this._mgdId = mgdID;
3558
- this._guiTriggeredEvent = true;
3559
- }
3560
3327
  getDisplayLine() {
3561
3328
  return this._displayLine;
3562
3329
  }
@@ -3713,9 +3480,6 @@ class RunTimeEvent extends RunTimeEventBase {
3713
3480
  setProduceClick(produceClick) {
3714
3481
  this._produceClick = produceClick;
3715
3482
  }
3716
- setActEnableList(actList) {
3717
- this._actEnableList = actList;
3718
- }
3719
3483
  getActEnableList() {
3720
3484
  return this._actEnableList;
3721
3485
  }
@@ -3746,7 +3510,6 @@ class FlowMonitorInterface {
3746
3510
  FlowMonitorInterface.FLWMTR_START = 0;
3747
3511
  FlowMonitorInterface.FLWMTR_END = 1;
3748
3512
  FlowMonitorInterface.FLWMTR_PROPAGATE = 2;
3749
- FlowMonitorInterface.FLWMTR_USE_COMP = 3;
3750
3513
  FlowMonitorInterface.FLWMTR_EVENT = 7;
3751
3514
  FlowMonitorInterface.FLWMTR_CHNG_MODE = 8;
3752
3515
  FlowMonitorInterface.FLWMTR_PREFIX = 15;
@@ -3754,30 +3517,9 @@ FlowMonitorInterface.FLWMTR_SUFFIX = 16;
3754
3517
  FlowMonitorInterface.FLWMTR_CTRL_PREFIX = 18;
3755
3518
  FlowMonitorInterface.FLWMTR_CTRL_SUFFIX = 19;
3756
3519
  FlowMonitorInterface.FLWMTR_TSK_HANDLER = 20;
3757
- FlowMonitorInterface.FLWMTR_CTRL_VERIFY = 21;
3758
- FlowMonitorInterface.FLWMTR_SORT = 22;
3759
- FlowMonitorInterface.FLWMTR_LOCATE = 23;
3760
- FlowMonitorInterface.FLWMTR_RANGE = 24;
3761
- FlowMonitorInterface.FLWMTR_KEY_CHANGE = 25;
3762
- FlowMonitorInterface.FLWMTR_TRANS = 26;
3763
- FlowMonitorInterface.FLWMTR_LOADREC = 27;
3764
- FlowMonitorInterface.FLWMTR_UPDATE = 28;
3765
- FlowMonitorInterface.FLWMTR_DELETE = 29;
3766
- FlowMonitorInterface.FLWMTR_INSERT = 30;
3767
3520
  FlowMonitorInterface.FLWMTR_RECOMP = 31;
3768
3521
  FlowMonitorInterface.FLWMTR_DATA_OPER = 41;
3769
- FlowMonitorInterface.FLWMTR_LOG_MSG = 51;
3770
- FlowMonitorInterface.FLWMTR_USER_MSG = 96;
3771
- FlowMonitorInterface.FLWMTR_ERROR_MSG = 97;
3772
- FlowMonitorInterface.FLWMTR_FREE_MSG = 98;
3773
- FlowMonitorInterface.FLWMTR_DEBUG_MSG = 99;
3774
- FlowMonitorInterface.FLWMTR_WARN_MSG = 100;
3775
- FlowMonitorInterface.FLWMTR_VARCHG_VALUE = 119;
3776
- FlowMonitorInterface.FLWMTR_VARCHG_REASON = 120;
3777
- FlowMonitorInterface.FLWMTR_EVENT_KBD = 1;
3778
- FlowMonitorInterface.FLWMTR_EVENT_ACT = 2;
3779
- FlowMonitorInterface.FLWMTR_EVENT_TIME = 4;
3780
- FlowMonitorInterface.FLWMTR_EVENT_EXP = 8;
3522
+ FlowMonitorInterface.FLWMTR_VARCHG_VALUE = 119;
3781
3523
 
3782
3524
  class FlowMonitorQueue {
3783
3525
  constructor() {
@@ -4996,10 +4738,6 @@ ServerError.INF_NO_RESULT = -11;
4996
4738
  ServerError.ERR_CTX_NOT_FOUND = -197;
4997
4739
  ServerError.ERR_AUTHENTICATION = -157;
4998
4740
  ServerError.ERR_ACCESS_DENIED = -133;
4999
- ServerError.ERR_LIMITED_LICENSE_CS = -136;
5000
- ServerError.ERR_UNSYNCHRONIZED_METADATA = -271;
5001
- ServerError.ERR_CANNOT_EXECUTE_OFFLINE_RC_IN_ONLINE_MODE = -272;
5002
- ServerError.ERR_INCOMPATIBLE_CLIENT = -275;
5003
4741
  ServerError.ERR_WEBCLIENT_PROGRAM_RELOADED = -278;
5004
4742
  ServerError.ERR_EXECUTED_PROGRAM_CHANGED = -283;
5005
4743
  ServerError.ERR_THREAD_ABORTED = -138;
@@ -5222,13 +4960,6 @@ class MGDataCollection {
5222
4960
  }
5223
4961
  FlowMonitorQueue.Instance.buildXML(message);
5224
4962
  }
5225
- RemoveServerCommands() {
5226
- for (let i = 0; i < this.getSize(); i = i + 1) {
5227
- let mgd = this.getMGData(i);
5228
- if (mgd !== null)
5229
- mgd.CmdsToServer.clear();
5230
- }
5231
- }
5232
4963
  getSize() {
5233
4964
  return this._mgDataTab.length;
5234
4965
  }
@@ -5408,7 +5139,6 @@ class RemoteCommandsProcessor extends CommandsProcessorBase {
5408
5139
  async StartSession() {
5409
5140
  let authenticationCancelled = false;
5410
5141
  let handshakeResponse = null;
5411
- let dialog = null;
5412
5142
  try {
5413
5143
  let lastTypedUserId = null;
5414
5144
  let handshakeInitialTokens = new StringBuilder();
@@ -5513,8 +5243,6 @@ class RemoteCommandsProcessor extends CommandsProcessorBase {
5513
5243
  }
5514
5244
  ServerConfig.Instance.setSkipAuthenticationDialog(true);
5515
5245
  ServerConfig.Instance.setCtxGroup(ctxGroup);
5516
- if (dialog !== null)
5517
- dialog.closeDialog();
5518
5246
  RemoteCommandsProcessor.ShouldScrambleAndUnscrambleMessages = handshakeResponse.ScrambleMessages;
5519
5247
  if (Logger.Instance.LogLevel !== Logger_LogLevels.Basic) {
5520
5248
  let maxInternalLogLevel = handshakeResponse.MaxInternalLogLevel;
@@ -7798,13 +7526,6 @@ class SetTransactionStateDataviewCommand extends DataviewCommand {
7798
7526
  }
7799
7527
  }
7800
7528
 
7801
- class ControlItemsRefreshCommand extends DataviewCommand {
7802
- constructor() {
7803
- super();
7804
- this.Control = null;
7805
- }
7806
- }
7807
-
7808
7529
  class RefreshEventCommand extends EventCommand {
7809
7530
  constructor(magicEvent) {
7810
7531
  super(magicEvent);
@@ -7828,18 +7549,6 @@ class RefreshEventCommand extends EventCommand {
7828
7549
  }
7829
7550
  }
7830
7551
 
7831
- class DataViewOutputCommand extends DataviewCommand {
7832
- constructor(OutputCommandType) {
7833
- super();
7834
- this.Generation = 0;
7835
- this.TaskVarNames = null;
7836
- this.DestinationDataSourceNumber = 0;
7837
- this.DestinationDataSourceName = null;
7838
- this.DestinationColumns = null;
7839
- this.CommandType = OutputCommandType;
7840
- }
7841
- }
7842
-
7843
7552
  class FetchDataControlValuesEventCommand extends EventCommand {
7844
7553
  constructor() {
7845
7554
  super(InternalInterface.MG_ACT_FETCH_DATA_CONTROL_VALUES);
@@ -7857,20 +7566,6 @@ class FetchDataControlValuesEventCommand extends EventCommand {
7857
7566
  }
7858
7567
  }
7859
7568
 
7860
- class WriteMessageToServerLogCommand extends EventCommand {
7861
- constructor() {
7862
- super(InternalInterface.MG_ACT_WRITE_ERROR_TO_SERVER_LOG);
7863
- this.ErrorMessage = null;
7864
- }
7865
- SerializeCommandData() {
7866
- let helper = new CommandSerializationHelper();
7867
- helper.SerializeTaskTag(this.TaskTag);
7868
- helper.SerializeMagicEvent(this.MagicEvent);
7869
- helper.SerializeAttribute(ConstInterface.MG_ATTR_ERROR_MESSAGE, this.ErrorMessage);
7870
- return helper.GetString();
7871
- }
7872
- }
7873
-
7874
7569
  class SubformRefreshEventCommand extends RefreshEventCommand {
7875
7570
  constructor() {
7876
7571
  super(InternalInterface.MG_ACT_SUBFORM_REFRESH);
@@ -8240,13 +7935,6 @@ class CommandFactory {
8240
7935
  setTransactionStateDataviewCommand.TransactionIsOpen = transactionIsOpened;
8241
7936
  return setTransactionStateDataviewCommand;
8242
7937
  }
8243
- static CreateControlItemsRefreshCommand(taskId, controlParam) {
8244
- let controlItemsRefreshCommand = new ControlItemsRefreshCommand();
8245
- controlItemsRefreshCommand.TaskTag = taskId;
8246
- controlItemsRefreshCommand.CommandType = DataViewCommandType.ControlItemsRefresh;
8247
- controlItemsRefreshCommand.Control = controlParam;
8248
- return controlItemsRefreshCommand;
8249
- }
8250
7938
  static CreateInternalRefreshCommand(taskId, magicEvent, currentRecId, currentRow) {
8251
7939
  let refreshEventCommand = new RefreshEventCommand(magicEvent);
8252
7940
  refreshEventCommand.TaskTag = taskId;
@@ -8283,28 +7971,12 @@ class CommandFactory {
8283
7971
  }
8284
7972
  return cmd;
8285
7973
  }
8286
- static CreateDataViewToDataSourceCommand(taskId, generation, taskVarNames, destinationDSNumber, destinationDSName, destinationColumns) {
8287
- let dataViewOutputCommand = new DataViewOutputCommand(DataViewCommandType.DataViewToDataSource);
8288
- dataViewOutputCommand.TaskTag = taskId;
8289
- dataViewOutputCommand.Generation = generation;
8290
- dataViewOutputCommand.TaskVarNames = taskVarNames;
8291
- dataViewOutputCommand.DestinationDataSourceNumber = destinationDSNumber;
8292
- dataViewOutputCommand.DestinationDataSourceName = destinationDSName;
8293
- dataViewOutputCommand.DestinationColumns = destinationColumns;
8294
- return dataViewOutputCommand;
8295
- }
8296
7974
  static CreatecFetchDataControlValuesCommand(taskTag, controlName) {
8297
7975
  let fetchDataControlValuesEventCommand = new FetchDataControlValuesEventCommand();
8298
7976
  fetchDataControlValuesEventCommand.TaskTag = taskTag;
8299
7977
  fetchDataControlValuesEventCommand.ControlName = controlName;
8300
7978
  return fetchDataControlValuesEventCommand;
8301
7979
  }
8302
- static CreateWriteMessageToServerLogCommand(taskTag, errorMessage) {
8303
- let writeMessageToServerLogCommand = new WriteMessageToServerLogCommand();
8304
- writeMessageToServerLogCommand.TaskTag = taskTag;
8305
- writeMessageToServerLogCommand.ErrorMessage = errorMessage;
8306
- return writeMessageToServerLogCommand;
8307
- }
8308
7980
  static CreateSubformRefreshCommand(taskTag, subformTaskTag, explicitSubformRefresh) {
8309
7981
  let subformRefreshEventCommand = new SubformRefreshEventCommand();
8310
7982
  subformRefreshEventCommand.TaskTag = taskTag;
@@ -8620,10 +8292,7 @@ class Environment {
8620
8292
  this._decimalSeparator = '\0';
8621
8293
  this._thousandsSeparator = '\0';
8622
8294
  this._timeSeparator = '\0';
8623
- this._defaultColor = 0;
8624
- this._defaultFocusColor = 0;
8625
8295
  this._guid = null;
8626
- this._controlsPersistencyPath = null;
8627
8296
  this._imeAutoOff = false;
8628
8297
  this._language = '\0';
8629
8298
  this._localAs400Set = false;
@@ -8636,35 +8305,21 @@ class Environment {
8636
8305
  this._specialAnsiExpression = false;
8637
8306
  this._specialShowStatusBarPanes = false;
8638
8307
  this._specialRouteToRootProgOnContextRecreation = false;
8639
- this._specialEditLeftAlign = false;
8640
- this._specialSwfControlName = false;
8641
- this._specialExitCtrl = false;
8642
- this._specialTextSizeFactoring = false;
8643
- this._specialFlatEditOnClassicTheme = false;
8644
8308
  this._specialCancelOnCreate = false;
8645
8309
  this._system = null;
8646
8310
  this._terminal = 0;
8647
- this._userId = null;
8648
- this._userInfo = null;
8649
8311
  this._forwardSlash = Constants.ForwardSlashWebUsage;
8650
8312
  this._dropUserFormats = null;
8651
8313
  this._webclientReinitSession = "N";
8652
8314
  this._specialValNewPolicy = false;
8653
- this.SpecialOldZorder = false;
8654
8315
  this.IgnoreReplaceDecimalSeparator = false;
8655
8316
  }
8656
8317
  get Language() {
8657
8318
  return this._language;
8658
8319
  }
8659
- get SpecialNumpadPlusChar() {
8660
- return true;
8661
- }
8662
8320
  get SpecialRestoreMaximizedForm() {
8663
8321
  return false;
8664
8322
  }
8665
- get SpecialIgnoreBGinModify() {
8666
- return false;
8667
- }
8668
8323
  set ForwardSlashUsage(value) {
8669
8324
  this._forwardSlash = value;
8670
8325
  }
@@ -8730,7 +8385,6 @@ class Environment {
8730
8385
  this._canReplaceDecimalSeparator = XmlParser.getBoolean(valueStr);
8731
8386
  break;
8732
8387
  case ConstInterface.MG_ATTR_SPECIAL_EXITCTRL:
8733
- this._specialExitCtrl = XmlParser.getBoolean(valueStr);
8734
8388
  break;
8735
8389
  case ConstInterface.MG_ATTR_LOWHIGH:
8736
8390
  this._lowHigh = XmlParser.getBoolean(valueStr);
@@ -8738,10 +8392,8 @@ class Environment {
8738
8392
  case ConstInterface.MG_ATTR_ACCESS_TEST:
8739
8393
  break;
8740
8394
  case ConstInterface.MG_ATTR_SPECIAL_TEXT_SIZE_FACTORING:
8741
- this._specialTextSizeFactoring = XmlParser.getBoolean(valueStr);
8742
8395
  break;
8743
8396
  case ConstInterface.MG_ATTR_SPECIAL_FLAT_EDIT_ON_CLASSIC_THEME:
8744
- this._specialFlatEditOnClassicTheme = XmlParser.getBoolean(valueStr);
8745
8397
  break;
8746
8398
  case ConstInterface.MG_ATTR_ENCODING:
8747
8399
  if (valueStr !== " ") {
@@ -8773,10 +8425,8 @@ class Environment {
8773
8425
  env.CreateInModifyMode = XmlParser.getBoolean(valueStr);
8774
8426
  break;
8775
8427
  case ConstInterface.MG_ATTR_DEFAULT_COLOR:
8776
- this._defaultColor = XmlParser.getInt(valueStr);
8777
8428
  break;
8778
8429
  case ConstInterface.MG_ATTR_DEFAULT_FOCUS_COLOR:
8779
- this._defaultFocusColor = XmlParser.getInt(valueStr);
8780
8430
  break;
8781
8431
  case ConstInterface.MG_ATTR_CONTEXT_INACTIVITY_TIMEOUT:
8782
8432
  this._contextInactivityTimeout = XmlParser.getInt(valueStr);
@@ -8816,16 +8466,13 @@ class Environment {
8816
8466
  this._specialRouteToRootProgOnContextRecreation = XmlParser.getBoolean(valueStr);
8817
8467
  break;
8818
8468
  case ConstInterface.MG_ATTR_SPECIAL_SPECIAL_EDIT_LEFT_ALIGN:
8819
- this._specialEditLeftAlign = XmlParser.getBoolean(valueStr);
8820
8469
  break;
8821
8470
  case ConstInterface.MG_ATTR_SPEACIAL_SWF_CONTROL_NAME:
8822
- this._specialSwfControlName = XmlParser.getBoolean(valueStr);
8823
8471
  break;
8824
8472
  case ConstInterface.MG_ATTR_LANGUAGE:
8825
8473
  this._language = valueStr[0];
8826
8474
  break;
8827
8475
  case ConstInterface.MG_ATTR_USERID:
8828
- this._userId = valueStr;
8829
8476
  break;
8830
8477
  case ConstInterface.MG_TAG_USERNAME:
8831
8478
  ServerConfig.Instance.setUsername(valueStr);
@@ -8834,13 +8481,11 @@ class Environment {
8834
8481
  this._terminal = XmlParser.getInt(valueStr);
8835
8482
  break;
8836
8483
  case ConstInterface.MG_ATTR_USERINFO:
8837
- this._userInfo = valueStr;
8838
8484
  break;
8839
8485
  case ConstInterface.MG_ATTR_GUID:
8840
8486
  this._guid = valueStr;
8841
8487
  break;
8842
8488
  case ConstInterface.MG_ATTR_CONTROLS_PERSISTENCY_PATH:
8843
- this._controlsPersistencyPath = valueStr;
8844
8489
  break;
8845
8490
  case ConstInterface.MG_ATTR_PROJDIR:
8846
8491
  env.ProjDir = valueStr;
@@ -9000,21 +8645,9 @@ class Environment {
9000
8645
  GetTooltipTimeout() {
9001
8646
  return this._toolitipTimeout;
9002
8647
  }
9003
- GetSpecialEditLeftAlign() {
9004
- return this._specialEditLeftAlign;
9005
- }
9006
8648
  getLowHigh() {
9007
8649
  return this._lowHigh;
9008
8650
  }
9009
- GetDefaultColor() {
9010
- return this._defaultColor;
9011
- }
9012
- GetDefaultFocusColor() {
9013
- return this._defaultFocusColor;
9014
- }
9015
- getSpecialExitCtrl() {
9016
- return this._specialExitCtrl;
9017
- }
9018
8651
  GetImeAutoOff() {
9019
8652
  return this._imeAutoOff;
9020
8653
  }
@@ -9045,30 +8678,12 @@ class Environment {
9045
8678
  getSpecialRouteToRootProgOnContextRecreation() {
9046
8679
  return this._specialRouteToRootProgOnContextRecreation;
9047
8680
  }
9048
- getUserID() {
9049
- return this._userId;
9050
- }
9051
- getUserInfo() {
9052
- return this._userInfo;
9053
- }
9054
8681
  GetGUID() {
9055
8682
  return this._guid;
9056
8683
  }
9057
- GetControlsPersistencyPath() {
9058
- return this._controlsPersistencyPath;
9059
- }
9060
8684
  getProjDir(compIdx) {
9061
8685
  return this.getEnvDet(compIdx).ProjDir;
9062
8686
  }
9063
- GetSpecialEngLogon() {
9064
- return false;
9065
- }
9066
- GetSpecialIgnoreButtonFormat() {
9067
- return false;
9068
- }
9069
- GetSpecialSwfControlNameProperty() {
9070
- return this._specialSwfControlName;
9071
- }
9072
8687
  GetSpecialLogInternalExceptions() {
9073
8688
  return true;
9074
8689
  }
@@ -9093,9 +8708,6 @@ class Environment {
9093
8708
  setContextInactivityTimeout(val) {
9094
8709
  this._contextInactivityTimeout = val;
9095
8710
  }
9096
- setClientContextInactivityTimeout(val) {
9097
- this._clientContextInactivityTimeout = val;
9098
- }
9099
8711
  setContextInactivityWarningTime(val) {
9100
8712
  this._contextInactivityWarningTime = val;
9101
8713
  }
@@ -9108,15 +8720,6 @@ class Environment {
9108
8720
  GetDropUserFormats() {
9109
8721
  return this._dropUserFormats;
9110
8722
  }
9111
- GetSpecialTextSizeFactoring() {
9112
- return this._specialTextSizeFactoring;
9113
- }
9114
- GetSpecialFlatEditOnClassicTheme() {
9115
- return this._specialFlatEditOnClassicTheme;
9116
- }
9117
- GetSpecialDisableMouseWheel() {
9118
- throw new NotImplementedException();
9119
- }
9120
8723
  GetSpecialValNewPolicy() {
9121
8724
  return this._specialValNewPolicy;
9122
8725
  }
@@ -9327,11 +8930,6 @@ class YesNoExp {
9327
8930
  return this._exp.computedByServerOnly();
9328
8931
  return false;
9329
8932
  }
9330
- isClientExp() {
9331
- if (this._exp != null)
9332
- return this._exp.computedByClientOnly();
9333
- return false;
9334
- }
9335
8933
  }
9336
8934
 
9337
8935
  class Operation {
@@ -16428,12 +16026,6 @@ class Boundary {
16428
16026
  else
16429
16027
  this.constructor_1(task, minIdx, maxIdx, returnType, size, cacheTableId);
16430
16028
  }
16431
- get MaxExpVal() {
16432
- return this._maxExpVal;
16433
- }
16434
- get MinExpVal() {
16435
- return this._minExpVal;
16436
- }
16437
16029
  constructor_0(task, minIdx, maxIdx, returnType, size) {
16438
16030
  this.constructor_1(task, minIdx, maxIdx, returnType, size, -1);
16439
16031
  }
@@ -17257,14 +16849,6 @@ class FieldsTable extends FieldsTable$1 {
17257
16849
  this._rmIdx = idx;
17258
16850
  }
17259
16851
  }
17260
- getSizeOfField(id) {
17261
- let fld = super.getField(id);
17262
- if (fld !== null) {
17263
- return fld.getSize();
17264
- }
17265
- Logger.Instance.WriteExceptionToLogWithMsg("FieldTable.GetSizeOfField() field id: " + id);
17266
- return 0;
17267
- }
17268
16852
  getType(id) {
17269
16853
  return super.getField(id).getType();
17270
16854
  }
@@ -17311,16 +16895,8 @@ class RecordOutOfDataViewException extends ApplicationException {
17311
16895
  constructor(type) {
17312
16896
  super((type === RecordOutOfDataViewException_ExceptionType.REC_SUFFIX_FAILED) ? "Record Suffix Failed" :
17313
16897
  ("Record out of the " + ((type === RecordOutOfDataViewException_ExceptionType.TOP) ? "top" : "bottom") + " bound of the Data View"));
17314
- this._type = RecordOutOfDataViewException_ExceptionType.NONE;
17315
- this._type = type;
17316
16898
  this.name = "RecordOutOfDataViewException";
17317
16899
  }
17318
- getEnd() {
17319
- return this._type;
17320
- }
17321
- noRecord() {
17322
- return this._type === RecordOutOfDataViewException_ExceptionType.TOP || this._type === RecordOutOfDataViewException_ExceptionType.BOTTOM;
17323
- }
17324
16900
  }
17325
16901
 
17326
16902
  class XMLBasedDcValuesBuilder extends DcValuesBuilderBase {
@@ -17760,11 +17336,6 @@ class DataView extends DataViewBase {
17760
17336
  this.getTask().setTransactionFailed(true);
17761
17337
  }
17762
17338
  }
17763
- InsertSingleRecord(record) {
17764
- this._recordsTab.InsertedRecordsCount = 0;
17765
- this._recordsTab.InsertRecord(this._insertAt, record);
17766
- this.UpdateDataviewAfterInsert();
17767
- }
17768
17339
  UpdateDataviewAfterInsert() {
17769
17340
  if (this._insertAt === 'B') {
17770
17341
  let newRecs = this._recordsTab.InsertedRecordsCount;
@@ -18942,29 +18513,12 @@ class DataView extends DataViewBase {
18942
18513
  this.CurrRec.setSameAs(recBackup, false);
18943
18514
  this.takeFldValsFromCurrRec();
18944
18515
  }
18945
- GetRecordById(id) {
18946
- return this._recordsTab.getRecord(id);
18947
- }
18948
- GetModifiedRecord() {
18949
- let record = null;
18950
- if (this._modifiedRecordsTab.getSize() > 0) {
18951
- Debug.Assert(this._modifiedRecordsTab.getSize() === 1);
18952
- record = this._modifiedRecordsTab.getRecByIdx(0);
18953
- }
18954
- return record;
18955
- }
18956
18516
  GetCurrentRecId() {
18957
18517
  return this._currRecId;
18958
18518
  }
18959
18519
  DataviewBoundriesAreChanged(orgIncludesFirst, orgIncludesLast) {
18960
18520
  return orgIncludesFirst !== this.IncludesFirst() || orgIncludesLast !== this.IncludesLast();
18961
18521
  }
18962
- GetRecordMainIdx() {
18963
- return this._rmIdx;
18964
- }
18965
- GetRecordMainSize() {
18966
- return this._rmSize;
18967
- }
18968
18522
  GetRouteParams() {
18969
18523
  let params = new List();
18970
18524
  for (let i = 0; i < this._fieldsTab.getSize(); i++) {
@@ -19164,7 +18718,6 @@ class Transaction {
19164
18718
  this._transBegin = '\0';
19165
18719
  this.Opened = false;
19166
18720
  this.OwnerTask = null;
19167
- this.LocalTransactionId = 0;
19168
18721
  this.OwnerTask = task;
19169
18722
  this._transId = setTransId;
19170
18723
  this._transBegin = ConstInterface.TRANS_TASK_PREFIX;
@@ -19639,11 +19192,6 @@ class SortCollection {
19639
19192
  }
19640
19193
  }
19641
19194
  }
19642
- getSort(idx) {
19643
- if (idx < 0 || this._sortTab === null || idx >= this._sortTab.length)
19644
- return null;
19645
- return this._sortTab.get_Item(idx);
19646
- }
19647
19195
  getSize() {
19648
19196
  if (this._sortTab === null)
19649
19197
  return 0;
@@ -21425,9 +20973,6 @@ class DataviewHeaders {
21425
20973
  buf.Append("@");
21426
20974
  return buf.ToString();
21427
20975
  }
21428
- getDataiewHeadersCount() {
21429
- return this._dataviewHeaders.Count;
21430
- }
21431
20976
  }
21432
20977
 
21433
20978
  class OperationTable {
@@ -22107,12 +21652,6 @@ class EventHandler {
22107
21652
  getId() {
22108
21653
  return this._id;
22109
21654
  }
22110
- getStaticCtrl() {
22111
- return this._ctrl;
22112
- }
22113
- getRunTimeCtrl() {
22114
- return AccessHelper.eventsManager.getLastRtEvent().Control;
22115
- }
22116
21655
  async isEnabled() {
22117
21656
  return await this._enabledExp.getVal();
22118
21657
  }
@@ -22216,11 +21755,6 @@ class EventHandler {
22216
21755
  eventDescription = new StringBuilder(' ' + eventDescription.toString(), eventDescription.toString().length + 1);
22217
21756
  return NString.Format("Handler {0}{1}", this.getEvent().getEventType(), eventDescription);
22218
21757
  }
22219
- checkTaskScope(isSameTask) {
22220
- if (this._scope === BrkScope.Task && !isSameTask)
22221
- return false;
22222
- return true;
22223
- }
22224
21758
  toString() {
22225
21759
  return NString.Format("(Handler for {0} on task {1}, scope {2})", this._evt, this._task, this._scope);
22226
21760
  }
@@ -22288,9 +21822,6 @@ class HandlersTable {
22288
21822
  add(handler) {
22289
21823
  this._handlers.push(handler);
22290
21824
  }
22291
- CalculateControlFormControlName() {
22292
- this._handlers.forEach(item => { item.calculateCtrlFromControlName(item.getTask()); });
22293
- }
22294
21825
  remove(idx) {
22295
21826
  this._handlers.RemoveAt(idx);
22296
21827
  }
@@ -22681,9 +22212,6 @@ class UserEventsTable {
22681
22212
  return null;
22682
22213
  return this._userEventsTab.get_Item(idx);
22683
22214
  }
22684
- getIdxByEvent(evt) {
22685
- return this._userEventsTab.indexOf(evt);
22686
- }
22687
22215
  getSize() {
22688
22216
  if (this._userEventsTab === null)
22689
22217
  return 0;
@@ -26103,7 +25631,7 @@ class EventsManager {
26103
25631
  let oldForceExitTask = this.getForceExitTask();
26104
25632
  let oldIsHandlingForceExit = this._isHandlingForceExit;
26105
25633
  let restoreIsForceExit = false;
26106
- let restoreCurrCtrl = null;
25634
+ let restoreCurrCtrl;
26107
25635
  let restoreCurrField = null;
26108
25636
  if ((rtEvt.getType() === ConstInterface.EVENT_TYPE_INTERNAL)) {
26109
25637
  if (rtEvt.InternalEvent < InternalInterface.MG_ACT_TOT_CNT && (!task.ActionManager.isEnabled(rtEvt.InternalEvent) || (!rtEvt.isImmediate() && this.NoEventsAllowed())))
@@ -29945,12 +29473,10 @@ class CommandsTable {
29945
29473
  }
29946
29474
  }
29947
29475
 
29948
- let CurrentClientVersion = '4.801.0-dev481.310';
29476
+ let CurrentClientVersion = '4.801.0-dev481.313';
29949
29477
 
29950
29478
  class ClientManager {
29951
29479
  constructor() {
29952
- this._delayInProgress = false;
29953
- this._debugClient = null;
29954
29480
  this._globalUniqueSessionId = null;
29955
29481
  this._buttonIsClicked = false;
29956
29482
  RuntimeContextBase.Instance.Init(RemoteCommandsProcessor.RC_NO_CONTEXT_ID);
@@ -30195,40 +29721,6 @@ class ClientManager {
30195
29721
  }
30196
29722
  return succeeded;
30197
29723
  }
30198
- copyExecutionProps() {
30199
- throw new Exception("copyExecutionProps not implemented");
30200
- }
30201
- getDebugClient() {
30202
- return this._debugClient;
30203
- }
30204
- getURLFromExecutionProperties(executionPropName) {
30205
- let url = null;
30206
- let urlStr = ServerConfig.Instance.GetExecutionProperty[executionPropName];
30207
- if (urlStr !== null && typeof urlStr !== "undefined") {
30208
- if (urlStr.startsWith("/"))
30209
- urlStr = ServerConfig.Instance.getProtocol() + "://" + ServerConfig.Instance.getServer() + urlStr;
30210
- try {
30211
- url = new URL(urlStr);
30212
- Debug.Assert(url.protocol === "http:" || url.protocol === "https:");
30213
- }
30214
- catch (ex) {
30215
- Logger.Instance.WriteExceptionToLog(ex);
30216
- }
30217
- }
30218
- return url;
30219
- }
30220
- getLogonWindowIconURL() {
30221
- return this.getURLFromExecutionProperties(GuiConstants.STR_LOGO_WIN_ICON_URL);
30222
- }
30223
- getLogonWindowImageURL() {
30224
- return this.getURLFromExecutionProperties(GuiConstants.STR_LOGON_IMAGE_URL);
30225
- }
30226
- isDelayInProgress() {
30227
- return this._delayInProgress;
30228
- }
30229
- setDelayInProgress(delayInProgress) {
30230
- this._delayInProgress = delayInProgress;
30231
- }
30232
29724
  GetGlobalUniqueSessionID() {
30233
29725
  return this._globalUniqueSessionId;
30234
29726
  }
@@ -30371,6 +29863,39 @@ class MagicBridge {
30371
29863
  }
30372
29864
  }
30373
29865
 
29866
+ class ControlItemsRefreshCommand extends DataviewCommand {
29867
+ constructor() {
29868
+ super();
29869
+ this.Control = null;
29870
+ }
29871
+ }
29872
+
29873
+ class DataViewOutputCommand extends DataviewCommand {
29874
+ constructor(OutputCommandType) {
29875
+ super();
29876
+ this.Generation = 0;
29877
+ this.TaskVarNames = null;
29878
+ this.DestinationDataSourceNumber = 0;
29879
+ this.DestinationDataSourceName = null;
29880
+ this.DestinationColumns = null;
29881
+ this.CommandType = OutputCommandType;
29882
+ }
29883
+ }
29884
+
29885
+ class WriteMessageToServerLogCommand extends EventCommand {
29886
+ constructor() {
29887
+ super(InternalInterface.MG_ACT_WRITE_ERROR_TO_SERVER_LOG);
29888
+ this.ErrorMessage = null;
29889
+ }
29890
+ SerializeCommandData() {
29891
+ let helper = new CommandSerializationHelper();
29892
+ helper.SerializeTaskTag(this.TaskTag);
29893
+ helper.SerializeMagicEvent(this.MagicEvent);
29894
+ helper.SerializeAttribute(ConstInterface.MG_ATTR_ERROR_MESSAGE, this.ErrorMessage);
29895
+ return helper.GetString();
29896
+ }
29897
+ }
29898
+
30374
29899
  class DataSourceIdKey {
30375
29900
  }
30376
29901
 
@@ -30414,14 +29939,5 @@ class DataviewHeadersSaxHandler {
30414
29939
  }
30415
29940
  }
30416
29941
 
30417
- class MenusDeserializer {
30418
- }
30419
-
30420
- class Process {
30421
- static StartCurrentExecutable() {
30422
- throw new NotImplementedException();
30423
- }
30424
- }
30425
-
30426
- export { AbortCommand, AccessHelper, ActionManager, AddLocateCommand, AddRangeCommand, AddSortCommand, AddUserLocateDataViewCommand, AddUserLocateRemoteDataViewCommand, AddUserRangeDataviewCommand, AddUserRangeRemoteDataViewCommand, AddUserSortDataViewCommand, AddUserSortRemoteDataViewCommand, Argument, ArgumentsList, Boundary, BrowserEscEventCommand, ClearEventsOnStopExecution, ClientManager, ClientOriginatedCommand, ClientOriginatedCommandSerializer, ClientOriginatedCommandTaskTag, ClientRefreshCommand, ClientTargetedCommandBase, ClientTargetedCommandType, ColumnSortEventCommand, CommandFactory, CommandSerializationHelper, CommandsProcessorBase, CommandsProcessorBase_SendingInstruction, CommandsProcessorBase_SessionStage, CommandsProcessorManager, CommandsTable, CompMainPrgTable, ComputeEventCommand, ConstInterface, ConstUtils, ContextTerminationEventCommand, ContextTimeoutResetCommand, ControlItemsRefreshCommand, CookieService, CreatedFormVector, CurrentClientVersion, DataSourceIdKey, DataView, DataViewBase, DataViewCommandBase, DataViewCommandType, DataViewOutputCommand, DataviewCommand, DataviewHeaderBase, DataviewHeaderFactory, DataviewHeaders, DataviewHeadersSaxHandler, DataviewManager, DataviewManagerBase, DcValuesReference, DummyDataViewCommand, DvCache, EnhancedVerifyCommand, EnvParamsTable, Environment, EnvironmentDetails, EvaluateCommand, Event, EventCommand, EventHandler, EventHandlerPosition, EventSubType, EventsAllowedType, EventsManager, ExecOperCommand, ExecutionStack, ExecutionStackEntry, ExpDesc, ExpStrTracker, ExpTable, Expression, ExpressionDict, ExpressionEvaluator, ExpressionLocalJpn, Expression_ReturnValue, FetchDataControlValuesEventCommand, Field, FieldBase, FieldsTable as FieldsTableExt, FlowMonitorInterface, FlowMonitorQueue, FormsTable, GUIManager, GlobalCommandsManager, GlobalParams, GlobalParamsQueryCommand, GuiEventsProcessor, HandlersTable, HeapSort, HttpClientAsync, HttpClientBase, HttpClientEvents, HttpClientSync, HttpManager, HttpUtility, IClientTargetedCommand, IndexChangeEventCommand, IniputForceWriteCommand, InteractiveCommunicationsFailureHandler, Key, LanguageData, LastFocusedManager, MGData, MGDataCollection, MagicBridge, MenusDeserializer, MgControl, MgForm, MgPriorityBlockingQueue, MgPriorityQueue, MirrorExpVal, MirrorPrmMap, MirrorString, NonReversibleExitEventCommand, NullValueException, OpenURLCommand, OpeningTaskDetails, Operation, OperationTable, ParamParseResult, PrmMap, Process, QueryCommand, RCTimer, Recompute, RecomputeCommand, RecomputeTable, Recompute_RcmpBy, Record, RecordOutOfDataViewException, RecordOutOfDataViewException_ExceptionType, RecordsTable, RefreshEventCommand, RefreshScreenEventCommand, RemoteCommandsProcessor, RemoteControlItemsRefreshCommand, RemoteDataViewCommandBase, RemoteDataViewCommandFactory, RemoteDataViewCommandUpdateNonModifiable, RemoteDataviewHeader, RemoteDataviewManager, RemoteTaskService, RequestMethod, ResetLocateCommand, ResetRangeCommand, ResetSortCommand, ResetUserLocateRemoteDataviewCommand, ResetUserRangeRemoteDataviewCommand, ResetUserSortRemoteDataviewCommand, ResultCommand, ResultValue, RetVals, ReturnResult, ReturnResultBase, RollbackEventCommand, RollbackEventCommand_RollbackType, RunTimeEvent, RunTimeEventBase, SET_DISPLAYLINE_BY_DV, Scrambler, SelectProgramCommand, ServerConfig, ServerError, SetTransactionStateDataviewCommand, SetTransactionStateRemoteDataViewCommand, Sort, SortCollection, SubformOpenEventCommand, SubformRefreshEventCommand, TableCache, TableCacheManager, Task, TaskBase, TaskServiceBase, TaskTransactionManager, Task_Direction, Task_Flow, Task_SubformExecModeEnum, TasksTable, Transaction, TransactionCommand, UniqueIDUtils, UnloadCommand, UserDetails, UserEventsTable, UserRange, VerifyCommand, WriteMessageToServerLogCommand, XMLBasedCommandBuilder, XMLBasedDcValuesBuilder, YesNoExp, getGuiEventObj };
29942
+ export { AbortCommand, AccessHelper, ActionManager, AddLocateCommand, AddRangeCommand, AddSortCommand, AddUserLocateDataViewCommand, AddUserLocateRemoteDataViewCommand, AddUserRangeDataviewCommand, AddUserRangeRemoteDataViewCommand, AddUserSortDataViewCommand, AddUserSortRemoteDataViewCommand, Argument, ArgumentsList, Boundary, BrowserEscEventCommand, ClearEventsOnStopExecution, ClientManager, ClientOriginatedCommand, ClientOriginatedCommandSerializer, ClientOriginatedCommandTaskTag, ClientRefreshCommand, ClientTargetedCommandBase, ClientTargetedCommandType, ColumnSortEventCommand, CommandFactory, CommandSerializationHelper, CommandsProcessorBase, CommandsProcessorBase_SendingInstruction, CommandsProcessorBase_SessionStage, CommandsProcessorManager, CommandsTable, CompMainPrgTable, ComputeEventCommand, ConstInterface, ConstUtils, ContextTerminationEventCommand, ContextTimeoutResetCommand, ControlItemsRefreshCommand, CookieService, CreatedFormVector, CurrentClientVersion, DataSourceIdKey, DataView, DataViewBase, DataViewCommandBase, DataViewCommandType, DataViewOutputCommand, DataviewCommand, DataviewHeaderBase, DataviewHeaderFactory, DataviewHeaders, DataviewHeadersSaxHandler, DataviewManager, DataviewManagerBase, DcValuesReference, DummyDataViewCommand, DvCache, EnhancedVerifyCommand, EnvParamsTable, Environment, EnvironmentDetails, EvaluateCommand, Event, EventCommand, EventHandler, EventHandlerPosition, EventSubType, EventsAllowedType, EventsManager, ExecOperCommand, ExecutionStack, ExecutionStackEntry, ExpDesc, ExpStrTracker, ExpTable, Expression, ExpressionDict, ExpressionEvaluator, ExpressionLocalJpn, Expression_ReturnValue, FetchDataControlValuesEventCommand, Field, FieldBase, FieldsTable as FieldsTableExt, FlowMonitorInterface, FlowMonitorQueue, FormsTable, GUIManager, GlobalCommandsManager, GlobalParams, GlobalParamsQueryCommand, GuiEventsProcessor, HandlersTable, HeapSort, HttpClientAsync, HttpClientBase, HttpClientEvents, HttpClientSync, HttpManager, HttpUtility, IClientTargetedCommand, IndexChangeEventCommand, IniputForceWriteCommand, InteractiveCommunicationsFailureHandler, Key, LanguageData, LastFocusedManager, MGData, MGDataCollection, MagicBridge, MgControl, MgForm, MgPriorityBlockingQueue, MgPriorityQueue, MirrorExpVal, MirrorPrmMap, MirrorString, NonReversibleExitEventCommand, NullValueException, OpenURLCommand, OpeningTaskDetails, Operation, OperationTable, ParamParseResult, PrmMap, QueryCommand, RCTimer, Recompute, RecomputeCommand, RecomputeTable, Recompute_RcmpBy, Record, RecordOutOfDataViewException, RecordOutOfDataViewException_ExceptionType, RecordsTable, RefreshEventCommand, RefreshScreenEventCommand, RemoteCommandsProcessor, RemoteControlItemsRefreshCommand, RemoteDataViewCommandBase, RemoteDataViewCommandFactory, RemoteDataViewCommandUpdateNonModifiable, RemoteDataviewHeader, RemoteDataviewManager, RemoteTaskService, RequestMethod, ResetLocateCommand, ResetRangeCommand, ResetSortCommand, ResetUserLocateRemoteDataviewCommand, ResetUserRangeRemoteDataviewCommand, ResetUserSortRemoteDataviewCommand, ResultCommand, ResultValue, RetVals, ReturnResult, ReturnResultBase, RollbackEventCommand, RollbackEventCommand_RollbackType, RunTimeEvent, RunTimeEventBase, SET_DISPLAYLINE_BY_DV, Scrambler, SelectProgramCommand, ServerConfig, ServerError, SetTransactionStateDataviewCommand, SetTransactionStateRemoteDataViewCommand, Sort, SortCollection, SubformOpenEventCommand, SubformRefreshEventCommand, TableCache, TableCacheManager, Task, TaskBase, TaskServiceBase, TaskTransactionManager, Task_Direction, Task_Flow, Task_SubformExecModeEnum, TasksTable, Transaction, TransactionCommand, UniqueIDUtils, UnloadCommand, UserDetails, UserEventsTable, UserRange, VerifyCommand, WriteMessageToServerLogCommand, XMLBasedCommandBuilder, XMLBasedDcValuesBuilder, YesNoExp, getGuiEventObj };
30427
29943
  //# sourceMappingURL=magic-xpa-engine.mjs.map