I have a report with a page-style band that contains a number of angled label 
components.

On some pages of the report, I want all of the labels to appear.  On some pages 
I want to make one of the labels invisible.  I will know when the page header 
variables are evaluated whether the label should be printed or not.

I've written a report EEP to use the PROPERTY command to make the label visible 
or invisible according the current value of my variable rCopyName.  However, I 
seem to always run one page "behind".  That is, the label is visible on the 
page AFTER I want to see it — as if my variables are still one page behind when 
I execute my EEP code.

I've tried placing this EEP code in the page header BEFORE GENERATE action, the 
page header AFTER GENERATE action, and the page style band BEFORE GENERATE 
action with no luck.

Does anyone know how to do this (write EEP code to affect the page style band 
depending on the value of a variable on the current page)?
--
Larry

Reply via email to