B
blave
Unregistered / Unconfirmed
GUEST, unregistred user!
以下是在create中的代码:
adoquery1.close;
adoquery1.sql.clear;
adoquery1.sql.add('select * from tab1 where nd=:nd');
adoquery1.Parameters[0].Value:=iwcombobox1.text;
adoquery1.open;
tiwdbadvwebgrid1.Columns[0].DataField :='id';
tiwdbadvwebgrid1.Columns[1].DataField :='name';
tiwdbadvwebgrid1.Columns[2].DataField :='nd';
当我在改变iwcombobox1.text的值后,再调用上面的语句的时候,浏览器会给出下面的提示
〖未结束的字符串变量〗
〖缺少对象〗
在未改变iwcombobox1的值的时候则没问题,不知道是什么原因如何解决
请熟悉iwtraweb7的朋友给个提示好吗??
adoquery1.close;
adoquery1.sql.clear;
adoquery1.sql.add('select * from tab1 where nd=:nd');
adoquery1.Parameters[0].Value:=iwcombobox1.text;
adoquery1.open;
tiwdbadvwebgrid1.Columns[0].DataField :='id';
tiwdbadvwebgrid1.Columns[1].DataField :='name';
tiwdbadvwebgrid1.Columns[2].DataField :='nd';
当我在改变iwcombobox1.text的值后,再调用上面的语句的时候,浏览器会给出下面的提示
〖未结束的字符串变量〗
〖缺少对象〗
在未改变iwcombobox1的值的时候则没问题,不知道是什么原因如何解决
请熟悉iwtraweb7的朋友给个提示好吗??