I have a Report with the following format
Detail section
ProjektNr Date partNr PartName
03_053 10.07.04 23 Pname1
24 Pname2
25 Pname3
26 Pname4 [End of Page1]
Page2:
ProjektNr Date PartNr PartName
27 Pname5
28 Pname6
29 Pname7
03_054 20.10.04 40 Pname15
41 Pname16
42 Pname17
.....
This is somewhat like a tree structure.... The problem i have got with this one is, if for a project
if there are lot of partNR which cannot fit in a single page, the next new page looks something like this
Page 2:
ProjektNR Date PartNr PartName
27 Pname7
28 Pname6
29 Pname7
03_054 20.01.04 40 Pname 15
...
This makes difficult for the customer to know the ProjectNr and Date for the First Row in this new page.
So I need a way to make the ProjectNr, Date to be showed in the first row of the new page with the last
set value.
Example:This is the result i want to have
Page1:
ProjektNR Date PartNr PartName
03_053 10.07.04 23 Pname1
24 Pname2
25 Pname3
26 Pname4 [ End of Page 1 ]
Page2:
ProjektNR Date PartNr PartName
03_053 10.07.04 27 Pname5
28 Pname6
29 Pname7
03_054 20.01.04 40 Pname10
....
Can any body help me to figure out a way to display the above showed output.
-Raja
Detail section
ProjektNr Date partNr PartName
03_053 10.07.04 23 Pname1
24 Pname2
25 Pname3
26 Pname4 [End of Page1]
Page2:
ProjektNr Date PartNr PartName
27 Pname5
28 Pname6
29 Pname7
03_054 20.10.04 40 Pname15
41 Pname16
42 Pname17
.....
This is somewhat like a tree structure.... The problem i have got with this one is, if for a project
if there are lot of partNR which cannot fit in a single page, the next new page looks something like this
Page 2:
ProjektNR Date PartNr PartName
27 Pname7
28 Pname6
29 Pname7
03_054 20.01.04 40 Pname 15
...
This makes difficult for the customer to know the ProjectNr and Date for the First Row in this new page.
So I need a way to make the ProjectNr, Date to be showed in the first row of the new page with the last
set value.
Example:This is the result i want to have
Page1:
ProjektNR Date PartNr PartName
03_053 10.07.04 23 Pname1
24 Pname2
25 Pname3
26 Pname4 [ End of Page 1 ]
Page2:
ProjektNR Date PartNr PartName
03_053 10.07.04 27 Pname5
28 Pname6
29 Pname7
03_054 20.01.04 40 Pname10
....
Can any body help me to figure out a way to display the above showed output.
-Raja