PDA

View Full Version : Need to Treat Piece of Header Like Repeating Data



tnlegendracer
December 23rd, 2009, 01:27 PM
First, I've looked through 20 pages of searches seeking the answer and have decided I must lack the proper vocabulary because I can't find in those threads anybody trying to do what I'm trying to do. Here's what I've got:

1. I've got a trap correctly pulling the data fields from the data section of the report.
2. At the top of the report in the header section, a three digit numeric field resides and I would like to capture that and append the three digit numeral as an additional field beside the data table I'm already capturing.
3. My current trap is a simple, single line trap that's working correctly.

Thanks in advance!
Paul Speck

Joe Berry
December 23rd, 2009, 08:17 PM
I do this alot for date ranges in the page headings. Trap the line with the desired data as an append template and you should be good to go.

tnlegendracer
December 30th, 2009, 04:32 PM
Worked perfect!
Thanks much.