-
newpage in data report
Hi All,
How do we control the page break in data reports so that it starts a new page whenever I want?
I used 'ForcePageBreak' but i m not getting properly.
I displayed three rows after that i coded 'ForcePageBreak' to dispaly fourth row on the nextpage..and soon
ex:
If i = 3 Then
DR_BOE.Sections(1).ForcePageBreak = rptPageBreakAfter
End If
AFTER EXECUTING THAT REPORT :
I m getting a new page using that code..but fourth row is overwritting the third row of first page instead of displaying it on second page.
Please let me know if any soultion for it.
Rojasri.
-
Sorry..
but fourth row is overwritting the first row of a first page instead of displaying it on second page.
Waiting for a reply
Rojasri.