@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
@@ -39,12 +39,9 @@ var ClientTargetedCommandType;
39
39
  })(ClientTargetedCommandType || (ClientTargetedCommandType = {}));
40
40
 
41
41
  class ConstInterface {
42
+ ;
42
43
  }
43
- ConstInterface.EXECUTION_PROPERTIES_FILE_NAME = "execution.properties";
44
- ConstInterface.FORMS_USER_STATE_FILE_NAME = "FormsUserStateRIA";
45
- ConstInterface.NAMES_SEPARATOR = "#+%";
46
44
  ConstInterface.MG_TAG_CONTEXT = "context";
47
- ConstInterface.MG_TAG_PROTOCOL = "protocol";
48
45
  ConstInterface.MG_TAG_ENV = "env";
49
46
  ConstInterface.MG_TAG_COMMAND = "command";
50
47
  ConstInterface.MG_TAG_LANGUAGE = "language";
@@ -62,18 +59,12 @@ ConstInterface.MG_TAG_STARTUP_PROGRAM = "StartupProgram";
62
59
  ConstInterface.MG_TAG_CONTEXT_ID = "ContextID";
63
60
  ConstInterface.MG_TAG_SESSION_ID = "SessionID";
64
61
  ConstInterface.MG_TAG_HTTP_COMMUNICATION_TIMEOUT = "HttpTimeout";
65
- ConstInterface.MG_TAG_UNSYNCRONIZED_METADATA = "UnsynchronizedMetadata";
66
62
  ConstInterface.MG_TAG_TASKDEFINITION_IDS_URL = "taskDefinitionIdsUrl";
67
63
  ConstInterface.MG_TAG_OFFLINE_SNIPPETS_URL = "offlineSnippetsUrl";
68
- ConstInterface.MG_TAG_DEFAULT_TAG_LIST = "defaultTagList";
69
- ConstInterface.MG_TAG_TASK_INFO = "taskinfo";
70
- ConstInterface.MG_TAG_EXECUTION_RIGHT = "executionRightIdx";
71
64
  ConstInterface.MG_ATTR_ISSPECIFIC = "isSpecific";
72
65
  ConstInterface.MG_ATTR_IS_GUI_THREAD_EXECUTION = "isGuiThreadExecution";
73
66
  ConstInterface.MG_ATTR_FULLNAME = "fullname";
74
- ConstInterface.MG_ATTR_PUBLIC_NAME = "publicName";
75
67
  ConstInterface.MG_TAG_TASKURL = "taskURL";
76
- ConstInterface.MG_TAG_TASK_IS_OFFLINE = "IsOffline";
77
68
  ConstInterface.MG_TAG_EXPTABLE = "exptable";
78
69
  ConstInterface.MG_TAG_EXP = "exp";
79
70
  ConstInterface.MG_TAG_DATAVIEW = "dataview";
@@ -86,7 +77,6 @@ ConstInterface.MG_TAG_EVENT = "event";
86
77
  ConstInterface.MG_TAG_OPER = "oper";
87
78
  ConstInterface.MG_TAG_KBDMAP_URL = "kbdmapurl";
88
79
  ConstInterface.MG_TAG_KBDMAP = "kbdmap";
89
- ConstInterface.MG_TAG_KBDITM = "kbditm";
90
80
  ConstInterface.MG_TAG_USER_EVENTS = "userevents";
91
81
  ConstInterface.MG_TAG_USER_EVENTS_END = "/userevents";
92
82
  ConstInterface.MG_TAG_EVENTS_QUEUE = "eventsqueue";
@@ -100,7 +90,6 @@ ConstInterface.MG_TAG_LINKS_END = "/links";
100
90
  ConstInterface.MG_TAG_LINK = "link";
101
91
  ConstInterface.MG_TAG_TASK_TABLES = "taskTables";
102
92
  ConstInterface.MG_TAG_TASK_TABLES_END = "/taskTables";
103
- ConstInterface.MG_TAG_TASK_TABLE = "taskTable";
104
93
  ConstInterface.MG_TAG_COLUMN = "column";
105
94
  ConstInterface.MG_TAG_SORT = "sort";
106
95
  ConstInterface.MG_TAG_SORTS = "sorts";
@@ -113,18 +102,8 @@ ConstInterface.MG_TAG_TASK_XML = "taskxml";
113
102
  ConstInterface.MG_TAG_EXEC_STACK_ENTRY = "execstackentry";
114
103
  ConstInterface.MG_TAG_DBH_REAL_IDXS = "dbhRealIdxs";
115
104
  ConstInterface.MG_TAG_USER_DETAILS = "userDetails";
116
- ConstInterface.MG_SSL_STORE_ARG_PREFIX = "STORE:";
117
- ConstInterface.MG_ATTR_VALUE_TAGGED = XMLConstants.TAG_OPEN + XMLConstants.MG_ATTR_VALUE + XMLConstants.TAG_CLOSE;
118
- ConstInterface.MG_ATTR_VALUE_END_TAGGED = XMLConstants.END_TAG + XMLConstants.MG_ATTR_VALUE + XMLConstants.TAG_CLOSE;
119
- ConstInterface.MG_ATTR_HANDLER = "handler";
120
105
  ConstInterface.MG_ATTR_OBJECT = "object";
121
- ConstInterface.MG_ATTR_RECOMPUTE = "recompute";
122
- ConstInterface.MG_ATTR_MESSAGE = "message";
123
- ConstInterface.MG_ATTR_HTML = "html";
124
106
  ConstInterface.MG_ATTR_ARGLIST = "arglist";
125
- ConstInterface.MG_ATTR_EXTRA = "extra";
126
- ConstInterface.MG_ATTR_FIRSTPOS = "firstpos";
127
- ConstInterface.MG_ATTR_LASTPOS = "lastpos";
128
107
  ConstInterface.MG_ATTR_VIRTUAL = "virtual";
129
108
  ConstInterface.MG_ATTR_SUBFORM_TASK = "subform_task";
130
109
  ConstInterface.MG_ATTR_PARAM = "param";
@@ -133,37 +112,23 @@ ConstInterface.MG_ATTR_ROUTE_PARAMS = "routeParams";
133
112
  ConstInterface.MG_ATTR_EXPOSED_ROUTE_PARAMS = "exposedRouteParam";
134
113
  ConstInterface.MG_ATTR_EXPOSED_TO_CLIENT = "exposedToClient";
135
114
  ConstInterface.MG_ATTR_PAR_ATTRS = "attr";
136
- ConstInterface.MG_ATTR_PAR_ATTRS_TAGGED = XMLConstants.TAG_OPEN + ConstInterface.MG_ATTR_PAR_ATTRS + XMLConstants.TAG_CLOSE;
137
- ConstInterface.MG_ATTR_PAR_ATTRS_END_TAGGED = XMLConstants.END_TAG + ConstInterface.MG_ATTR_PAR_ATTRS + XMLConstants.TAG_CLOSE;
138
115
  ConstInterface.MG_ATTR_VIR_AS_REAL = "vir_as_real";
139
116
  ConstInterface.MG_ATTR_LNK_CREATE = "link_create";
140
- ConstInterface.MG_ATTR_LENGTH = "length";
141
117
  ConstInterface.MG_ATTR_RANGE = "range";
142
118
  ConstInterface.MG_ATTR_NULLVALUE = "nullvalue";
143
119
  ConstInterface.MG_ATTR_INIT = "init";
144
- ConstInterface.MG_ATTR_CURRPOS = "currpos";
145
- ConstInterface.MG_ATTR_POS = "pos";
146
- ConstInterface.MG_ATTR_OLDPOS = "oldpos";
147
120
  ConstInterface.MG_ATTR_MODE = "mode";
148
121
  ConstInterface.MG_ATTR_RECOMPUTEBY = "recompute_by";
149
- ConstInterface.MG_ATTR_NAME_TAGGED = XMLConstants.TAG_OPEN + XMLConstants.MG_ATTR_NAME + XMLConstants.TAG_CLOSE;
150
- ConstInterface.MG_ATTR_NAME_END_TAGGED = XMLConstants.END_TAG + XMLConstants.MG_ATTR_NAME + XMLConstants.TAG_CLOSE;
151
- ConstInterface.MG_ATTR_TRANS = "trans";
152
122
  ConstInterface.MG_ATTR_HANDLEDBY = "handledby";
153
123
  ConstInterface.MG_ATTR_LEVEL = "level";
154
- ConstInterface.MG_ATTR_DESTINATION_DATASOURCE_NAME = "destDataSourceName";
155
- ConstInterface.MG_ATTR_DESTINATION_COLUMNLIST = "destColumnList";
156
- ConstInterface.MG_ATTR_SOURCE_DATAVIEW = "sourceDataView";
157
124
  ConstInterface.MG_ATTR_SECONDS = "seconds";
158
125
  ConstInterface.MG_ATTR_SCOPE = "scope";
159
- ConstInterface.MG_ATTR_RETURN = "return";
160
126
  ConstInterface.MG_ATTR_PROPAGATE = "propagate";
161
127
  ConstInterface.MG_ATTR_ENABLED = "enabled";
162
128
  ConstInterface.MG_ATTR_FLD = "fld";
163
129
  ConstInterface.MG_ATTR_FIELDID = "fieldid";
164
130
  ConstInterface.MG_ATTR_IGNORE_SUBFORM_RECOMPUTE = "ignoreSubformRecompute";
165
131
  ConstInterface.MG_ATTR_MAGICEVENT = "magicevent";
166
- ConstInterface.MG_ATTR_EXIT_BY_MENU = "exitByMenu";
167
132
  ConstInterface.MG_ATTR_FOCUSLIST = "focuslist";
168
133
  ConstInterface.MG_ATTR_FOCUSTASK = "currFocusedTask";
169
134
  ConstInterface.MG_ATTR_TEXT = "text";
@@ -173,23 +138,16 @@ ConstInterface.MG_ATTR_IMAGE = "image";
173
138
  ConstInterface.MG_ATTR_BUTTONS = "buttons";
174
139
  ConstInterface.MG_ATTR_RETURN_VAL = "returnVal";
175
140
  ConstInterface.MG_ATTR_ERR_LOG_APPEND = "errorLogAppend";
176
- ConstInterface.MG_ATTR_EVENTVALUE = "eventvalue";
177
141
  ConstInterface.MG_ATTR_EVENTTYPE = "eventtype";
