[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ilbbak::ibi_focus

Title:FOCUS, from INFORMATION BUILDERS
Moderator:ZAYIUS::BROUILLETTE
Created:Thu Feb 19 1987
Last Modified:Mon May 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:615
Total number of notes:1779

291.0. "Help with NOPAGE" by MILPND::SHELTRY (Rrruffles have rrranch?) Wed Dec 20 1989 19:52

HELP!! (Uh hum...now that that's out of my system).

I'm trying to produce two reports on one page.  For the most part it
works.  But, success does not come without trouble.  Here goes:

My (psuedo) code looks like this (this part works great):

     TABLE FILE SOMEFILE
     SUM DOLLARS
     ACROSS SOMETHINGELSE
     IF ITEM EQ ITEM#1
     END
     -RUN
     SET PAGE NOPAGE
     TABLE FILE THESAMEFILE
     SUM DOLLARS
     ACROSS SOMETHINGELSE
     IF ITEM EQ ITEM#1
     END
     -RUN

Results:

	  Top part of report
            (spacing for readability)
	  Bottom part of report

Now, for the problem:

     TABLE FILE SOMEFILE
     SUM DOLLARS
     ACROSS SOMETHINGELSE
     BY ITEM#
     IF VALUE IS A OR B OR C
     ON ITEM# PAGE-BREAK
     END
     -RUN
     SET PAGE NOPAGE    <--- I want this, but then again I don't
     TABLE FILE THESAMEFILE
     SUM DOLLARS
     ACROSS SOMETHINGELSE
     BY ITEM#
     IF VALUE IS V OR W OR X OR Y OR Z
     ON ITEM# PAGE-BREAK
     END
     -RUN

	  Expected Results		Real results
	  ----------------		------------

	  Top part of report		Top part of report
	  Bottom part of report		Top part of report
		(page break)		Top part of report
          Top part of report		Bottom part of report
	  Bottom part of report		Bottom part of report
		(page break)		Bottom part of report
          Top part of report
	  Bottom part of report

Any ideas from the community??  By the way, the file I'm tabling from
is a single segment file.  

- Wayne
T.RTitleUserPersonal
Name
DateLines