W
wl821205
Unregistered / Unconfirmed
GUEST, unregistred user!
if checkbox3.Enabled = true then
adoquery1.FieldByName('计税').Value :=1
else
adoquery1.FieldByName('计税').Value :=0;
以上代码在SQL为何不能体现出当checkbox3.Enabled = false 的值,如果改用case 语句应是怎样写,用if 语句写,其正确写法应是?,请各位兄台指点
adoquery1.FieldByName('计税').Value :=1
else
adoquery1.FieldByName('计税').Value :=0;
以上代码在SQL为何不能体现出当checkbox3.Enabled = false 的值,如果改用case 语句应是怎样写,用if 语句写,其正确写法应是?,请各位兄台指点