Have you checked your NULL and EQNULL settings?
 

-----Original Message-----
From: Dick Fey <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Thu, 04 Mar 2010 11:48:30 -0600
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.

\

Reply via email to