Dennis:
After completely mangling and then clearing the EEPS, I stripped everything down and created these form variables: 1. [ vItemTOP TEXT (ItemNO) PH ] 2. [ vItemBOT TEXT (ItemNO) PF ] 3. [ vDictionaryRange TEXT (.ItemTOP & 'to' & .vItemBOT) PF ] Placed a Variable Label control for vDictionaryRange in the Page Footer. Worked like a charm. Thanks! Bruce -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath Sent: Wednesday, November 13, 2013 7:31 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Reports: How to: "Dictionary-Style" Footer Set up a report variable that captures the value. In the Before Generate EEP for the page header, set your page footer variable=that variable. In the Before Generate EEP for the page footer, append the variable to your page footer variable. Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 <mailto:[email protected]> [email protected] -----Original Message----- From: <mailto:[email protected]> [email protected] [ <mailto:[email protected]> mailto:[email protected]] On Behalf Of Bruce A. Chitiea Sent: Wednesday, November 13, 2013 8:57 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Reports: How to: "Dictionary-Style" Footer RGB95_64 latest Thinking of how one might generate a "dictionary style" variable for display within the Page Footer. Probably use one of the Custom EEPs in the Page Footer. Example: AAROHI (First Value on Page) BRANCUSI (Last Value on Page) [ AAROHI | BRANCUSI ] (Desired Output) Constructing the variable string is no problem, I just have no idea how to grab the inputs on each page. ?? and thanks Bruce