178
142
  ConstInterface.MG_ATTR_HOW = "how";
179
143
  ConstInterface.MG_ATTR_UNDO = "undo";
180
144
  ConstInterface.MG_ATTR_CND = "cnd";
181
- ConstInterface.MG_ATTR_ACTIONID = "actionid";
182
145
  ConstInterface.MG_ATTR_KEYCODE = "keycode";
183
146
  ConstInterface.MG_ATTR_MODIFIER = "modifier";
184
- ConstInterface.MG_ATTR_STATES = "states";
185
147
  ConstInterface.MG_ATTR_CURR_REC = "curr_rec";
186
148
  ConstInterface.MG_ATTR_LAST_REC_ID = "lastRecIdx";
187
149
  ConstInterface.MG_ATTR_OLD_FIRST_REC_ID = "oldFirstRecIdx";
188
150
  ConstInterface.MG_ATTR_CURR_REC_POS_IN_FORM = "currRecPosInForm";
189
- ConstInterface.MG_ATTR_REPEATABLE = "repeatable";
190
- ConstInterface.MG_ATTR_FIELD = "field";
191
- ConstInterface.MG_ATTR_IDX = "idx";
192
- ConstInterface.MG_ATTR_URL = "url";
193
151
  ConstInterface.MG_ATTR_DATEMODE = "datemode";
194
152
  ConstInterface.MG_ATTR_THOUSANDS = "thousands";
195
153
  ConstInterface.MG_ATTR_DECIMAL_SEPARATOR = "decimalseparator";
@@ -204,15 +162,11 @@ ConstInterface.MG_ATTR_VARIABLE = "variable";
204
162
  ConstInterface.MG_ATTR_HANDLERID = "handlerid";
205
163
  ConstInterface.MG_ATTR_ROLLBACK_TYPE = "rollbackType";
206
164
  ConstInterface.MG_ATTR_CENTURY = "century";
207
- ConstInterface.MG_ATTR_DATATYPE = "datatype";
208
165
  ConstInterface.MG_ATTR_INCLUDE_FIRST = "include_first";
209
166
  ConstInterface.MG_ATTR_INCLUDE_LAST = "include_last";
210
167
  ConstInterface.MG_ATTR_IS_ONEWAY_KEY = "isonewaykey";
211
168
  ConstInterface.MG_ATTR_INSERT_AT = "insert_at";
212
169
  ConstInterface.MG_ATTR_DBVIEWSIZE = "dbviewsize";
213
- ConstInterface.MG_ATTR_FRAME_EXP = "frameexp";
214
- ConstInterface.MG_ATTR_PICLEN = "piclen";
215
- ConstInterface.MG_ATTR_SRCTASK = "srctask";
216
170
  ConstInterface.MG_ATTR_INVALIDATE = "invalidate";
217
171
  ConstInterface.MG_ATTR_RMPOS = "rmpos";
218
172
  ConstInterface.MG_ATTR_DISPLAY = "display";
@@ -226,8 +180,6 @@ ConstInterface.MG_ATTR_UPD_IN_QUERY_LOWER = "updateinquery";
226
180
  ConstInterface.MG_ATTR_CRE_IN_MODIFY = "createInModify";
227
181
  ConstInterface.MG_ATTR_CRE_IN_MODIFY_LOWER = "createinmodify";
228
182
  ConstInterface.MG_ATTR_IDLETIME = "idletime";
229
- ConstInterface.MG_ATTR_VER = "ver";
230
- ConstInterface.MG_ATTR_SUBVER = "subver";
231
183
  ConstInterface.MG_ATTR_WAIT = "wait";
232
184
  ConstInterface.MG_ATTR_RETAIN_FOCUS = "retainFocus";
233
185
  ConstInterface.MG_ATTR_SYNC_DATA = "syncData";
@@ -238,8 +190,6 @@ ConstInterface.MG_ATTR_USER = "user";
238
190
  ConstInterface.MG_ATTR_FORCE_EXIT = "force_exit";
239
191
  ConstInterface.MG_ATTR_PUBLIC = "public_name";
240
192
  ConstInterface.MG_ATTR_PRG_DESCRIPTION = "prgDescription";
241
- ConstInterface.MG_ATTR_MENU_CONTENTEND = "MenusContentEnd";
242
- ConstInterface.MG_ATTR_OBJECT_TYPE = "object_type";
243
193
  ConstInterface.MG_ATTR_TABLE_NAME = "table_name";
244
194
  ConstInterface.MG_ATTR_INDEX_IN_TABLE = "index_in_table";
245
195
  ConstInterface.MG_ATTR_CALLINGTASK = "callingtask";
@@ -302,13 +252,7 @@ ConstInterface.MG_ATTR_NEWID = "newid";
302
252
  ConstInterface.MG_ATTR_MPRG_SOURCE = "mprg_source";
303
253
  ConstInterface.MG_ATTR_INVOKER_ID = "invokerid";
304
254
  ConstInterface.MG_ATTR_TRANS_LEVEL = "level";
305
- ConstInterface.MG_ATTR_TOP = "top";
306
- ConstInterface.MG_ATTR_LEFT = "left";
307
- ConstInterface.MG_ATTR_HEIGHT = "height";
308
- ConstInterface.MG_ATTR_WIDTH = "width";
309
255
  ConstInterface.MG_ATTR_LEN = "len";
310
- ConstInterface.MG_ATTR_SCAN = "scan";
311
- ConstInterface.MG_ATTR_STANDALONE = "standalone";
312
256
  ConstInterface.MG_ATTR_DESC = "desc";
313
257
  ConstInterface.MG_ATTR_CLOSE_SUBFORM_ONLY = "closeSubformOnly";
314
258
  ConstInterface.MG_ATTR_CHECK_ONLY = "checkOnly";
@@ -323,11 +267,7 @@ ConstInterface.MG_ATTR_USERINFO = "userInfo";
323
267
  ConstInterface.MG_ATTR_CPY_GLB_PRMS = "copy_global_params";
324
268
  ConstInterface.MG_TAG_GLOBALPARAMS = "globalparams";
325
269
  ConstInterface.MG_TAG_GLOBALPARAMSCHANGES = "globalParamChanges";
326
- ConstInterface.MG_TAG_GLOBALPARAMSCHANGES_TAGGED = XMLConstants.TAG_OPEN + ConstInterface.MG_TAG_GLOBALPARAMSCHANGES + XMLConstants.TAG_CLOSE;
327
- ConstInterface.MG_TAG_GLOBALPARAMSCHANGES_END_TAGGED = XMLConstants.END_TAG + ConstInterface.MG_TAG_GLOBALPARAMSCHANGES + XMLConstants.TAG_CLOSE;
328
270
  ConstInterface.MG_TAG_PARAM = "param";
329
- ConstInterface.MG_TAG_PARAM_TAGGED = XMLConstants.TAG_OPEN + ConstInterface.MG_TAG_PARAM + XMLConstants.TAG_CLOSE;
330
- ConstInterface.MG_TAG_PARAM_END_TAGGED = XMLConstants.END_TAG + ConstInterface.MG_TAG_PARAM + XMLConstants.TAG_CLOSE;
331
271
  ConstInterface.MG_ATTR_IME_AUTO_OFF = "imeAutoOff";
332
272
  ConstInterface.MG_ATTR_LOCAL_AS400SET = "local_as400set";
333
273
  ConstInterface.MG_ATTR_LOCAL_EXTRA_GENGO = "local_extraGengo";
@@ -336,33 +276,23 @@ ConstInterface.MG_ATTR_SPEACIAL_ANSI_EXP = "SpecialAnsiExpression";
336
276
  ConstInterface.MG_ATTR_SPECIAL_SHOW_STATUSBAR_PANES = "SpecialShowStatusBarPanes";
337
277
  ConstInterface.MG_ATTR_SPECIAL_ROUTE_TO_ROOT_PROG_ON_CONTEXT_RECREATION = "SpecialRouteToRootProgramOnContextRecreation";
338
278
  ConstInterface.MG_ATTR_SPECIAL_SPECIAL_EDIT_LEFT_ALIGN = "SpecialEditLeftAlign";
339
- ConstInterface.MG_ATTR_SPECIAL_IGNORE_BUTTON_FORMAT = "SpecialIgnoreButtonFormat";
340
279
  ConstInterface.MG_ATTR_SPEACIAL_SWF_CONTROL_NAME = "SpecialSwfControlNameProperty";
341
- ConstInterface.MG_ATTR_FRAMESET_STYLE = "frameSetStyle";
342
280
  ConstInterface.MG_ATTR_SPECIAL_VAL_NEW_POLICY = "SpecialValNewPolicy";
343
281
  ConstInterface.MG_ATTR_OPER_CALLMODE = "operCallMode";
344
- ConstInterface.MG_ATTR_TASK_FLOW_DIRECTION = "taskFlowDir";
345
282
  ConstInterface.MG_ATTR_TASK_MAINLEVEL = "mainlevel";
346
283
  ConstInterface.MG_ATTR_OPER_METHODNAME = "method_name";
347
- ConstInterface.MG_ATTR_OPER_ASMURL = "asm_url";
348
- ConstInterface.MG_ATTR_OPER_ASMFILE = "asm_file";
349
- ConstInterface.MG_ATTR_OPER_ASMNAME = "asm_name";
350
- ConstInterface.MG_ATTR_OPER_ASMCONTENT = "asm_content";
351
284
  ConstInterface.MG_ATTR_GUID = "GUID";
352
285
  ConstInterface.MG_ATTR_CONTROLS_PERSISTENCY_PATH = "ControlsPersistencyPath";
353
286
  ConstInterface.MG_ATTR_PROJDIR = "projdir";
354
287
  ConstInterface.MG_ATTR_TERMINAL = "terminal";
355
288
  ConstInterface.MG_TAG_ENV_PARAM_URL = "envparamurl";
356
289
  ConstInterface.MG_TAG_ENV_PARAM = "environment";
357
- ConstInterface.MG_ATTR_CLOSE_TASKS_ON_PARENT_ACTIVATE = "closeTasksOnParentActivate";
358
290
  ConstInterface.MG_ATTR_HANDLER_ONFORM = "HandlerOnForm";
359
291
  ConstInterface.MG_ATTR_DROP_USERFORMATS = "dropuserformats";
