Quiz - Initial Heading/Page heading
Ken Langendock
Ken at Langendock.com
Mon Oct 1 07:25:42 CDT 2007
Try saying
SET HEAD to see if it solves the problem. I ran into this about 15 years ago
and I specify the following on EVERY report now...solves all problems for
me.
; Environment
SET REPORT DEVICE DISC &
NAME QUIZLIST &
SPACING 1 &
BLANKS &
CLOSE &
FORMFEED &
HEAD &
NOSUBFILE &
PAGE WIDTH 175 &
LENGTH 45 &
IMAGES 1 &
NUMBER 0
@if HPMPEXL
SET REPORT LIMIT 100000
@else
SET REPORT NOLIMIT
@endif
_____
From: powerh-l-bounces+ken.langendock=rogers.com at lists.sowder.com
[mailto:powerh-l-bounces+ken.langendock=rogers.com at lists.sowder.com] On
Behalf Of Heasman, David
Sent: October 1, 2007 7:30 AM
To: powerh-l at lists.sowder.com
Subject: Quiz - Initial Heading/Page heading
Hi all,
This is extremely embarrassing. I've got an Initial Heading that wipes
out my Page Headings, all of them.
It's embarrassing for 2 reasons -
1 - I really ought to know how to fix this
2 - I'm on PH Version 6.09 on HP3000.
Here's the salient code : -
set formfeed
set page length 60
set page number 0 ; Initial heading takes up the first "page"
set report spacing 2
set page width 132
.....
initial heading &
tab 1 D-PR-RESET &
tab 3 D-PR-LANDSCAPE skip page ; control characters to set printer to
landscape
....
page heading tab 1 "TPR1000" &
tab 40 "Company X Limited" &
tab 90 D-SYS-DATE format DDMMYY separator "." &
tab 120 "Page" SYSPAGE &
skip 3 &
tab 38 "Cancelled Trades From " &
tab 61 D-FROM-DD &
tab 63 "." &
tab 64 D-FROM-MM &
tab 66 "." &
tab 67 D-FROM-YY &
tab 72 "To " &
tab 75 D-TO-DD &
tab 77 "." &
tab 78 D-TO-MM &
tab 80 "." &
tab 81 D-TO-YY &
skip 2
heading at CANC-DATE of TPR1000B &
tab 1 "Cancellation Date " &
tab 20 CANC-DATE of TPR1000B significance 8 &
skip 2 &
etc etc
the "heading at" works fine
And the strange thing is that the second line of the Page Header prints
nicely.
Cancelled Trades From 01.06.07 To 01.08.07
it's just the top line that doesn't, the title and date line.
Obviously it's something simple, but I'm missing it. Any ideas, folks?
regards
Dave Heasman, Company X
__________________________________________________________________
This message might contain confidential information. If it has been sent to
you in error please do not forward it or copy it or act upon its contents,
but report it to postmaster at schroders.com
Schroders has the right lawfully to record, monitor and inspect messages
between its employees and any third party. Your messages shall be subject to
such lawful supervision as Schroders deems to be necessary in order to
protect its information, its interests and its reputation.
Schroders prohibits and takes steps to prevent its information systems from
being used to view, store or forward offensive or discriminatory material.
If this message contains such material please report it to
abuse at schroders.com
Schroders does not normally accept or offer business instructions via email
unless prior agreements are in place. Any action that you might take upon
this message might be at your own risk.
Schroder Investment Management Limited
31 Gresham Street
London EC2V 7QA
Authorised and regulated by the Financial Services Authority. Schroder
Investment Management Limited is entered on the FSA register under the
following register number: 119348
Registered Office
31 Gresham Street
London EC2V 7QA
Registered number 1893220
VAT registration number 243 8687 30
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20071001/5e4b5151/attachment.htm
More information about the powerh-l
mailing list