上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: Multi Column Report [edit]Data Structure This is tutorial how to create multiple columns on a report. The report designer has no support for multi column rendering; Like in Word where you can set a ... 阅读全文
posted @ 2012-02-15 12:46 perock 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 临时表方法:table.setTmp() 将一个表作为临时表使用tmpTable.Data() 一般配合 doinsert()使用,从参数表中Copy一行记录后插入到临时表.tmpTable.SetTmpData(Common cursor) 设置tmpTable中的内容到cursor中临时表在报表中:将临时表传递给报表做数据源调用SetRecord()方法:this.queryRun()... 阅读全文
posted @ 2012-02-15 12:38 perock 阅读(675) 评论(0) 推荐(0) 编辑
摘要: static void UpdateInventTableFromUAT(Args _args) { SysOperationProgressEmbedded progress; CCADOConnection connection; str strSQL; ... 阅读全文
posted @ 2012-02-14 09:22 perock 阅读(570) 评论(0) 推荐(0) 编辑
摘要: public static void main(Args _args) { XmlDocument doc; XmlElement nodeXml; XmlElement nodeTable; XmlElement nodeAccount; XmlElement nodeName; LedgerTable ledgerTable; #define.fi... 阅读全文
posted @ 2012-02-14 08:25 perock 阅读(311) 评论(0) 推荐(0) 编辑
摘要: //获取当前用户所属的所有仓位 表:WMSLocation public client static void lookupWMSLocationIdbyUser(FormStringControl _ctrl,inventLocationId _inventLocationId ) { SysTableLookup sy... 阅读全文
posted @ 2012-02-13 15:30 perock 阅读(370) 评论(0) 推荐(0) 编辑
摘要: Form element.selectMode(ACT_InventLocationLookup_InventLocationId) //selectMode方法指定FormControl在单击时将关闭lookup窗口 ----------------------------------------- 以下方法是数据源中某字段下Lookup的 public void lookup(For... 阅读全文
posted @ 2012-02-13 15:21 perock 阅读(778) 评论(0) 推荐(0) 编辑
摘要: 首先,我不会令大家失望,真想解决问题的认真往下看 很久很久以前,我在使用Server的存储过程时,遇到一个问题,就是,IN(@ids)这样的语句执行不了,其实是可以执行的,很多人提出的解决方案是,EXEC(SQL),但对于像我这样的很多人来说,本来存储过程效率高是因为他预执行了一次(据说是,没验证过),反正SQL Server肯定对他有一定的优化方案。而如果使用EXEC(SQL)... 阅读全文
posted @ 2012-02-01 10:44 perock 阅读(292) 评论(0) 推荐(0) 编辑
摘要: journalBom.InventConsump =decround( UnitConvert::qty(journalBOM.BOMConsump, journalBOM.BOMUni... 阅读全文
posted @ 2011-12-22 15:08 perock 阅读(939) 评论(0) 推荐(0) 编辑
摘要: USE [DEV] GO /****** Object: StoredProcedure [dbo].[GetInventTable] Script Date: 12/22/2011 14:51:56 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER procedure [d... 阅读全文
posted @ 2011-12-22 14:55 perock 阅读(272) 评论(0) 推荐(0) 编辑
摘要: static void totalEng(Args _args) { int sLen,sFind,sFindA,sFindB; str num2En,num2En_int,num2EnA,num2EnB,num2EnA_1,num2EnB_1,num2En_F; real... 阅读全文
posted @ 2011-12-22 10:56 perock 阅读(870) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页