k i am trying to suppress a field using this line
Code:
if GridValueAt(CurrentRowIndex, CurrentColumnIndex, 0) > 0 then true
But i get the error like this: A number, currency amount, boolean, date, time, date-time, or string is expected here.

I am using VS 2008 Professional edition and Crystal Reports basic that comes with it.