Dick, I may be "misremembering" here, but I thought you'd want to do what Dawn suggested, and put it in the AFTER GENERATE not the BEFORE.
Emmitt Dove Manager, Converting Applications Development Evergreen Packaging, Inc. [email protected] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dick Fey Sent: Thursday, March 04, 2010 12:49 To: RBASE-L Mailing List Subject: [RBASE-L] - Hiding Fields in a report I have a report (customer invoice) with fields in the detail band for : a LABEL FIELD 'Item Status:' component id is 'idstatus' a DBText Field 'DeliveryStatus' component id is 'idstatus' On some orders there is tax or freight, and I would like for the 2 fields not to print as there is no delivery status on those items. In the detail band, I have an before generate EEP: IF linestatus is NULL THEN PROPERTY idstatus VISIBLE 'FALSE' ENDIF RETURN Those fields still print. What am I doing wrong? Dick Fey Carpet Broker Inc. \