360
- ConstInterface.MG_ATTR_CACHED_FILES = "cachedFiles";
361
292
  ConstInterface.MG_ATTR_CONTROL_NAME = "ControlName";
362
293
  ConstInterface.MG_TAG_HIDDEN_CONTOLS = "HiddenControls";
363
294
  ConstInterface.MG_ATTR_ISNS = "Isns";
364
295
  ConstInterface.MG_ATTR_SPECIAL_CANCEL_ON_CREATE = "SpecialCancelOnCreate";
365
- ConstInterface.MG_ATTR_TEMP_DATABASE = "tempdatabase";
366
296
  ConstInterface.MG_ATTR_TIME_SEPARATOR = "timeseparator";
367
297
  ConstInterface.MG_ATTR_IOTIMING = "iotiming";
368
298
  ConstInterface.MG_ATTR_HTTP_TIMEOUT = "httptimeout";
@@ -388,18 +318,14 @@ ConstInterface.MG_ATTR_BATCH_PAINT_TIME = "batchpainttime";
388
318
  ConstInterface.MG_ATTR_ISAM_TRANSACTION = "isamtransaction";
389
319
  ConstInterface.MG_ATTR_CENTER_SCREEN_IN_ONLINE = "centerscreeninonline";
390
320
  ConstInterface.MG_ATTR_REPOSITION_AFTER_MODIFY = "repositionaftermodify";
391
- ConstInterface.MG_ATTR_OVERLAY = "overlayid";
392
321
  ConstInterface.MG_ATTR_TASKFLW = "taskflw";
393
- ConstInterface.MG_ATTR_DATAVIEW = "dataview";
394
322
  ConstInterface.MG_ATTR_RECOMP = "recomp";
395
323
  ConstInterface.MG_ATTR_FLWOP = "flwop";
396
- ConstInterface.MG_ATTR_START = "start";
397
324
  ConstInterface.MG_ATTR_END = "end";
398
325
  ConstInterface.MG_ATTR_INFO = "info";
399
326
  ConstInterface.MG_ATTR_KEY = "key";
400
327
  ConstInterface.MG_ATTR_KEY_EXP = "key_exp";
401
328
  ConstInterface.MG_ATTR_NULL_FLAGS = "nullFlags";
402
- ConstInterface.MG_ATTR_NEXTOPERIDX = "nextOperIdx";
403
329
  ConstInterface.MG_ATTR_DVPOS_VALUE = "dvPosValue";
404
330
  ConstInterface.MG_ATTR_DVPOS_DEC = "DvPosDec";
405
331
  ConstInterface.MG_ATTR_TRANS_ID = "transId";
@@ -432,77 +358,22 @@ ConstInterface.MG_ATTR_RET_VAL = "retVal";
432
358
  ConstInterface.MG_ATTR_DBPOS = "db_pos";
433
359
  ConstInterface.MG_TAG_USR_DEF_FUC_RET_EXP_ID = "returnexp";
434
360
  ConstInterface.MG_TAG_USR_DEF_FUC_RET_EXP_ATTR = "returnexpattr";
435
- ConstInterface.MG_TAG_PROPERTIES = "properties";
436
- ConstInterface.MG_TAG_PROPERTY = "property";
437
- ConstInterface.MG_ATTR_IS_VECTOR = "is_vector";
438
361
  ConstInterface.MG_ATTR_DIRECTION = "direction";
439
362
  ConstInterface.MG_ATTR_KEEP_USER_SORT = "keepUserSort";
440
- ConstInterface.MG_ATTR_SEARCH_STR = "searchStr";
441
- ConstInterface.MG_ATTR_RESET_SEARCH = "resetSearch";
442
363
  ConstInterface.MG_TAG_DBHS = "DBHS";
443
364
  ConstInterface.MG_TAG_DBHS_END = "/DBHS";
444
365
  ConstInterface.MG_TAG_DBH_DATA_IDS_URL = "dbhDataIdsUrl";
445
- ConstInterface.MG_TAG_DBH_DATA_ID = "dbhDataId";
446
- ConstInterface.MG_TAG_DBH = "DBH";
447
- ConstInterface.MG_TAG_DBH_END = "/DBH";
448
- ConstInterface.MG_TAG_FLDS = "FLDS";
449
- ConstInterface.MG_TAG_FLDS_END = "/FLDS";
450
366
  ConstInterface.MG_TAG_FLD = "FLD";
451
- ConstInterface.MG_TAG_KEYS = "KEYS";
452
- ConstInterface.MG_TAG_KEYS_END = "/KEYS";
453
- ConstInterface.MG_TAG_KEY = "KEY";
454
- ConstInterface.MG_TAG_KEY_END = "/KEY";
455
- ConstInterface.MG_TAG_SEGS = "SEGS";
456
- ConstInterface.MG_TAG_SEGS_END = "/SEGS";
457
- ConstInterface.MG_TAG_SEG = "SEG";
458
- ConstInterface.MG_ATTR_ISN = "isn";
459
- ConstInterface.MG_ATTR_ATTR = "Attr";
460
- ConstInterface.MG_ATTR_ALLOW_NULL = "AllowNull";
461
- ConstInterface.MG_ATTR_DEFAULT_NULL = "DefaultNull";
462
367
  ConstInterface.MG_ATTR_STORAGE = "Storage";
463
- ConstInterface.MG_ATTR_DATASOURCE_DEFINITION = "DataSourceDefinition";
464
- ConstInterface.MG_ATTR_DIFF_UPDATE = "DiffUpdate";
465
- ConstInterface.MG_ATTR_DEC = "Dec";
466
- ConstInterface.MG_ATTR_WHOLE = "Whole";
467
- ConstInterface.MG_ATTR_PART_OF_DATETIME = "PartOfDateTime";
468
- ConstInterface.MG_ATTR_DEFAULT_STORAGE = "DefaultStorage";
469
- ConstInterface.MG_ATTR_CONTENT = "Content";
470
368
  ConstInterface.MG_ATTR_PICTURE = "Picture";
471
- ConstInterface.MG_ATTR_DB_DEFAULT_VALUE = "DbDefaultValue";
472
- ConstInterface.MG_ATTR_FLD_DB_INFO = "DbInfo";
473
- ConstInterface.MG_ATTR_DB_NAME = "DbName";
474
- ConstInterface.MG_ATTR_DB_TYPE = "DbType";
475
- ConstInterface.MG_ATTR_USER_TYPE = "UserType";
476
- ConstInterface.MG_ATTR_NULL_DISPLAY = "NullDisplay";
477
- ConstInterface.MG_ATTR_FIELD_NAME = "Name";
478
- ConstInterface.MG_ATTR_FLD_ISN = "fld_isn";
479
- ConstInterface.MG_TAG_KEY_SEGMENTS = "KeySegs";
480
- ConstInterface.MG_TAG_SEGMENT = "segment";
481
- ConstInterface.MG_ATTR_KEY_DB_NAME = "KeyDBName";
482
369
  ConstInterface.MG_ATTR_NAME = "name";
483
- ConstInterface.MG_ATTR_DBASE_NAME = "dbase_name";
484
- ConstInterface.MG_ATTR_POSITION_ISN = "position_isn";
485
- ConstInterface.MG_ATTR_ARRAY_SIZE = "array_size";
486
- ConstInterface.MG_ATTR_ROW_IDENTIFIER = "row_identifier";
487
- ConstInterface.MG_ATTR_CHECK_EXIST = "check_exist";
488
- ConstInterface.MG_ATTR_DEL_UPD_MODE = "del_upd_mode";
489
- ConstInterface.MG_ATTR_DBH_DATA_URL = "dbhDataURL";
490
370
  ConstInterface.MG_ATTR_FIELD_INDEX = "fieldindex";
491
371
  ConstInterface.MG_ATTR_MIN_VALUE = "min";
492
372
  ConstInterface.MG_ATTR_MAX_VALUE = "max";
493
373
  ConstInterface.MG_ATTR_NULL_MIN_VALUE = "null_min";
494
374
  ConstInterface.MG_ATTR_NULL_MAX_VALUE = "null_max";
495
- ConstInterface.MG_ATTR_TASK_TABLE_NAME_EXP = "tableNameExp";
496
- ConstInterface.MG_ATTR_TASK_TABLE_ACCESS = "access";
497
- ConstInterface.MG_ATTR_TASK_TABLE_IDENTIFIER = "dataSourceIdentifier";
498
375
  ConstInterface.MG_TAG_DATABASES_HEADER = "Databases";
499
- ConstInterface.MG_TAG_DATABASES_END = "/Databases";
500
- ConstInterface.MG_TAG_DATABASE_INFO = "database";
501
376
  ConstInterface.MG_TAG_DATABASE_URL = "databaseUrl";
502
- ConstInterface.MG_ATTR_DATABASE_NAME = "name";
503
- ConstInterface.MG_ATTR_DATABASE_LOCATION = "location";
504
- ConstInterface.MG_ATTR_DATABASE_TYPE = "dbtype";
505
- ConstInterface.MG_ATTR_DATABASE_USER_PASSWORD = "userPassword";
506
377
  ConstInterface.BYTES_IN_CHAR = 2;
507
378
  ConstInterface.MG_OPER_VERIFY = 2;
508
379
  ConstInterface.MG_OPER_BLOCK = 5;
@@ -515,11 +386,8 @@ ConstInterface.MG_OPER_UPDATE = 9;
515
386
  ConstInterface.MG_OPER_USR_EXIT = 13;
516
387
  ConstInterface.MG_OPER_RAISE_EVENT = 14;
517
388
  ConstInterface.MG_OPER_SERVER = 99;
518
- ConstInterface.TRANS_BEGIN = 'B';
519
389
  ConstInterface.TRANS_COMMIT = 'C';
520
390
  ConstInterface.TRANS_ABORT = 'A';
521
- ConstInterface.FRAME_SET_STYLE_HOR = 'H';
522
- ConstInterface.FRAME_SET_STYLE_VER = 'V';
523
391
  ConstInterface.EVENT_TYPE_SYSTEM = 'S';
524
392
  ConstInterface.EVENT_TYPE_INTERNAL = 'I';
525
393
  ConstInterface.EVENT_TYPE_TIMER = 'T';
@@ -541,14 +409,11 @@ ConstInterface.BRK_LEVEL_HANDLER_INTERNAL = "HI";
541
409
  ConstInterface.BRK_LEVEL_HANDLER_SYSTEM = "HS";
