|
-
May 29th, 2006, 05:11 AM
#1
Thread Starter
Lively Member
reportwidth is larger than the paperwidth
I am using data report to display report.
My database is Ms Access.
My problem is when I try to display certain report, the error occured was:
Reportwidth is larger than paperwidth
What can I do to correct the error?
-
May 29th, 2006, 05:16 AM
#2
Hyperactive Member
Re: reportwidth is larger than the paperwidth
make the report lay out to landskape
-
May 29th, 2006, 05:16 AM
#3
Re: reportwidth is larger than the paperwidth
yes u can
go to ur report
and decrease its width
this type of error occur when data report weidth is more then 6.5 inch
so check it urself
-
May 29th, 2006, 05:18 AM
#4
Re: reportwidth is larger than the paperwidth
make the report lay out to landskape
then printing problem occur
i thought is is not batter solution
-
May 29th, 2006, 05:20 AM
#5
Re: reportwidth is larger than the paperwidth
-
May 29th, 2006, 05:26 AM
#6
Thread Starter
Lively Member
Re: reportwidth is larger than the paperwidth
But, I cant decrease the size.
I still need the size to display the report.
How can I set the page to landscap or portrait?
-
May 29th, 2006, 05:27 AM
#7
Thread Starter
Lively Member
Re: reportwidth is larger than the paperwidth
In properties, my reportwidth is 12525.
-
May 29th, 2006, 05:42 AM
#8
Hyperactive Member
Re: reportwidth is larger than the paperwidth
open ur report
file menu of report >> properties >> Print setup
follow this way
-
May 29th, 2006, 06:13 AM
#9
Thread Starter
Lively Member
Re: reportwidth is larger than the paperwidth
Mr Noshaba
I really cant follow your instruction.
Can you be more specific where to get the file menu of report and the rest of instruction.
Thanks in advance.
-
May 29th, 2006, 06:55 AM
#10
Re: reportwidth is larger than the paperwidth
In properties, my reportwidth is 12525.
For removing your error make report less then 9200 width
You can use crystal report for bigger report
-
May 29th, 2006, 07:03 AM
#11
Junior Member
Re: reportwidth is larger than the paperwidth
Install VB SP6.
Then u can set ur report orientation either portrait or landscape.
like
VB Code:
report1.Orientation=rptOrientLandscape
Last edited by Water Color; Jun 18th, 2006 at 06:38 AM.
SAD->> (Suicide After Death)
-
May 29th, 2006, 07:09 AM
#12
Re: reportwidth is larger than the paperwidth
I think Noshaba thought you where using an MS Access report.
If you are using a VB6 datareport, you can set it to landscape in the initialize event of the datareport.
VB Code:
Private Sub DataReport_Initialize()
Me.Orientation = rptOrientLandscape
End Sub
-
May 29th, 2006, 08:17 AM
#13
Hyperactive Member
Re: reportwidth is larger than the paperwidth
shouldnt you also search for a Pageset.dll ? i had a similar problem and found a link on msdn that explained this for the datareport, and downloaded the dll and didnt have a problem since.
-
May 29th, 2006, 08:27 AM
#14
Re: reportwidth is larger than the paperwidth
 Originally Posted by whythetorment
shouldnt you also search for a Pageset.dll ? i had a similar problem and found a link on msdn that explained this for the datareport, and downloaded the dll and didnt have a problem since.
from where u get it??
-
May 29th, 2006, 08:29 AM
#15
Hyperactive Member
Re: reportwidth is larger than the paperwidth
-
May 29th, 2006, 08:38 AM
#16
Re: reportwidth is larger than the paperwidth
-
Jul 5th, 2006, 03:58 AM
#17
Addicted Member
Re: reportwidth is larger than the paperwidth
Look at the paer size set for your default printer in the printer properties. Then set the reportwidth of your datareport accordingly. Because it is the reportwidth of the datareport that matters and not the width property of the datareport. Pls check.
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
|