* More open window tracking fixed.
This commit is contained in:
parent
63fcc2160c
commit
641933241f
|
@ -171,6 +171,7 @@ public class AArchive implements ActionListener
|
|||
else // all Reports
|
||||
av.query(true, m_AD_Table_ID, 0);
|
||||
//
|
||||
AEnv.addToWindowManager(ff);
|
||||
ff.pack();
|
||||
AEnv.showCenterScreen(ff);
|
||||
ff = null;
|
||||
|
|
|
@ -606,6 +606,7 @@ public class VPaySelect extends CPanel
|
|||
//
|
||||
ff.pack();
|
||||
this.setVisible(false);
|
||||
AEnv.addToWindowManager(ff);
|
||||
AEnv.showCenterScreen(ff);
|
||||
this.dispose();
|
||||
} // unlockUI
|
||||
|
|
|
@ -519,6 +519,7 @@ public class WFActivity extends CPanel
|
|||
FormFrame ff = new FormFrame();
|
||||
ff.openForm(AD_Form_ID);
|
||||
ff.pack();
|
||||
AEnv.addToWindowManager(ff);
|
||||
AEnv.showCenterScreen(ff);
|
||||
}
|
||||
else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction()))
|
||||
|
|
Loading…
Reference in New Issue