标题:求助ASP的问题,Microsoft VBScript 运行时错误 错误 '800a005e' 无效使用 ...
取消只看楼主
hcf136378745
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2013-4-20
结帖率:0
已结贴  问题点数:20 回复次数:0 
求助ASP的问题,Microsoft VBScript 运行时错误 错误 '800a005e' 无效使用 Null: 'CInt'
Microsoft VBScript 运行时错误错误 '800a005e'无效使用 Null: 'CInt'/outinadd.asp,行 62。62行上和下的代码如下:end if
 sql="select medicalid,cname from medical order by medicalid"
 set mdrs=oConn.Execute(sql)
 if mdrs.eof then
  Response.Write "请在『药品管理』中 <a href=""medadd.asp"">录入药品信息</a> !"  
 ret=false
 end if
 if ret=true then   
 if init=false then   
 if optype=0 then   
 maxcount=CInt(rs("topcount"))-CInt(rs("curcount"))    '最大进货量   
 if maxcount<0 then   
   tmsg="药品数量已经超过仓库存储上限!"     
 maxcount=0   
 end if   
 else   
 maxcount=CInt(rs("curcount"))         '最大出货量     
if CInt(rs("curcount"))-CInt(rs("basecount"))<0 then     
 tmsg="药品数量已经低于仓库存储下限!"   
 end if   
 end if
  end if
代码哪错了,求解!
搜索更多相关主题的帖子: false sql Microsoft medical 
2013-04-20 22:09



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-405015-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.348754 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved