|
-
Sep 8th, 2006, 07:56 AM
#1
Thread Starter
Addicted Member
[RESOLVED] DESPARATE! - PageBreak still repeating
Hi All,
I have been struggling for weeks on this silly report just to get the pagebreaks right. I have had good input here on the SHAPE recordsets, and my report almost works, BUT it repeats a pagebreak for each detail record, so I get many multiple pages.
My Data example
AreaField Radius
Trade .5
Trade 1
Trade 2
Market .5
Market 2
Store 1
Store 2
Store 3
======================================================
My report should break for 3 pages from above, but it breaks for each line and repeats the correct details for it???
=======================================================
My code:
SHAPE {SELECT AreaField FROM ns_Report_Data}
APPEND ( ( Shape{SELECT Radius, AreaField FROM ns_Report_Data}
Append({Select Radius, POPULATION_CY, POPULATION_PY FROM ns_Report_Data} As Details
Relate Radius To Radius)) As PageBreak
Relate AreaField To AreaField)
Sorry, the code doesn't line up too good here. I reallly would appreciate any input here. This shouldn't be so difficult.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|