lingdanglfw(DAX)

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

上一页 1 ··· 29 30 31 32 33

2008年7月16日

Beginner

摘要: Beginner...... 阅读全文

posted @ 2008-07-16 09:03 lingdanglfw 阅读(147) 评论(0) 推荐(0) 编辑

2008年7月15日

Call Form By FormString

摘要: static void testCallForm(Args _args) { formrun FromNAme; Args parameters = new Args(); ; parameters.name(formstr("AAAItemIDTest")); parameters.parm("PurchTable"); //parameters.... 阅读全文

posted @ 2008-07-15 11:09 lingdanglfw 阅读(157) 评论(0) 推荐(0) 编辑

Send Mail

摘要: static void TestSendMail(Args _args) { SysMailer mail; ; mail = new SysMailer(); mail.quickSend('lingdanglfw@126.com','lingdanglfw@163.com', 'hahahahahahaha',"Hello"); } 阅读全文

posted @ 2008-07-15 11:08 lingdanglfw 阅读(161) 评论(0) 推荐(0) 编辑

Call DirectSQL in AX (other database by ODBC)

摘要: static void LoadInventTable(Args _args) { str sDSN = "MSDN"; LoginProperty Lp; OdbcConnection myConnection; statement myStatement; ResultSet ... 阅读全文

posted @ 2008-07-15 11:08 lingdanglfw 阅读(139) 评论(0) 推荐(0) 编辑

Call Direct SQL in X++

摘要: static void TestDirectSQLInXpp(Args _args) { str sqltxt = "select * from custtable where custtable.accountnum == '4001'"; source sqlcmd; XppCompiler compiler = new XppCompiler(); custt... 阅读全文

posted @ 2008-07-15 10:59 lingdanglfw 阅读(269) 评论(1) 推荐(0) 编辑

Exec SQL IN AX(self)

摘要: Class:(一定要配 Run On Server) resultSet TestDirectSQLTwo() { connection con=new connection(); statement stm=con.createStatement(); SqlStatementExecutePermission sq... 阅读全文

posted @ 2008-07-15 10:55 lingdanglfw 阅读(157) 评论(0) 推荐(0) 编辑

2008年7月14日

AX2009 Install Step

摘要: 1.Windows 2003 server 2.AD(IIS) 3.SQL Server 2005 + SP2(Instance+Analysis+Reporting) 4..Net FrameWork3.5 5.Office SharePoint 2007 + SP1 6.Wndows 2008 SDK(Net FrameWork) 7.VS Shell 2008 Isolated Mode S... 阅读全文

posted @ 2008-07-14 22:42 lingdanglfw 阅读(172) 评论(0) 推荐(0) 编辑

Real to Int

摘要: Round Round(123.243,0.05) {123.20} Trunc(123.23) {123} 阅读全文

posted @ 2008-07-14 09:51 lingdanglfw 阅读(629) 评论(0) 推荐(0) 编辑

Lookup Method

摘要: Lookup DataSource public void lookup(FormControl _formControl, str _filterStr) {//; //journalFormTable.designLookupJournalName(_formControl); Query query = new Query... 阅读全文

posted @ 2008-07-14 09:50 lingdanglfw 阅读(343) 评论(0) 推荐(0) 编辑

上一页 1 ··· 29 30 31 32 33
点击右上角即可分享
微信分享提示