摘要: #AOT ; infolog.findNode("Data Dictionary\\Base Enums").AOTadd("PrintMedium"); infolog.findNode("Data Dictionary\\Base Enums\\PrintMedium").AOTadd("File"); infolog.findNode(... 阅读全文
posted @ 2011-10-10 12:11 perock 阅读(430) 评论(0) 推荐(0)
摘要: /* * -------------------------------------------- * 获取AOT对象的属性值(StringSize) * by hank[2011-02-21] * -------------------------------------------- */ static void getProperties(Args _arg... 阅读全文
posted @ 2011-10-10 12:10 perock 阅读(281) 评论(0) 推荐(0)
摘要: 1,运行下列的job即可。 2,本例子是以扩展类型itemID为例说明的,可以修改为任何扩展类型。 完整job演示: static void ListFields(Args _args) { int curFieldNum =extendedTypeNum('ITEMID'); str 100 curFi... 阅读全文
posted @ 2011-10-10 12:09 perock 阅读(348) 评论(0) 推荐(0)
摘要: static void CheckAllTable(Args _args) { Dictionary dictionary = new Dictionary(); DictTable dictTable; int i,m,n;... 阅读全文
posted @ 2011-10-10 11:49 perock 阅读(178) 评论(0) 推荐(0)