Gunnar: Yeah, I was hoping to use a temporary table too. This report consists of data from about 6 different tables. The problem is that some of the data is underlined, some is boldfaced (don't know how I could embed that in the data). There's about 4 different places where data is in a tabular format (all different levels of indenting). It's really like a letter with alot of text, in an indexed format with section numbers, with embedded tables of data. Handled nicely now in DOS with multiple reports printed one after another into one report.
If you put data into a temp table, do you even put in blank rows and print it all as one detail line? How could you handle changes in formatting in the rows? Since I have to do tables, and some of the data might be longer than one row in the tabbed table, there'd be alot of calculatin' going on to figure out where it would continue in the next row! Like PAGEMODE would do! This is the single most complicated report I've seen in my 17 years of RBase programming! And it's hard to tell a client that something done so easily in DOS 'can't' be done in Windows! Karen >Not directly an answer to your question, But I myself has stopped using Pagemode. Instead I do most of my complicated stuff in SQL and inserting the result in a temp table that corresponds to my reporting requirement, then I report from The temp table. This gives me the same flexibility and power as pagemode and very simple reporting. <

