操作符/操作数类型不匹配
local flag(3)
flag(1)=alltrim(thisform.dq1.value)
flag(2)=alltrim(thisform.nf1.value)
flag(3)=alltrim(thisform.cs1.value)
condition='dq=flag(1) .and. nf=flag(2) .and. cs=flag(3) '
select *from zgzx.dbf where &condition into cursor result
do form zgzxcx2.scx
问题是:执行到select处时提示"操作符/操作数类型不匹配"
请赐教