posted @ 2007-08-17 23:10 Pylons 阅读(257) 评论(0) 推荐(0)
摘要:
the following code is copied from the Form/DocuTypeIdLookup methodMethod location FormDataSource/init()//AOSRunMode::clientvoidinit(){Queryq;QueryBuildDataSourceqB;DocuTypeSearchsearchType;super();q=n... 阅读全文
摘要:
the Ajax is a advertisement. Only thing required is the object of XMLHttpRequest .The5 status for XMLHttpRequest object0: “Uninitialized”1:“Open method called successfully,”2: ... 阅读全文
posted @ 2007-08-01 17:38 Pylons 阅读(180) 评论(0) 推荐(0)
摘要:
Use cases allow your model to describe what your system must be able to do;Classes allow your model to describe the different types of parts that make up your system's structure. There's one large pie... 阅读全文
posted @ 2007-07-24 22:16 Pylons 阅读(125) 评论(0) 推荐(0)
摘要:
近日在论坛帮网友解决问题的时候,碰到了QueryBuildRange的一个问题,AX编译器在QueryBuildRange.value('XXXX')中的XXXX部分的语句非常严格而且有自己的一套‘潜在’规则,现整理如下:在使用QueryBuildRange的来进行比较复杂查询的时候,首先按正常的方式添加QueryBuildRange,查询建立的字段可以随意,然后按照如下的... 阅读全文
posted @ 2007-06-09 09:37 Pylons 阅读(224) 评论(0) 推荐(0)
摘要:
当对象的成员变量需要更新的时候,往往由于变量过大的容量(large containers or memo fields)导致系统负荷增加。因此AX提供了一个函数检查是否需要更新成员变量。用法如下:public container parmCode(container _code = conNull()){; if (!prmIsDefault(_code) { code = _code; } re... 阅读全文
posted @ 2007-06-09 09:37 Pylons 阅读(419) 评论(0) 推荐(0)
摘要:
info(InventSum_DS.query().dataSourceNo(1).toString());这个语句可以打印出datasource中执行的sql语句。 阅读全文
posted @ 2007-06-09 09:36 Pylons 阅读(174) 评论(0) 推荐(0)
摘要:
My new home is coming again! 阅读全文
posted @ 2007-06-08 21:30 Pylons 阅读(138) 评论(0) 推荐(0)