上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页
摘要: if tab_1.tpg_1.dw_1.update(true,false) = -1 & or tab_1.tpg_2.dw_2.update(true,false) = -1 or tab_1.tpg_3.dw_4.update(true,false) = -1 then string ls_sqlerr ls_sqlerr = sqlca.sqlerrtext rollback; messagebox('提示!','存盘错误,数据库错误为:' + ls_sqlerr) return -1else commit; tab_1.tpg_1.dw_1.r 阅读全文
posted @ 2011-04-13 15:51 kuailewangzi1212 阅读(220) 评论(0) 推荐(0)
摘要: SET QUOTED_IDENTIFIER ONGOSET ANSI_NULLS ONGOALTER function uf_getStrBySplit(@old_str varchar(8000),@split varchar(50),@pos int) returns varchar(200)as/* 功能描述:返回分割后的字符串的第几个字符串 参数说明:@old_str:原字符串 @split:分隔符 @pos:第几个*/begin declare @rtn varchar(200), @li_p int select @rtn='' select @old_str=lt 阅读全文
posted @ 2011-03-31 16:09 kuailewangzi1212 阅读(527) 评论(0) 推荐(0)
摘要: $PBExportHeader$uf_stringsplit.srfglobal type uf_stringsplit from function_objectend typeforward prototypesglobal function integer uf_stringsplit (string astr_str, string astr_split, ref string astr_rtn[])end prototypesglobal function integer uf_stringsplit (string astr_str, string astr_split, ref s 阅读全文
posted @ 2011-03-31 15:11 kuailewangzi1212 阅读(221) 评论(0) 推荐(0)
摘要: $PBExportHeader$gf_getmoney.srf$PBExportComments$获取金额的大写格式global type gf_getmoney from function_objectend typeforward prototypesglobal function string gf_getmoney (decimal dsum)end prototypesglobal function string gf_getmoney (decimal dsum);/*-----------------------------------功能描述:获取一个金额的大写格式--参数及返 阅读全文
posted @ 2011-03-31 15:10 kuailewangzi1212 阅读(274) 评论(0) 推荐(0)
摘要: $PBExportHeader$uf_replace.srfglobal type uf_replace from function_objectend typeforward prototypesglobal function string uf_replace (string astr_str, string astr_old, string astr_new)end prototypesglobal function string uf_replace (string astr_str, string astr_old, string astr_new);string old_str, 阅读全文
posted @ 2011-03-31 15:10 kuailewangzi1212 阅读(150) 评论(0) 推荐(0)
摘要: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager 删除 PendingFileRenameOperations 这个键。 阅读全文
posted @ 2011-01-26 11:42 kuailewangzi1212 阅读(477) 评论(0) 推荐(0)
摘要: DataEntity.sys.sbw_articleEty ety;Business.sys.sbw_articleBN bn = new Business.sys.sbw_articleBN();ety = bn.GetRealEtyBySplitProcedure(null, 1, 2);System.Web.Script.Serialization.JavaScriptSerializer ... 阅读全文
posted @ 2010-11-18 15:36 kuailewangzi1212 阅读(347) 评论(0) 推荐(0)
摘要: 1、退货生成的mis_bill_fifo表中的supplier_id是取的stk_fifo中的supplier_id并不是退货单种的supplier_id2、进销存报表生成是以mis_bill_fifo中的供应商计算的insert into fin_sup_art_jxc_da_tmp(dt,supplier_id,storespace_id,segregate_id,aid,settlement... 阅读全文
posted @ 2010-11-18 11:51 kuailewangzi1212 阅读(240) 评论(0) 推荐(0)
摘要: <html><head> <script type="text/javascript"> function playflash(url) { var ls_html; ls_html="<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#... 阅读全文
posted @ 2010-11-17 23:29 kuailewangzi1212 阅读(215) 评论(0) 推荐(0)
摘要: /*-----------------------------------功能描述:获取一个金额的大写格式--参数及返回值说明:dsum:decimal类型--returnvaleu:string类型---------------------------------*/boolean digit = falseint i,n,lengthstring temp,temp1,temp2,upper1... 阅读全文
posted @ 2010-10-17 16:20 kuailewangzi1212 阅读(599) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页