542
410
  ConstInterface.BRK_LEVEL_HANDLER_TIMER = "HT";
543
411
  ConstInterface.BRK_LEVEL_HANDLER_EXPRESSION = "HE";
544
- ConstInterface.BRK_LEVEL_HANDLER_ERROR = "HR";
545
412
  ConstInterface.BRK_LEVEL_HANDLER_USER = "HU";
546
- ConstInterface.BRK_LEVEL_HANDLER_DOTNET = "HD";
547
413
  ConstInterface.BRK_LEVEL_USER_FUNCTION = "UF";
548
414
  ConstInterface.BRK_LEVEL_VARIABLE = "VC";
549
415
  ConstInterface.BRK_LEVEL_MAIN_PROG = "MP";
550
416
  ConstInterface.BRK_LEVEL_SUBFORM = "SUBFORM";
551
- ConstInterface.BRK_LEVEL_FRAME = "FRAME";
552
417
  ConstInterface.BRK_LEVEL_TASK_PREFIX_FM = "Task Prefix ";
553
418
  ConstInterface.BRK_LEVEL_TASK_SUFFIX_FM = "Task Suffix ";
554
419
  ConstInterface.BRK_LEVEL_REC_PREFIX_FM = "Record Prefix ";
@@ -561,26 +426,19 @@ ConstInterface.BRK_LEVEL_HANDLER_INTERNAL_FM = "Internal: ";
561
426
  ConstInterface.BRK_LEVEL_HANDLER_SYSTEM_FM = "System: ";
562
427
  ConstInterface.BRK_LEVEL_HANDLER_TIMER_FM = "Timer:";
563
428
  ConstInterface.BRK_LEVEL_HANDLER_EXPRESSION_FM = "Expression: ";
564
- ConstInterface.BRK_LEVEL_HANDLER_ERROR_FM = "Handler Error ";
565
429
  ConstInterface.BRK_LEVEL_HANDLER_USER_FM = "User";
566
- ConstInterface.BRK_LEVEL_HANDLER_DOTNET_FM = "Dotnet: ";
567
430
  ConstInterface.BRK_LEVEL_USER_FUNCTION_FM = "User Defined Function";
568
- ConstInterface.HANDLER_LEVEL_VARIABLE = "V";
569
431
  ConstInterface.TRANS_NONE = 'O';
570
432
  ConstInterface.TRANS_RECORD_PREFIX = 'P';
571
433
  ConstInterface.TRANS_TASK_PREFIX = 'T';
572
- ConstInterface.TRANS_IGNORE = 'I';
573
- ConstInterface.TRANS_FORCE_OPEN = 'F';
574
434
  ConstInterface.RECOVERY_NONE = '\0';
575
435
  ConstInterface.RECOVERY_ROLLBACK = 'R';
576
436
  ConstInterface.RECOVERY_RETRY = 'T';
577
437
  ConstInterface.FLW_VERIFY_MODE_ERROR = 'E';
578
- ConstInterface.FLW_VERIFY_MODE_WARNING = 'W';
579
438
  ConstInterface.IMAGE_EXCLAMATION = 'E';
580
439
  ConstInterface.IMAGE_CRITICAL = 'C';
581
440
  ConstInterface.IMAGE_QUESTION = 'Q';
582
441
  ConstInterface.IMAGE_INFORMATION = 'I';
583
- ConstInterface.IMAGE_NONE = 'N';
584
442
  ConstInterface.BUTTONS_OK = 'O';
585
443
  ConstInterface.BUTTONS_OK_CANCEL = 'K';
586
444
  ConstInterface.BUTTONS_ABORT_RETRY_IGNORE = 'A';
@@ -592,15 +450,11 @@ ConstInterface.DISPLAY_STATUS = 'S';
592
450
  ConstInterface.END_COND_EVAL_BEFORE = "B";
593
451
  ConstInterface.END_COND_EVAL_AFTER = "A";
594
452
  ConstInterface.END_COND_EVAL_IMMIDIATE = "I";
595
- ConstInterface.OPENWIN_STATE_NONE = 'N';
596
- ConstInterface.OPENWIN_STATE_INPROCESS = 'I';
597
- ConstInterface.OPENWIN_STATE_OVER = 'O';
598
453
  ConstInterface.ARG_TYPE_FIELD = 'F';
599
454
  ConstInterface.ARG_TYPE_EXP = 'E';
600
455
  ConstInterface.ARG_TYPE_VALUE = 'V';
601
456
  ConstInterface.ARG_TYPE_SKIP = 'X';
602
457
  ConstInterface.TOP_LEVEL_CONTAINER = 0;
603
- ConstInterface.MG_HYPER_ARGS = "MG_HYPER_ARGS";
604
458
  ConstInterface.REQ_ARG_ALPHA = "-A";
605
459
  ConstInterface.REQ_ARG_UNICODE = "-C";
606
460
  ConstInterface.REQ_ARG_NUMERIC = "-N";
@@ -609,23 +463,17 @@ ConstInterface.REQ_ARG_LOGICAL = "-L";
609
463
  ConstInterface.REQ_ARG_NULL = "-U";
610
464
  ConstInterface.REQ_ARG_SEPARATOR = "&";
611
465
  ConstInterface.REQ_ARG_START = "?";
612
- ConstInterface.REQ_ARG_COMMA = ",";
613
466
  ConstInterface.REQ_APP_NAME = "appname";
614
- ConstInterface.REQ_PRG_NAME = "prgname";
615
- ConstInterface.REQ_PRG_DESCRIPTION = "prgdescription";
616
467
  ConstInterface.REQ_ARGS = "arguments";
617
468
  ConstInterface.REQ_SKIP_AUTHENTICATION = "SkipAuthentication";
618
469
  ConstInterface.RC_INDICATION_INITIAL = "WEBCLIENT=INITIAL&";
619
- ConstInterface.RC_INDICATION_SCRAMBLED = "SCRAMBLED&";
620
470
  ConstInterface.RC_INDICATION = "WEBCLIENT=Y&";
621
471
  ConstInterface.UTF8TRANS = "UTF8TRANS=Y&";
622
- ConstInterface.DEBUG_CLIENT_NETWORK_RECOVERY = "&DEBUGCLIENTNETWORKRECOVERY=Y";
623
472
  ConstInterface.RC_TOKEN_CTX_ID = "CTX=";
624
473
  ConstInterface.RC_TOKEN_SESSION_ID = "SI=";
625
474
  ConstInterface.RC_TOKEN_CTX_GROUP = "CTXGROUP=";
626
475
  ConstInterface.RC_TOKEN_SESSION_COUNT = "SESSION=";
627
476
  ConstInterface.RC_TOKEN_DATA = "DATA=";
628
- ConstInterface.RC_TOKEN_TARGET_FILE = "TARGETFILE=";
629
477
  ConstInterface.WEBCLIENT_REINITIALIZE_REQUEST = "WCREINITIALIZEREQUEST=Y";
630
478
  ConstInterface.MAIN_PROG_VIEW = "MainProgramsDataView";
631
479
  ConstInterface.GLOBAL_PARAM_LIST = "GlobalParamList";
@@ -639,49 +487,8 @@ ConstInterface.RC_AUTHENTICATION_REQUEST = "RCAUTHENTICATIONREQUEST=Y";
639
487
  ConstInterface.V24_RIA_ERROR_PREFIX = "<RIA_ERROR_RESPONSE>";
640
488
  ConstInterface.SESSION_COUNTER_CLOSE_CTX_INDICATION = -1;
641
489
  ConstInterface.SERVER = "server";
642
- ConstInterface.REQUESTER = "requester";
643
- ConstInterface.LOCALID = "localid";
644
- ConstInterface.DEBUGCLIENT = "debugclient";
645
- ConstInterface.ENVVARS = "envvars";
646
- ConstInterface.INTERNAL_LOG_LEVEL = "InternalLogLevel";
647
- ConstInterface.INTERNAL_LOG_SYNC = "InternalLogSync";
648
- ConstInterface.LOG_CLIENTSEQUENCE_FOR_ACTIVITY_MONITOR = "LogClientSequenceForActivityMonitor";
649
490
  ConstInterface.CTX_GROUP = "CtxGroup";
650
- ConstInterface.PARALLEL_EXECUTION = "ParallelExecution";
651
- ConstInterface.DISPLAY_GENERIC_ERROR = "DisplayGenericError";
652
- ConstInterface.FIRST_HTTP_REQUEST_TIMEOUT = "FirstHTTPRequestTimeout";
653
- ConstInterface.MG_TAG_CHNG_PASS_CAPTION = "LogonChangePasswordCaption";
654
- ConstInterface.MG_TAG_CHNG_PASS_WIN_TITLE = "ChangePasswordWindowTitle";
655
- ConstInterface.MG_TAG_CHNG_PASS_OLD_PASS_CAPTION = "ChangePasswordOldPasswordCaption";
656
- ConstInterface.MG_TAG_CHNG_PASS_NEW_PASS_CAPTION = "ChangePasswordNewPasswordCaption";
657
- ConstInterface.MG_TAG_CHNG_PASS_CONFIRM_PASS_CAPTION = "ChangePasswordConfirmPasswordCaption";
658
- ConstInterface.MG_TAG_CHNG_PASS_MISMATCH_MSG = "ChangePasswordMismatchMessage";
659
- ConstInterface.DEPLOYMENT_MANIFEST = "APPLICATION";
660
- ConstInterface.PUBLISH_HTML = "publish.html";
661
- ConstInterface.PROPS_START_TAG = "<properties>";
662
- ConstInterface.PROPS_END_TAG = "</properties>";
663
- ConstInterface.APPL_LOGON_SUB_CAPTION = "Logon Parameters";
664
- ConstInterface.DEFAULT_ERROR_LOGON_FAILED = "Error during authentication process";
665
- ConstInterface.DEFAULT_ERROR_WRONG_PASSWORD = "Incorrect password";
666
491
  ConstInterface.ERROR_STRING = "Error";
