> The solution is easy: it seems that there is a point at which the page number > fails. Printing to the screen (thanks, Larry) showed me that the report > "stopped" at page 32,693. Reducing the number of page breaks solved the > problem.
8-bit signed int being used for the page number? That may not be overcome-able. > The report, however, stops at around record > 12,800 on page 5158 yet when I break the report into two "halves" there is no > problem. This is consistant both on screen and to a file - so I tend to > exclude any file problems. > > Has anybody got any further ideas that I might try? Look for a similar problem -- maybe overruning a variable type in a SUM variable, or something? -- Larry
