Blank Line suppressing in Quiz
Bill Walker
william.walker@lineone.net
Thu, 30 Aug 2001 14:47:47 +0100
Have you checked you SET FORMFEED/NOFORMFEED and PAGE LENGTH statements?
It could just be padding the report with blank lines to honour the page
length statement.
Regards,
Bill Walker
Senior Analyst Programmer
Orbit Communication Company (Cyprus) Ltd.
----- Original Message -----
From: "Glenn Waters" <glenn_waters@ncsu.edu>
To: <powerh-l@lists.swau.edu>
Sent: Wednesday, August 29, 2001 7:20 PM
Subject: Re: Blank Line suppressing in Quiz
> First a disclaimer, its been a long time since I've been on a VMS box, so
> this may not work exactly the same way.
>
> I'm assuming since you've got "DESC..." at the end of your lines they are
> all character fields. First define one big character field with PACK to
> squish out the extra spacing , killing the excess blank lines at the end,
> combining all the "DESC" fields into one big field. Then when you output
it
> add the WRAP option on the reported big field TAB 1 Big-field wrap 60
(or
> however big you want your line).
>
> Hope that helps
>
> Glenn
>
> At 01:48 PM 8/29/2001 -0400, you wrote:
> >Hi.
> >
> >OpenVMS V7.2-1
> >QUIZ (PowerHouse 8.20.D)
> >
> >I am having trouble suppressing blank lines in my report. I have 10
fields
> >that I print at the bottom of my report, one per line. Only the first 2
> >fields have data, the other 8 are blank. My code produces 9 lines, 2 with
> >data and 7 blank lines. Its as though NOBLANKS is suppressing the first
> >blank line only. Any suggestions?
> >
> >My Quiz report is as follows:
> >
> >SET REPORT NOBLANKS
> >REPORT &
> >... other good stuff ...
> > TAB 1 EXTRA-ADD-DESC1 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC2 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC3 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC4 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC5 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC6 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC7 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC8 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC9 OF FIN_3PA_INV_EXT_SF &
> > SKIP &
> > TAB 1 EXTRA-ADD-DESC10 OF FIN_3PA_INV_EXT_SF
> >
> >Thanks,
> >Jim
> >
> >Jim Hamer
> >
> >Downtown Data Processing Inc.
> >(416) 489-3298 home and office
> >jhamer@canada.com
> >Toronto, Ontario, Canada
> >http://webhome.idirect.com/~jhamer
>
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe" in message body to
powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a subscriber.
>