Yes. Dennis, Thanks Bruce
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath Sent: Tuesday, February 11, 2014 9:21 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Report Region Refuses to Disappear Is the Break header set to dynamic height? Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bruce A. Chitiea Sent: Tuesday, February 11, 2014 11:09 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Report Region Refuses to Disappear RBASE 9.5(64) Latest Problem: Break Header / Region with NULL DBLabel value displays '-0-' and consumes vertical space in report. Want these NULL regions to disappear/collapse. Background: A Break Header contains Region with Component ID: [ ppRegionLevel4 ]. The Region contains DBLabel control: [ glCodeNUM4 ], which displays correct data values. The goal is to have the Region and Break Header disappear/collapse whenever [ glCodeNUM4 ] is NULL. To this end, the [ Before Generate Custom EEP ] for the Break Header is coded: IF vglCodeNUM4 IS NULL THEN PROPERTY ppRegionLevel4 VISIBLE FALSE ELSE PROPERTY ppRegionLevel4 VISIBLE TRUE ENDIF RETURN Report Variable [ vglCodeNUM4 ] is defined as: 2 : TEXT : H4 : vglCodeNUM4 = (glCodeNUM4) What am I missing here? 'Preciate your assistance. Bruce

