@magic-xpa/engine 4.900.0-dev490.293 → 4.900.0-dev490.296

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.
@@ -19831,11 +19831,7 @@ class MgForm extends MgFormBase {
19831
19831
  this.GetDataview().setTopRecIdxModified(true);
19832
19832
  try {
19833
19833
  this._suffixDone = false;
19834
- let newDisplayLine = this.GetDataview().getCurrRecIdx() + size;
19835
- if (unit === Constants.MOVE_UNIT_PAGE && this.isLineMode())
19836
- if (newDisplayLine > this.GetDataview().getSize() - 1)
19837
- visibleLine -= newDisplayLine - (this.GetDataview().getSize() - 1);
19838
- yield this.setCurrRowByDisplayLine(newDisplayLine, true, false);
19834
+ yield this.setCurrRowByDisplayLine(this.GetDataview().getCurrRecIdx() + size, true, false);
19839
19835
  this.GetDataview().setTopRecIdxModified(false);
19840
19836
  yield this.RefreshDisplay(Constants.TASK_REFRESH_FORM);
19841
19837
  }
@@ -19875,6 +19871,7 @@ class MgForm extends MgFormBase {
19875
19871
  try {
19876
19872
  yield this.RefreshDisplay(Constants.TASK_REFRESH_FORM);
19877
19873
  yield this.setCurrRowByDisplayLine(this.GetDataview().getTopRecIdx() + this.getLastValidRow(), false, true);
19874
+ visibleLine = this.getLastValidRow();
19878
19875
  }
19879
19876
  catch (Exception) {
19880
19877
  }
@@ -30392,7 +30389,7 @@ class CommandsTable {
30392
30389
  }
30393
30390
  }
30394
30391
 
30395
- let CurrentClientVersion = '4.900.0-dev490.293';
30392
+ let CurrentClientVersion = '4.900.0-dev490.296';
30396
30393
 
30397
30394
  class ClientManager {
30398
30395
  constructor() {