Re: Page Breaks and ReportWriter 1.1
Date: 10 Dec 1993 16:47:03 GMT
Message-ID: <2ea967$q1p_at_usafa2.usafa.af.mil>
In article <2e5don$evn_at_cs6.rmc.ca>, howarth_at_cs7.rmc.ca (Ms Kathryn Howarth) says:
Try this.......
#1 #2 #3
select sqdn, yr, sqdn||yr pg_break
from
where
order by 3 **the order by cant use aliases therefore, you need to use the position of field within the select stmnt.
On the Group Screen, insert a group at the top, G_pg_break, and set pagebreaks to 'Always'.
On the Field Screen, assign the group g_pg_break, to the field pg_break and set the skip field with an 'X' to prevent the field from printing. This should be the only field assigned to the group G_pg_break. This is because the break is determined by the entire group, not just a particular field in the group.
If you need the data items in your page header, it is possible, but very, very complicated. If you need this info, please send us a message, and we'll try to help. Expect further hair loss if this is required.........
Your Welcome in Advance, Rhonda & Darrin........
P.O.O = Prisoners Of Oracle........... Received on Fri Dec 10 1993 - 17:47:03 CET