|
-
Jul 23rd, 2004, 08:26 AM
#1
Thread Starter
Member
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.
-
Jul 23rd, 2004, 08:29 AM
#2
Thread Starter
Member
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.
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
|