上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页
摘要: select top 10 * from inventTable Order By ItemID select top 5 * from inventTable order by ItemID select top 5 * from inventTable where RecID not in(select top 5 RecID ... 阅读全文
posted @ 2011-12-20 11:51 perock 阅读(139) 评论(0) 推荐(0) 编辑
摘要: #server static void markEmailAs(SysEmailItemId _emailItemId,SysEmailStatus _emailStatus, boolean _increaseRetryCount = false) #{ # SysOutgoingEmailTable outgoingEmailTable; ... 阅读全文
posted @ 2011-12-20 10:33 perock 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 查询TableID需求查找SqlDictionary这个表,其中可能会有多条Name相同的记录。而Field为0则表示tableID Select * From SqlDictionary Where Field = 0 And Name = ‘InventTable’ 这样,返回的记录则是InventTable的表ID了 阅读全文
posted @ 2011-12-20 10:29 perock 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 正确地把电池串联和并联起来 2009-12-22 17:21:38| 分类: 电源、电池及充电|字号 订阅 来源:便携产品设计 作者:Isidor Buchmann 把电池串联和并联起来使用,这听起来好象很简单,但是,遵循一些简单的规则,就可以避免不必要的问题。 在电池组中是把多个电池串联起来,得到所需要的工作电压。如果所需要的是更高的容量和更大的电流,那就应该把电... 阅读全文
posted @ 2011-12-20 09:42 perock 阅读(1524) 评论(0) 推荐(0) 编辑
摘要: public static anytype invokeObjectMethod(Object _object, identifiername _methodName, boolean _tryBaseClass = false) { DictClass dictClass = new DictClass(classidget(_object)); DictCla... 阅读全文
posted @ 2011-12-20 08:46 perock 阅读(472) 评论(0) 推荐(0) 编辑
摘要: qbrDimension5 = qbdsProdtable.addRange(fieldid2ext(fieldnum(prodTable,Dimension),5)); 阅读全文
posted @ 2011-12-20 08:26 perock 阅读(295) 评论(0) 推荐(0) 编辑
摘要: void SetControls(Object o) { FormBuildControl formBuildControl; SysDictClass sysDictClass = new SysDictClass(o.handle()); int i; ; if ( sysDictC... 阅读全文
posted @ 2011-12-19 17:06 perock 阅读(332) 评论(0) 推荐(0) 编辑
摘要: public static client void expandTree(FormTreeControl _formTreeControl, TreeItemIdx _treeItemIdx, int _toLevel = 0, int _level = 0) { FormTreeItem formTreeItem; TreeItemIdx treeItemId... 阅读全文
posted @ 2011-12-17 20:46 perock 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: void printControls(Object o,str name) { FormBuildControl formBuildControl; int i; ; setprefix( "Group :" + name ); for (i=1;i<=o.controlCount(); i++) { f... 阅读全文
posted @ 2011-12-17 20:44 perock 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: void clicked(){ Common common; container c; ; c = WinAPI::chooseColor(this.hWnd(),0,0,0,NULL); if(conlen(c)) { backColor = WinAPI::RGB2int( conpeek(c,1), conpeek(c,2), conpeek(c,3)); // Clear the display options for the once which allready has been set. for(common = custTable_ds.getFirst(); common; 阅读全文
posted @ 2011-12-17 20:41 perock 阅读(215) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页