Larry,
It sounds to me like you want to evaluate the visibility in the PAGE STYLE band AFTER GENERATE. 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] From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Tuesday, March 17, 2009 12:49 PM To: RBASE-L Mailing List Subject: [RBASE-L] - How to make page-style label visible / invisible 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

