04 2014 档案

摘要:1 3 4 6 7 8 9 10 11 12 34 35 36 37 38 39 40 44 45 46 47 ... 阅读全文
posted @ 2014-04-24 17:09 yuking 阅读(503) 评论(0) 推荐(0)
摘要:=Sum(IIf(Fields!AValue.Value >0,Val(Fields!AValue.Value),0))一直显示错误号修改为=Sum(IIf(Fields!AValue.Value >0,Val(Fields!AValue.Value),0.0)) 阅读全文
posted @ 2014-04-22 09:06 yuking 阅读(502) 评论(0) 推荐(0)
摘要:function teseClose() { window.opener = null; window.open('','_self'); window.close();} 阅读全文
posted @ 2014-04-09 16:14 yuking 阅读(144) 评论(0) 推荐(0)