| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 929 人关注过本帖
标题:求助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
快速回复:求助ASP的问题,Microsoft VBScript 运行时错误 错误 '800a005e' 无效 ...
数据加载中...
 
   



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

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