EAS BOS 列表定位的代码

来源:互联网 发布:抢号软件编程 编辑:程序博客网 时间:2024/06/05 16:56

this.tblMain.getSelectManager().select(11,12);

this.tblMain.getLayoutManager().scrollToShow(11,12);

对于系统单据的列表定位,可以将 

super.refresh(e); 

替换为       

setTheFirstFillData(true);    

tblMain.repaint();    

tblMain.removeRows();    

doFieldPermission();