delphi7设计的程序出错

弹窗:Projectjxc.exeraisedexceptionclassEDatabseErrorwithmessage’ADOQuery1:Fiedl’单位’notf... 弹窗:Project jxc.exe raised exception class EDatabseError with message’ADOQuery1:Fiedl’单位’ not found’.Process stopped.Use Step or Run to continue.

关闭弹窗后,跟踪到这段代码:if (currentCol=3) and (stringgrid1.Cells[2,currentRow]<>'') then

begin

adoquery1.Close;

adoquery1.SQL.Add('select distinct 单位 from 商品清单 where 货号='''+stringgrid1.Cells[1,currentRow]+'''');

adoquery1.Open;

stringgrid1.Cells[3,currentRow]:=adoquery1.FieldByName('单位').AsString;

stringgrid1.Cells[8,currentRow]:='17'

end;

定位到这一行:stringgrid1.Cells[3,currentRow]:=adoquery1.FieldByName('单位').AsString;

stringgrid1.Cells[8,currentRow]:='17'

请问哪里出问题了,应怎样处理?
展开
 我来答
HJ_3000
2016-09-30 · TA获得超过563个赞
知道小有建树答主
回答量:1264
采纳率:78%
帮助的人:56.6万
展开全部
商品清单表中没有名称=单位的字段
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式