667
- ConstInterface.INFORMATION_STRING = "Information";
668
- ConstInterface.DEFAULT_MSG_PASSWORD_CHANGE = "Password was changed successfully";
669
- ConstInterface.PASSWORD_MISMATCH = "New password and confirm password not same";
670
- ConstInterface.ROW_CONTROLS_KEY = "ROW_CONTROLS_KEY";
671
- ConstInterface.ROW_INVALIDATED_KEY = "ROW_INVALIDATED_KEY";
672
- ConstInterface.IS_EDITOR_KEY = "IS_EDITOR_KEY";
673
- ConstInterface.TMP_EDITOR = "TMP_EDITOR";
674
- ConstInterface.LAST_FOCUSED_WIDGET = "LAST_FOCUSED_WIDGET";
675
- ConstInterface.LAST_CURSOR = "LAST_CURSOR";
676
- ConstInterface.KEYDOWN_IGNORE_KEY = "KEYDOWN_IGNORE_key";
677
- ConstInterface.STATUS_BAR_WIDGET_KEY = "STATUS_BAR_WIDGET_KEY";
678
- ConstInterface.MGBROWSER_KEY = "MGBROWSER_Key";
679
- ConstInterface.POPUP_WAS_OPENED = "COMBO_BOX_WAS_OPENED";
680
- ConstInterface.POPUP_WAS_CLOSED_COUNT = "COMBO_BOX_WAS_CLOSED_COUNT";
681
- ConstInterface.IGNORE_SELECTION_KEY = "IGNORE_SELECTION_KEY";
682
- ConstInterface.CP_ISO_8859_ANSI = "8859_1";
683
- ConstInterface.CP_UNICODE = "UTF-16LE";
684
- ConstInterface.INCREMENTAL_LOCATE_TIMEOUT = 500;
685
492
  ConstInterface.USER_RANGES = "ranges";
686
493
  ConstInterface.USER_LOCATES = "locates";
687
494
  ConstInterface.SORT = "srt";
@@ -693,14 +500,6 @@ ConstInterface.CLEAR_RANGE = "rangeReset";
693
500
  ConstInterface.CLEAR_LOCATES = "locateReset";
694
501
  ConstInterface.CLEAR_SORTS = "sortReset";
695
502
  ConstInterface.USER_RNG = "rng";
696
- ConstInterface.TASK_MODE_QUERY_STR = "Query";
697
- ConstInterface.TASK_MODE_MODIFY_STR = "Modify";
698
- ConstInterface.TASK_MODE_CREATE_STR = "Create";
699
- ConstInterface.TASK_MODE_DELETE_STR = "Delete";
700
- ConstInterface.MG_ZOOM = "ZOOM";
701
- ConstInterface.MG_NORMAL = "NORMAL";
702
- ConstInterface.MG_INSERT = "INS";
703
- ConstInterface.MG_OVERWRITE = "OVR";
704
503
  ConstInterface.MG_TAG_ENV_CHANGES = "changes";
705
504
  ConstInterface.MG_ATTR_ENV_VALUE = "value";
706
505
  ConstInterface.MG_ATTR_ENV_WRITEINI = "writeToINI";
@@ -719,16 +518,6 @@ ConstInterface.INI_SECTION_MAGIC_DATABASES = "MAGIC_DATABASES";
719
518
  ConstInterface.INI_SECTION_MAGIC_LANGUAGE = "MAGIC_LANGUAGE";
720
519
  ConstInterface.INI_SECTION_MAGIC_SERVICES = "MAGIC_SERVICES";
721
520
  ConstInterface.INI_SECTION_TOOLS_MENU = "TOOLS_MENU";
722
- ConstInterface.MENU_PROGRAM_FLOW_ONLINE = 'O';
723
- ConstInterface.MENU_PROGRAM_FLOW_BATCH = 'B';
724
- ConstInterface.MENU_PROGRAM_FLOW_BROWSER = 'R';
725
- ConstInterface.MENU_PROGRAM_FLOW_RC = 'C';
726
- ConstInterface.SB_IMG_PANE_LAYER = 1;
727
- ConstInterface.SB_IMG_PANE_WIDTH = 33;
728
- ConstInterface.GUI_COMMAND_EXEC_WAIT_TIME = 100;
729
- ConstInterface.STARTUP_IMAGE_FILENAME = "Resources\\startup.png";
730
- ConstInterface.V2L_DLL = "v2l32.dll";
731
- ConstInterface.SQLITE_DLL_NAME = "MgRIASqliteGateway.dll";
732
521
  ConstInterface.INITIAL_OFFLINE_TASK_TAG = 1000000000;
733
522
  ConstInterface.ENABLE_COMMUNICATION_DIALOGS = "EnableCommunicationDialogs";
734
523
  ConstInterface.MG_ATTR_VAL_ABORT = "abort";
@@ -746,8 +535,6 @@ ConstInterface.MG_ATTR_VAL_CLIENT_REFRESH = "clientrefresh";
746
535
  ConstInterface.MG_ATTR_VAL_EVAL = "evaluate";
747
536
  ConstInterface.MG_ATTR_VAL_EVENT = "event";
748
537
  ConstInterface.MG_ATTR_VAL_EXEC_OPER = "execoper";
749
- ConstInterface.MG_ATTR_VAL_EXPAND = "expand";
750
- ConstInterface.MG_ATTR_VAL_MENU = "execmenu";
751
538
  ConstInterface.MG_ATTR_VAL_QUERY = "query";
752
539
  ConstInterface.MG_ATTR_VAL_QUERY_GLOBAL_PARAMS = "globalparams";
753
540
  ConstInterface.MG_ATTR_VAL_QUERY_TYPE = "query_type";
@@ -1209,15 +996,6 @@ class Argument {
1209
996
  }
1210
997
  this._val = argStr.substr(2);
1211
998
  }
1212
- makeURLPrintable(source) {
1213
- let from = [
1214
- "\\", "\0", ","
1215
- ];
1216
- let to = [
1217
- "\\\\", "\\0", "\\,"
1218
- ];
1219
- return StrUtil.searchAndReplace(source, from, to);
1220
- }
1221
999
  }
1222
1000
 
