数据窗口问题。急……
在sle_1的modify事件中写到:string ls_pm,ls_fm,ls_py
ls_pm=trim(sle_1.text)
long ll_rows
dw_1.setfilter("pm like '"+ls_pm+"%' and fm<>'实收金额'")
dw_1.filter()
ll_rows=dw_1.retrieve()
if ll_rows=0 then
messagebox("提示","无记录!")
end if
但是在运行时提示:expecting true/false expressio
是dw_1.setfilter("pm like '"+ls_pm+"%' and fm<>'实收金额'")的问题吧?请各位高手指教应该怎样写才对?