another filter issue
Posted: Sat Jan 22, 2011 8:39 am
I have this line of code that doesn't work:
set filter to trim(&cField) $ aChoice
where aChoice := { 'MAIN' } (in later use it will be a larger array, I just wanted 1 element for testing)
and cField is declared as private cField:='storeid' (a valid field in the open data file)
it compiles fine, but hangs on that line when I run it.
Thoughts?
thanks
set filter to trim(&cField) $ aChoice
where aChoice := { 'MAIN' } (in later use it will be a larger array, I just wanted 1 element for testing)
and cField is declared as private cField:='storeid' (a valid field in the open data file)
it compiles fine, but hangs on that line when I run it.
Thoughts?
thanks