标题:求助ASP的问题,Microsoft VBScript 运行时错误 错误 '800a005e' 无效使用 ...
只看楼主
hcf136378745
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2013-4-20
结帖率:0
已结贴  问题点数:20 回复次数:2 
求助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
hu9jj
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
来 自:红土地
等 级:贵宾
威 望:396
帖 子:11713
专家分:43267
注 册:2006-5-13
得分:10 
从代码上看,Cint似乎是自定义的函数,但没有看到这个函数是在哪定义的。

活到老,学到老! http://www. E-mail:hu-jj@
2013-04-21 07:48
zhuiis
Rank: 4
等 级:业余侠客
威 望:1
帖 子:201
专家分:286
注 册:2008-11-8
得分:10 
maxcount=CInt(rs("topcount"))-CInt(rs("curcount"))    '最大进货量   
rs("topcount")
rs("curcount")
这两个字段中肯定出现了空值,应该先判断一下,另,CInt 可直接写为 int 。
2013-04-25 23:14



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




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

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