Focal Point
[Closed] How to suppress BYLASTPAGE?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3317074395

November 11, 2010, 03:15 AM
MichaelBalle
[Closed] How to suppress BYLASTPAGE?
I tried the following report:
- SET PAGE  = OFF
TABLE FILE CAR
  PRINT
    CAR   AS ' ' OVER
    MODEL AS ' ' OVER
  BY COUNTRY NOPRINT
-*  ON TABLE SET PAGE OFF
-*
END

and for every print a row containing BYLASTPAGE (first column) and 0 (second column) is added.

How can I suppress this line?
None of the above (-SET PAGE = OFF nor ON TABLE SET PAGE OFF) works.

Background:
I have to show text lines read from a file row by row and not in columns.

Thanks for your support.

This message has been edited. Last edited by: MichaelBalle,


WebFOCUS 7.6, 7.7
Windows, All Output formats
November 12, 2010, 12:41 AM
Dan Satchell
First, you are unlikely to get many, if any, responses to your post when you put it here in the Events and Job Postings forum instead of in the WebFOCUS forum, where it belongs. Second, the sample code you provided produces an error and, even when fixed to prevent the error, does not produce anything like what you describe in your post. Finally, if you could give us an idea of what your text file looks like, there might be a more straight-forward way to produce the desired output than using OVER. But first, please, move this post to the WebFOCUS forum so it can get some attention.


WebFOCUS 7.7.05
November 12, 2010, 09:01 AM
Kathleen Butler
Thanks Dan. Yes, please post to the WebFOCUS/FOCUS Forum. Thanks for using Focal Point!