I am very confused for this error. I was just try to put a dynamic filter on a query. The error comes after I did this:
Error on line 34. Any hints on this bug. (I tried another program sample and that works fine).. Dont' know if I have some setting wrong. Thanks
chiu1010
Code:
33 me.filter = " [par_year] = '2005' " 34 me.filterOn = (me.filter > "")
chiu1010
Comment