EAS单据焦点设置单个的控件焦点设置方法:this.prmtstudent.requestFocus()分录中的cell焦点设置方法:kdtE
EAS单据焦点设置
单个的控件焦点设置方法:
this.prmtstudent.requestFocus();
分录中的cell焦点设置方法:
kdtEntrys.getCell(1,1).getStyleAttributes().setLocked(false);
kdtEntrys.getEditManager().editCellAt(1, 1);
