@magic-xpa/engine 4.1000.0-dev4100.91 → 4.1000.0-dev4100.93

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.
@@ -19672,11 +19672,7 @@ class MgForm extends MgFormBase {
19672
19672
  this.GetDataview().setTopRecIdxModified(true);
19673
19673
  try {
19674
19674
  this._suffixDone = false;
19675
- let newDisplayLine = this.GetDataview().getCurrRecIdx() + size;
19676
- if (unit === Constants.MOVE_UNIT_PAGE && this.isLineMode())
19677
- if (newDisplayLine > this.GetDataview().getSize() - 1)
19678
- visibleLine -= newDisplayLine - (this.GetDataview().getSize() - 1);
19679
- yield this.setCurrRowByDisplayLine(newDisplayLine, true, false);
19675
+ yield this.setCurrRowByDisplayLine(this.GetDataview().getCurrRecIdx() + size, true, false);
19680
19676
  this.GetDataview().setTopRecIdxModified(false);
19681
19677
  yield this.RefreshDisplay(Constants.TASK_REFRESH_FORM);
19682
19678
  }
@@ -19716,6 +19712,7 @@ class MgForm extends MgFormBase {
19716
19712
  try {
19717
19713
  yield this.RefreshDisplay(Constants.TASK_REFRESH_FORM);
19718
19714
  yield this.setCurrRowByDisplayLine(this.GetDataview().getTopRecIdx() + this.getLastValidRow(), false, true);
19715
+ visibleLine = this.getLastValidRow();
19719
19716
  }
19720
19717
  catch (Exception) {
19721
19718
  }
@@ -30233,7 +30230,7 @@ class CommandsTable {
30233
30230
  }
30234
30231
  }
30235
30232
 
30236
- let CurrentClientVersion = '4.1000.0-dev4100.91';
30233
+ let CurrentClientVersion = '4.1000.0-dev4100.93';
30237
30234
 
30238
30235
  class ClientManager {
30239
30236
  constructor() {