1223
1001
  class ArgumentsList {
@@ -3482,12 +3260,6 @@ class RunTimeEvent extends RunTimeEventBase {
3482
3260
  this._task = null;
3483
3261
  this._taskTag = null;
3484
3262
  this._val = null;
3485
- this.IsSubTree = false;
3486
- this.IsFormFocus = false;
3487
- this.ActivatedFromMDIFrame = false;
3488
- this.PrgFlow = '\0';
3489
- this.CopyGlobalParams = false;
3490
- this.MainProgVars = null;
3491
3263
  this.IgnoreSpecifiedControl = false;
3492
3264
  this.LastFocusedVal = null;
3493
3265
  if (arguments.length === 1 && (taskRefOrCtrlRefOrTaskrefOrFldRefOrEvt === null || taskRefOrCtrlRefOrTaskrefOrFldRefOrEvt instanceof TaskBase))
@@ -3660,11 +3432,6 @@ class RunTimeEvent extends RunTimeEventBase {
3660
3432
  this._mgdId = mgdID;
3661
3433
  this._isIdleTimer = isIdle;
3662
3434
  }
3663
- setClose(mgdID, closeActCode) {
3664
- super.setInternal(closeActCode);
3665
- this._mgdId = mgdID;
3666
- this._guiTriggeredEvent = true;
3667
- }
3668
3435
  getDisplayLine() {
3669
3436
  return this._displayLine;
3670
3437
  }
@@ -3821,9 +3588,6 @@ class RunTimeEvent extends RunTimeEventBase {
3821
3588
  setProduceClick(produceClick) {
3822
3589
  this._produceClick = produceClick;
3823
3590
  }
3824
- setActEnableList(actList) {
3825
- this._actEnableList = actList;
3826
- }
3827
3591
  getActEnableList() {
3828
3592
  return this._actEnableList;
3829
3593
  }
@@ -3854,7 +3618,6 @@ class FlowMonitorInterface {
3854
3618
  FlowMonitorInterface.FLWMTR_START = 0;
3855
3619
  FlowMonitorInterface.FLWMTR_END = 1;
3856
3620
  FlowMonitorInterface.FLWMTR_PROPAGATE = 2;
3857
- FlowMonitorInterface.FLWMTR_USE_COMP = 3;
3858
3621
  FlowMonitorInterface.FLWMTR_EVENT = 7;
3859
3622
  FlowMonitorInterface.FLWMTR_CHNG_MODE = 8;
3860
3623
  FlowMonitorInterface.FLWMTR_PREFIX = 15;
@@ -3862,30 +3625,9 @@ FlowMonitorInterface.FLWMTR_SUFFIX = 16;
3862
3625
  FlowMonitorInterface.FLWMTR_CTRL_PREFIX = 18;
3863
3626
  FlowMonitorInterface.FLWMTR_CTRL_SUFFIX = 19;
3864
3627
  FlowMonitorInterface.FLWMTR_TSK_HANDLER = 20;
3865
- FlowMonitorInterface.FLWMTR_CTRL_VERIFY = 21;
3866
- FlowMonitorInterface.FLWMTR_SORT = 22;
3867
- FlowMonitorInterface.FLWMTR_LOCATE = 23;
3868
- FlowMonitorInterface.FLWMTR_RANGE = 24;
3869
- FlowMonitorInterface.FLWMTR_KEY_CHANGE = 25;
3870
- FlowMonitorInterface.FLWMTR_TRANS = 26;
3871
- FlowMonitorInterface.FLWMTR_LOADREC = 27;
3872
- FlowMonitorInterface.FLWMTR_UPDATE = 28;
3873
- FlowMonitorInterface.FLWMTR_DELETE = 29;
3874
- FlowMonitorInterface.FLWMTR_INSERT = 30;
3875
3628
  FlowMonitorInterface.FLWMTR_RECOMP = 31;
3876
3629
  FlowMonitorInterface.FLWMTR_DATA_OPER = 41;
3877
- FlowMonitorInterface.FLWMTR_LOG_MSG = 51;
3878
- FlowMonitorInterface.FLWMTR_USER_MSG = 96;
3879
- FlowMonitorInterface.FLWMTR_ERROR_MSG = 97;
3880
- FlowMonitorInterface.FLWMTR_FREE_MSG = 98;
3881
- FlowMonitorInterface.FLWMTR_DEBUG_MSG = 99;
3882
- FlowMonitorInterface.FLWMTR_WARN_MSG = 100;
3883
- FlowMonitorInterface.FLWMTR_VARCHG_VALUE = 119;
3884
- FlowMonitorInterface.FLWMTR_VARCHG_REASON = 120;
3885
- FlowMonitorInterface.FLWMTR_EVENT_KBD = 1;
3886
- FlowMonitorInterface.FLWMTR_EVENT_ACT = 2;
3887
- FlowMonitorInterface.FLWMTR_EVENT_TIME = 4;
3888
- FlowMonitorInterface.FLWMTR_EVENT_EXP = 8;
3630
+ FlowMonitorInterface.FLWMTR_VARCHG_VALUE = 119;
3889
3631
 
3890
3632
  class FlowMonitorQueue {
3891
3633
  constructor() {
@@ -5134,10 +4876,6 @@ ServerError.INF_NO_RESULT = -11;
5134
4876
  ServerError.ERR_CTX_NOT_FOUND = -197;
5135
4877
  ServerError.ERR_AUTHENTICATION = -157;
5136
4878
  ServerError.ERR_ACCESS_DENIED = -133;
5137
- ServerError.ERR_LIMITED_LICENSE_CS = -136;
5138
- ServerError.ERR_UNSYNCHRONIZED_METADATA = -271;
5139
- ServerError.ERR_CANNOT_EXECUTE_OFFLINE_RC_IN_ONLINE_MODE = -272;
5140
- ServerError.ERR_INCOMPATIBLE_CLIENT = -275;
5141
4879
  ServerError.ERR_WEBCLIENT_PROGRAM_RELOADED = -278;
5142
4880
  ServerError.ERR_EXECUTED_PROGRAM_CHANGED = -283;
5143
4881
  ServerError.ERR_THREAD_ABORTED = -138;
@@ -5364,13 +5102,6 @@ class MGDataCollection {
5364
5102
  FlowMonitorQueue.Instance.buildXML(message);
5365
5103
  });
5366
5104
  }
5367
- RemoveServerCommands() {
5368
- for (let i = 0; i < this.getSize(); i = i + 1) {
5369
- let mgd = this.getMGData(i);
5370
- if (mgd !== null)
5371
- mgd.CmdsToServer.clear();
5372
- }
5373
- }
5374
5105
  getSize() {
5375
5106
  return this._mgDataTab.length;
5376
5107
  }
@@ -5561,7 +5292,6 @@ class RemoteCommandsProcessor extends CommandsProcessorBase {
5561
5292
  return __awaiter(this, void 0, void 0, function* () {
5562
5293
  let authenticationCancelled = false;
5563
5294
  let handshakeResponse = null;
5564
- let dialog = null;
5565
5295
  try {
5566
5296
  let lastTypedUserId = null;
5567
5297
  let handshakeInitialTokens = new StringBuilder();
@@ -5666,8 +5396,6 @@ class RemoteCommandsProcessor extends CommandsProcessorBase {
5666
5396
  }
5667
5397
  ServerConfig.Instance.setSkipAuthenticationDialog(true);
5668
5398
  ServerConfig.Instance.setCtxGroup(ctxGroup);
5669
- if (dialog !== null)
5670
- dialog.closeDialog();
5671
5399
  RemoteCommandsProcessor.ShouldScrambleAndUnscrambleMessages = handshakeResponse.ScrambleMessages;
5672
5400
  if (Logger.Instance.LogLevel !== Logger_LogLevels.Basic) {
5673
5401
  let maxInternalLogLevel = handshakeResponse.MaxInternalLogLevel;
@@ -7994,13 +7722,6 @@ class SetTransactionStateDataviewCommand extends DataviewCommand {
7994
7722
  }
7995
7723
  }
7996
7724
 
7997
- class ControlItemsRefreshCommand extends DataviewCommand {
7998
- constructor() {
7999
- super();
8000
- this.Control = null;
8001
- }
8002
- }
8003
-
8004
7725
  class RefreshEventCommand extends EventCommand {
8005
7726
  constructor(magicEvent) {
8006
7727
  super(magicEvent);
@@ -8024,18 +7745,6 @@ class RefreshEventCommand extends EventCommand {
8024
7745
  }
8025
7746
  }
8026
7747
 
8027
- class DataViewOutputCommand extends DataviewCommand {
8028
- constructor(OutputCommandType) {
8029
- super();
8030
- this.Generation = 0;
8031
- this.TaskVarNames = null;
8032
- this.DestinationDataSourceNumber = 0;
8033
- this.DestinationDataSourceName = null;
8034
- this.DestinationColumns = null;
8035
- this.CommandType = OutputCommandType;
8036
- }
8037
- }
8038
-
8039
7748
  class FetchDataControlValuesEventCommand extends EventCommand {
8040
7749
  constructor() {
8041
7750
  super(InternalInterface.MG_ACT_FETCH_DATA_CONTROL_VALUES);
@@ -8053,20 +7762,6 @@ class FetchDataControlValuesEventCommand extends EventCommand {
8053
7762
  }
8054
7763
  }
8055
7764
 
8056
- class WriteMessageToServerLogCommand extends EventCommand {
8057
- constructor() {
8058
- super(InternalInterface.MG_ACT_WRITE_ERROR_TO_SERVER_LOG);
8059
- this.ErrorMessage = null;
8060
- }
8061
- SerializeCommandData() {
8062
- let helper = new CommandSerializationHelper();
8063
- helper.SerializeTaskTag(this.TaskTag);
8064
- helper.SerializeMagicEvent(this.MagicEvent);
8065
- helper.SerializeAttribute(ConstInterface.MG_ATTR_ERROR_MESSAGE, this.ErrorMessage);
8066
- return helper.GetString();
8067
- }
8068
- }
8069
-
8070
7765
  class SubformRefreshEventCommand extends RefreshEventCommand {
8071
7766
  constructor() {
8072
7767
  super(InternalInterface.MG_ACT_SUBFORM_REFRESH);
@@ -8436,13 +8131,6 @@ class CommandFactory {
8436
8131
  setTransactionStateDataviewCommand.TransactionIsOpen = transactionIsOpened;
8437
8132
  return setTransactionStateDataviewCommand;
8438
8133
  }
8439
- static CreateControlItemsRefreshCommand(taskId, controlParam) {
8440
- let controlItemsRefreshCommand = new ControlItemsRefreshCommand();
8441
- controlItemsRefreshCommand.TaskTag = taskId;
8442
- controlItemsRefreshCommand.CommandType = DataViewCommandType.ControlItemsRefresh;
8443
- controlItemsRefreshCommand.Control = controlParam;
8444
- return controlItemsRefreshCommand;
8445
- }
8446
8134
  static CreateInternalRefreshCommand(taskId, magicEvent, currentRecId, currentRow) {
8447
8135
  let refreshEventCommand = new RefreshEventCommand(magicEvent);
8448
8136
  refreshEventCommand.TaskTag = taskId;
@@ -8481,28 +8169,12 @@ class CommandFactory {
8481
8169
  return cmd;
8482
8170
  });
8483
8171
  }
8484
- static CreateDataViewToDataSourceCommand(taskId, generation, taskVarNames, destinationDSNumber, destinationDSName, destinationColumns) {
8485
- let dataViewOutputCommand = new DataViewOutputCommand(DataViewCommandType.DataViewToDataSource);
8486
- dataViewOutputCommand.TaskTag = taskId;
8487
- dataViewOutputCommand.Generation = generation;
8488
- dataViewOutputCommand.TaskVarNames = taskVarNames;
8489
- dataViewOutputCommand.DestinationDataSourceNumber = destinationDSNumber;
8490
- dataViewOutputCommand.DestinationDataSourceName = destinationDSName;
8491
- dataViewOutputCommand.DestinationColumns = destinationColumns;
8492
- return dataViewOutputCommand;
8493
- }
8494
8172
  static CreatecFetchDataControlValuesCommand(taskTag, controlName) {
8495
8173
  let fetchDataControlValuesEventCommand = new FetchDataControlValuesEventCommand();
8496
8174
  fetchDataControlValuesEventCommand.TaskTag = taskTag;
8497
8175
  fetchDataControlValuesEventCommand.ControlName = controlName;
8498
8176
  return fetchDataControlValuesEventCommand;
8499
8177
  }
8500
- static CreateWriteMessageToServerLogCommand(taskTag, errorMessage) {
8501
- let writeMessageToServerLogCommand = new WriteMessageToServerLogCommand();
8502
- writeMessageToServerLogCommand.TaskTag = taskTag;
8503
- writeMessageToServerLogCommand.ErrorMessage = errorMessage;
8504
- return writeMessageToServerLogCommand;
8505
- }
8506
8178
  static CreateSubformRefreshCommand(taskTag, subformTaskTag, explicitSubformRefresh) {
8507
8179
  let subformRefreshEventCommand = new SubformRefreshEventCommand();
8508
8180
  subformRefreshEventCommand.TaskTag = taskTag;
@@ -8820,10 +8492,7 @@ class Environment {
8820
8492
  this._decimalSeparator = '\0';
8821
8493
  this._thousandsSeparator = '\0';
8822
8494
  this._timeSeparator = '\0';
8823
- this._defaultColor = 0;
8824
- this._defaultFocusColor = 0;
8825
8495
  this._guid = null;
8826
- this._controlsPersistencyPath = null;
8827
8496
  this._imeAutoOff = false;
8828
8497
  this._language = '\0';
8829
8498
  this._localAs400Set = false;
@@ -8836,35 +8505,21 @@ class Environment {
8836
8505
  this._specialAnsiExpression = false;
8837
8506
  this._specialShowStatusBarPanes = false;
8838
8507
  this._specialRouteToRootProgOnContextRecreation = false;
8839
- this._specialEditLeftAlign = false;
8840
- this._specialSwfControlName = false;
8841
- this._specialExitCtrl = false;
8842
- this._specialTextSizeFactoring = false;
8843
- this._specialFlatEditOnClassicTheme = false;
8844
8508
  this._specialCancelOnCreate = false;
8845
8509
  this._system = null;
8846
8510
  this._terminal = 0;
8847
- this._userId = null;
8848
- this._userInfo = null;
8849
8511
  this._forwardSlash = Constants.ForwardSlashWebUsage;
8850
8512
  this._dropUserFormats = null;
8851
8513
  this._webclientReinitSession = "N";
8852
8514
  this._specialValNewPolicy = false;
8853
- this.SpecialOldZorder = false;
8854
8515
  this.IgnoreReplaceDecimalSeparator = false;
8855
8516
  }
8856
8517
  get Language() {
8857
8518
  return this._language;
8858
8519
  }
8859
- get SpecialNumpadPlusChar() {
8860
- return true;
8861
- }
8862
8520
  get SpecialRestoreMaximizedForm() {
8863
8521
  return false;
8864
8522
  }
8865
- get SpecialIgnoreBGinModify() {
8866
- return false;
8867
- }
8868
8523
  set ForwardSlashUsage(value) {
8869
8524
  this._forwardSlash = value;
8870
8525
  }
@@ -8930,7 +8585,6 @@ class Environment {
8930
8585
  this._canReplaceDecimalSeparator = XmlParser.getBoolean(valueStr);
8931
8586
  break;
8932
8587
  case ConstInterface.MG_ATTR_SPECIAL_EXITCTRL:
8933
- this._specialExitCtrl = XmlParser.getBoolean(valueStr);
8934
8588
  break;
8935
8589
  case ConstInterface.MG_ATTR_LOWHIGH:
8936
8590
  this._lowHigh = XmlParser.getBoolean(valueStr);
@@ -8938,10 +8592,8 @@ class Environment {
8938
8592
  case ConstInterface.MG_ATTR_ACCESS_TEST:
8939
8593
  break;
8940
8594
  case ConstInterface.MG_ATTR_SPECIAL_TEXT_SIZE_FACTORING:
8941
- this._specialTextSizeFactoring = XmlParser.getBoolean(valueStr);
8942
8595
  break;
8943
8596
  case ConstInterface.MG_ATTR_SPECIAL_FLAT_EDIT_ON_CLASSIC_THEME:
8944
- this._specialFlatEditOnClassicTheme = XmlParser.getBoolean(valueStr);
8945
8597
  break;
8946
8598
  case ConstInterface.MG_ATTR_ENCODING:
8947
8599
  if (valueStr !== " ") {
@@ -8973,10 +8625,8 @@ class Environment {
8973
8625
  env.CreateInModifyMode = XmlParser.getBoolean(valueStr);
8974
8626
  break;
8975
8627
  case ConstInterface.MG_ATTR_DEFAULT_COLOR:
8976
- this._defaultColor = XmlParser.getInt(valueStr);
8977
8628
  break;
8978
8629
  case ConstInterface.MG_ATTR_DEFAULT_FOCUS_COLOR:
8979
- this._defaultFocusColor = XmlParser.getInt(valueStr);
8980
8630
  break;
8981
8631
  case ConstInterface.MG_ATTR_CONTEXT_INACTIVITY_TIMEOUT:
8982
8632
  this._contextInactivityTimeout = XmlParser.getInt(valueStr);
@@ -9016,16 +8666,13 @@ class Environment {
9016
8666
  this._specialRouteToRootProgOnContextRecreation = XmlParser.getBoolean(valueStr);
9017
8667
  break;
9018
8668
  case ConstInterface.MG_ATTR_SPECIAL_SPECIAL_EDIT_LEFT_ALIGN:
9019
- this._specialEditLeftAlign = XmlParser.getBoolean(valueStr);
9020
8669
  break;
9021
8670
  case ConstInterface.MG_ATTR_SPEACIAL_SWF_CONTROL_NAME:
9022
- this._specialSwfControlName = XmlParser.getBoolean(valueStr);
9023
8671
  break;
9024
8672
  case ConstInterface.MG_ATTR_LANGUAGE:
9025
8673
  this._language = valueStr[0];
9026
8674
  break;
9027
8675
  case ConstInterface.MG_ATTR_USERID:
9028
- this._userId = valueStr;
9029
8676
  break;
9030
8677
  case ConstInterface.MG_TAG_USERNAME:
9031
8678
  ServerConfig.Instance.setUsername(valueStr);
@@ -9034,13 +8681,11 @@ class Environment {
9034
8681
  this._terminal = XmlParser.getInt(valueStr);
9035
8682
  break;
9036
8683
  case ConstInterface.MG_ATTR_USERINFO:
9037
- this._userInfo = valueStr;
9038
8684
  break;
9039
8685
  case ConstInterface.MG_ATTR_GUID:
9040
8686
  this._guid = valueStr;
9041
8687
  break;
9042
8688
  case ConstInterface.MG_ATTR_CONTROLS_PERSISTENCY_PATH:
9043
- this._controlsPersistencyPath = valueStr;
9044
8689
  break;
9045
8690
  case ConstInterface.MG_ATTR_PROJDIR:
9046
8691
  env.ProjDir = valueStr;
@@ -9202,21 +8847,9 @@ class Environment {
9202
8847
  GetTooltipTimeout() {
9203
8848
  return this._toolitipTimeout;
9204
8849
  }
9205
- GetSpecialEditLeftAlign() {
9206
- return this._specialEditLeftAlign;
9207
- }
9208
8850
  getLowHigh() {
9209
8851
  return this._lowHigh;
9210
8852
  }
9211
- GetDefaultColor() {
9212
- return this._defaultColor;
9213
- }
9214
- GetDefaultFocusColor() {
9215
- return this._defaultFocusColor;
9216
- }
9217
- getSpecialExitCtrl() {
9218
- return this._specialExitCtrl;
9219
- }
9220
8853
  GetImeAutoOff() {
9221
8854
  return this._imeAutoOff;
9222
8855
  }
@@ -9247,30 +8880,12 @@ class Environment {
9247
8880
  getSpecialRouteToRootProgOnContextRecreation() {
9248
8881
  return this._specialRouteToRootProgOnContextRecreation;
9249
8882
  }
9250
- getUserID() {
9251
- return this._userId;
9252
- }
9253
- getUserInfo() {
9254
- return this._userInfo;
9255
- }
9256
8883
  GetGUID() {
9257
8884
  return this._guid;
9258
8885
  }
9259
- GetControlsPersistencyPath() {
9260
- return this._controlsPersistencyPath;
9261
- }
9262
8886
  getProjDir(compIdx) {
9263
8887
  return this.getEnvDet(compIdx).ProjDir;
9264
8888
  }
9265
- GetSpecialEngLogon() {
9266
- return false;
9267
- }
9268
- GetSpecialIgnoreButtonFormat() {
9269
- return false;
9270
- }
9271
- GetSpecialSwfControlNameProperty() {
9272
- return this._specialSwfControlName;
9273
- }
9274
8889
  GetSpecialLogInternalExceptions() {
9275
8890
  return true;
9276
8891
  }
@@ -9295,9 +8910,6 @@ class Environment {
9295
8910
  setContextInactivityTimeout(val) {
9296
8911
  this._contextInactivityTimeout = val;
9297
8912
  }
9298
- setClientContextInactivityTimeout(val) {
9299
- this._clientContextInactivityTimeout = val;
9300
- }
9301
8913
  setContextInactivityWarningTime(val) {
9302
8914
  this._contextInactivityWarningTime = val;
9303
8915
  }
@@ -9310,15 +8922,6 @@ class Environment {
9310
8922
  GetDropUserFormats() {
9311
8923
  return this._dropUserFormats;
9312
8924
  }
9313
- GetSpecialTextSizeFactoring() {
9314
- return this._specialTextSizeFactoring;
9315
- }
9316
- GetSpecialFlatEditOnClassicTheme() {
9317
- return this._specialFlatEditOnClassicTheme;
9318
- }
9319
- GetSpecialDisableMouseWheel() {
9320
- throw new NotImplementedException();
9321
- }
9322
8925
  GetSpecialValNewPolicy() {
9323
8926
  return this._specialValNewPolicy;
9324
8927
  }
@@ -9531,11 +9134,6 @@ class YesNoExp {
9531
9134
  return this._exp.computedByServerOnly();
9532
9135
  return false;
9533
9136
  }
9534
- isClientExp() {
9535
- if (this._exp != null)
9536
- return this._exp.computedByClientOnly();
9537
- return false;
9538
- }
9539
9137
  }
9540
9138
 
9541
9139
  class Operation {
@@ -16750,12 +16348,6 @@ class Boundary {
16750
16348
  else
16751
16349
  this.constructor_1(task, minIdx, maxIdx, returnType, size, cacheTableId);
16752
16350
  }
16753
- get MaxExpVal() {
16754
- return this._maxExpVal;
16755
- }
16756
- get MinExpVal() {
16757
- return this._minExpVal;
16758
- }
16759
16351
  constructor_0(task, minIdx, maxIdx, returnType, size) {
16760
16352
  this.constructor_1(task, minIdx, maxIdx, returnType, size, -1);
16761
16353
  }
@@ -17606,14 +17198,6 @@ class FieldsTable extends FieldsTable$1 {
17606
17198
  this._rmIdx = idx;
17607
17199
  }
17608
17200
  }
17609
- getSizeOfField(id) {
17610
- let fld = super.getField(id);
17611
- if (fld !== null) {
17612
- return fld.getSize();
17613
- }
17614
- Logger.Instance.WriteExceptionToLogWithMsg("FieldTable.GetSizeOfField() field id: " + id);
17615
- return 0;
17616
- }
17617
17201
  getType(id) {
17618
17202
  return super.getField(id).getType();
17619
17203
  }
@@ -17660,16 +17244,8 @@ class RecordOutOfDataViewException extends ApplicationException {
17660
17244
  constructor(type) {
17661
17245
  super((type === RecordOutOfDataViewException_ExceptionType.REC_SUFFIX_FAILED) ? "Record Suffix Failed" :
17662
17246
  ("Record out of the " + ((type === RecordOutOfDataViewException_ExceptionType.TOP) ? "top" : "bottom") + " bound of the Data View"));
17663
- this._type = RecordOutOfDataViewException_ExceptionType.NONE;
17664
- this._type = type;
17665
17247
  this.name = "RecordOutOfDataViewException";
17666
17248
  }
17667
- getEnd() {
17668
- return this._type;
17669
- }
17670
- noRecord() {
17671
- return this._type === RecordOutOfDataViewException_ExceptionType.TOP || this._type === RecordOutOfDataViewException_ExceptionType.BOTTOM;
17672
- }
17673
17249
  }
17674
17250
 
17675
17251
  class XMLBasedDcValuesBuilder extends DcValuesBuilderBase {
@@ -18113,11 +17689,6 @@ class DataView extends DataViewBase {
18113
17689
  this.getTask().setTransactionFailed(true);
18114
17690
  }
18115
17691
  }
18116
- InsertSingleRecord(record) {
18117
- this._recordsTab.InsertedRecordsCount = 0;
18118
- this._recordsTab.InsertRecord(this._insertAt, record);
18119
- this.UpdateDataviewAfterInsert();
18120
- }
18121
17692
  UpdateDataviewAfterInsert() {
18122
17693
  if (this._insertAt === 'B') {
18123
17694
  let newRecs = this._recordsTab.InsertedRecordsCount;
@@ -19348,29 +18919,12 @@ class DataView extends DataViewBase {
19348
18919
  this.CurrRec.setSameAs(recBackup, false);
19349
18920
  this.takeFldValsFromCurrRec();
19350
18921
  }
19351
- GetRecordById(id) {
19352
- return this._recordsTab.getRecord(id);
19353
- }
19354
- GetModifiedRecord() {
19355
- let record = null;
19356
- if (this._modifiedRecordsTab.getSize() > 0) {
19357
- Debug.Assert(this._modifiedRecordsTab.getSize() === 1);
19358
- record = this._modifiedRecordsTab.getRecByIdx(0);
19359
- }
19360
- return record;
19361
- }
19362
18922
  GetCurrentRecId() {
19363
18923
  return this._currRecId;
19364
18924
  }
19365
18925
  DataviewBoundriesAreChanged(orgIncludesFirst, orgIncludesLast) {
19366
18926
  return orgIncludesFirst !== this.IncludesFirst() || orgIncludesLast !== this.IncludesLast();
19367
18927
  }
19368
- GetRecordMainIdx() {
19369
- return this._rmIdx;
19370
- }
19371
- GetRecordMainSize() {
19372
- return this._rmSize;
19373
- }
19374
18928
  GetRouteParams() {
19375
18929
  let params = new List();
19376
18930
  for (let i = 0; i < this._fieldsTab.getSize(); i++) {
@@ -19574,7 +19128,6 @@ class Transaction {
19574
19128
  this._transBegin = '\0';
19575
19129
  this.Opened = false;
19576
19130
  this.OwnerTask = null;
19577
- this.LocalTransactionId = 0;
19578
19131
  this.OwnerTask = task;
19579
19132
  this._transId = setTransId;
19580
19133
  this._transBegin = ConstInterface.TRANS_TASK_PREFIX;
@@ -20088,11 +19641,6 @@ class SortCollection {
20088
19641
  }
20089
19642
  }
20090
19643
  }
20091
- getSort(idx) {
20092
- if (idx < 0 || this._sortTab === null || idx >= this._sortTab.length)
20093
- return null;
20094
- return this._sortTab.get_Item(idx);
20095
- }
20096
19644
  getSize() {
20097
19645
  if (this._sortTab === null)
20098
19646
  return 0;
@@ -21983,9 +21531,6 @@ class DataviewHeaders {
21983
21531
  buf.Append("@");
21984
21532
  return buf.ToString();
21985
21533
  }
21986
- getDataiewHeadersCount() {
21987
- return this._dataviewHeaders.Count;
21988
- }
21989
21534
  }
21990
21535
 
21991
21536
  class OperationTable {
@@ -22671,12 +22216,6 @@ class EventHandler {
22671
22216
  getId() {
22672
22217
  return this._id;
22673
22218
  }
22674
- getStaticCtrl() {
22675
- return this._ctrl;
22676
- }
22677
- getRunTimeCtrl() {
22678
- return AccessHelper.eventsManager.getLastRtEvent().Control;
22679
- }
22680
22219
  isEnabled() {
22681
22220
  return __awaiter(this, void 0, void 0, function* () {
22682
22221
  return yield this._enabledExp.getVal();
@@ -22786,11 +22325,6 @@ class EventHandler {
22786
22325
  eventDescription = new StringBuilder(' ' + eventDescription.toString(), eventDescription.toString().length + 1);
22787
22326
  return NString.Format("Handler {0}{1}", this.getEvent().getEventType(), eventDescription);
22788
22327
  }
22789
- checkTaskScope(isSameTask) {
22790
- if (this._scope === BrkScope.Task && !isSameTask)
22791
- return false;
22792
- return true;
22793
- }
22794
22328
  toString() {
22795
22329
  return NString.Format("(Handler for {0} on task {1}, scope {2})", this._evt, this._task, this._scope);
22796
22330
  }
@@ -22858,9 +22392,6 @@ class HandlersTable {
22858
22392
  add(handler) {
22859
22393
  this._handlers.push(handler);
22860
22394
  }
22861
- CalculateControlFormControlName() {
22862
- this._handlers.forEach(item => { item.calculateCtrlFromControlName(item.getTask()); });
22863
- }
22864
22395
  remove(idx) {
22865
22396
  this._handlers.RemoveAt(idx);
22866
22397
  }
@@ -23259,9 +22790,6 @@ class UserEventsTable {
23259
22790
  return null;
23260
22791
  return this._userEventsTab.get_Item(idx);
23261
22792
  }
23262
- getIdxByEvent(evt) {
23263
- return this._userEventsTab.indexOf(evt);
23264
- }
23265
22793
  getSize() {
23266
22794
  if (this._userEventsTab === null)
23267
22795
  return 0;
@@ -26807,7 +26335,7 @@ class EventsManager {
26807
26335
  let oldForceExitTask = this.getForceExitTask();
26808
26336
  let oldIsHandlingForceExit = this._isHandlingForceExit;
26809
26337
  let restoreIsForceExit = false;
26810
- let restoreCurrCtrl = null;
26338
+ let restoreCurrCtrl;
26811
26339
  let restoreCurrField = null;
26812
26340
  if ((rtEvt.getType() === ConstInterface.EVENT_TYPE_INTERNAL)) {
26813
26341
  if (rtEvt.InternalEvent < InternalInterface.MG_ACT_TOT_CNT && (!task.ActionManager.isEnabled(rtEvt.InternalEvent) || (!rtEvt.isImmediate() && this.NoEventsAllowed())))
@@ -30786,12 +30314,10 @@ class CommandsTable {
30786
30314
  }
30787
30315
  }
30788
30316
 
30789
- let CurrentClientVersion = '4.801.0-dev481.310';
30317
+ let CurrentClientVersion = '4.801.0-dev481.313';
30790
30318
 
30791
30319
  class ClientManager {
30792
30320
  constructor() {
30793
- this._delayInProgress = false;
30794
- this._debugClient = null;
30795
30321
  this._globalUniqueSessionId = null;
30796
30322
  this._buttonIsClicked = false;
30797
30323
  RuntimeContextBase.Instance.Init(RemoteCommandsProcessor.RC_NO_CONTEXT_ID);
@@ -31044,40 +30570,6 @@ class ClientManager {
31044
30570
  return succeeded;
31045
30571
  });
31046
30572
  }
31047
- copyExecutionProps() {
31048
- throw new Exception("copyExecutionProps not implemented");
31049
- }
31050
- getDebugClient() {
31051
- return this._debugClient;
31052
- }
31053
- getURLFromExecutionProperties(executionPropName) {
31054
- let url = null;
31055
- let urlStr = ServerConfig.Instance.GetExecutionProperty[executionPropName];
31056
- if (urlStr !== null && typeof urlStr !== "undefined") {
31057
- if (urlStr.startsWith("/"))
31058
- urlStr = ServerConfig.Instance.getProtocol() + "://" + ServerConfig.Instance.getServer() + urlStr;
31059
- try {
31060
- url = new URL(urlStr);
31061
- Debug.Assert(url.protocol === "http:" || url.protocol === "https:");
31062
- }
31063
- catch (ex) {
31064
- Logger.Instance.WriteExceptionToLog(ex);
31065
- }
31066
- }
31067
- return url;
31068
- }
31069
- getLogonWindowIconURL() {
31070
- return this.getURLFromExecutionProperties(GuiConstants.STR_LOGO_WIN_ICON_URL);
31071
- }
31072
- getLogonWindowImageURL() {
31073
- return this.getURLFromExecutionProperties(GuiConstants.STR_LOGON_IMAGE_URL);
31074
- }
31075
- isDelayInProgress() {
31076
- return this._delayInProgress;
31077
- }
31078
- setDelayInProgress(delayInProgress) {
31079
- this._delayInProgress = delayInProgress;
31080
- }
31081
30573
  GetGlobalUniqueSessionID() {
31082
30574
  return this._globalUniqueSessionId;
31083
30575
  }
@@ -31222,6 +30714,39 @@ class MagicBridge {
31222
30714
  }
31223
30715
  }
31224
30716
 
30717
+ class ControlItemsRefreshCommand extends DataviewCommand {
30718
+ constructor() {
30719
+ super();
30720
+ this.Control = null;
30721
+ }
30722
+ }
30723
+
30724
+ class DataViewOutputCommand extends DataviewCommand {
30725
+ constructor(OutputCommandType) {
30726
+ super();
30727
+ this.Generation = 0;
30728
+ this.TaskVarNames = null;
30729
+ this.DestinationDataSourceNumber = 0;
30730
+ this.DestinationDataSourceName = null;
30731
+ this.DestinationColumns = null;
30732
+ this.CommandType = OutputCommandType;
30733
+ }
30734
+ }
30735
+
30736
+ class WriteMessageToServerLogCommand extends EventCommand {
30737
+ constructor() {
30738
+ super(InternalInterface.MG_ACT_WRITE_ERROR_TO_SERVER_LOG);
30739
+ this.ErrorMessage = null;
30740
+ }
30741
+ SerializeCommandData() {
30742
+ let helper = new CommandSerializationHelper();
30743
+ helper.SerializeTaskTag(this.TaskTag);
30744
+ helper.SerializeMagicEvent(this.MagicEvent);
30745
+ helper.SerializeAttribute(ConstInterface.MG_ATTR_ERROR_MESSAGE, this.ErrorMessage);
30746
+ return helper.GetString();
30747
+ }
30748
+ }
30749
+
31225
30750
  class DataSourceIdKey {
31226
30751
  }
31227
30752
 
@@ -31265,14 +30790,5 @@ class DataviewHeadersSaxHandler {
31265
30790
  }
31266
30791
  }
31267
30792
 
31268
- class MenusDeserializer {
31269
- }
31270
-
31271
- class Process {
31272
- static StartCurrentExecutable() {
31273
- throw new NotImplementedException();
31274
- }
31275
- }
31276
-
31277
- 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 };
30793
+ 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 };
31278
30794
  //# sourceMappingURL=magic-xpa-engine.mjs.map