Page number starting at 2 (AREV Specific)
At 15 AUG 2000 11:50:22AM Faye Crammond wrote:
Using AREV2.12. I used the following line to create the header for a new report but the page nuber starts with Page 2 on the first page of the report. I know this will be a DUH as soon as I see the answer.
HEADING "'S75'MARINER MANAGEMENT GROUP'LS64'LOSS RATIO BY LINE OF BUSINESS AND CLASS CODE'LS52'From Effective Date " : OCONV(FROM.DT,"D2/") :"'S5' Thru Effective Date " : OCONV(THRU.DT,"D2/") : "'S30'Run 'TS5'Page 'PPLS75'" :
"Earned Thru " : OCONV(EARN.DT,"D2/") : "'LL' "
At 18 AUG 2000 01:19PM Don Miller - C3 Inc. wrote:
Since nobody jumped on this one, I tried the HEADING statement in one of my files (only with different date fields). Didn't start with page 2. Page 1, Is it possible that you've got a null-key record in your database??
Don Miller
C3 Inc.
At 22 AUG 2000 10:15PM Dave Harmacek wrote:
Are you starting the report with (P) or (PE). Sometimes (PE) starts on page 2 for me, too. Fix is to set @PAGE=0.
At 13 SEP 2000 08:14AM faye crammond wrote:
I am using (P), but the @PAGE=0 worked. Thanks so much.