在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
AOT/SysSetupFormRun/task
// VAR Changed on 29 Jun 2011 at 17:29:22 by 7519, add security checking for go to main table public int task(int _p1) { #task FormDataSource formDataSource; int ret; // VAR Changed on 29 Jun 2011 at 17:29:22 by 7519, add security checking for go to main table - start #define.TaskMainTable(293) if ( _p1 == #TaskMainTable && !hasSecuritykeyAccess(securitykeynum(THK_GoToMainTable), AccessType::Delete)) { Box::stop("@SYS81158", "@SYS72189"); return 0; } // VAR Changed on 29 Jun 2011 at 17:29:22 by 7519, add security checking for go to main table - end if (_p1 == #taskFilter) { formDataSource = this.objectSet(); if (formDataSource && formDataSource.queryRun() && formDataSource.queryRun().args() && !formDataSource.queryRun().args().caller()) { formDataSource.queryRun().args().caller(this); } } ret = super(_p1); return ret; }
|
请发表评论