摘要: static void modifiedByAndTime(Args _args){ UtilIdElements lUtilIdElements; ; select lUtilIdElements where lUtilIdElements.recordType == UtilElementType::Table && lUtilIdElements.utilLevel == UtilEntryLevel::usr && lUtilIdElements.name == "KY_PackageTable"; info(lUtilIdEleme 阅读全文
posted @ 2012-04-23 11:36 K小子 阅读(165) 评论(0) 推荐(0)
摘要: FormA:void clicked(){ Container con; FormRun fr; Args args = new Args(); ; super(); args.caller(this); con = [Paramters1,Paramters2,.....]; args.parm(con2str(con)); fr = new MenuFunction(MenuItemDisplayStr(MenuItemDisplayName),MenuItemType::Display).create(args); fr.init(); fr.run();}Fo... 阅读全文
posted @ 2012-04-23 11:20 K小子 阅读(164) 评论(0) 推荐(0)