Procedure editor

I am trying to use procedure editor to launch a report builder report. I'm having a problem passing a filter expression over to the report. The report filters by job number and a calculated field that must be > 1.

In the report procedure, this is my filter expression:


lathecount = 1.

rb-filter-value = "JOBOPER.JOBNUM = " + "'" + jobnum + "'" +
" And JOBOPER.LATHECOUNT > " + lathecount +

I can't seem to get the right expression for the lathecount part of the filter. If I just put the number '1' in the filter, it accepts it but it won't print out.

Any ideas?

Thanks,
Jasper






[Non-text portions of this message have been removed]