|
-
Mar 3rd, 2006, 05:48 AM
#1
Thread Starter
Member
How to Increase the width of the report
Hi,
i am working on datareports.
i am not able to increase the width of the report layout.
when i increase the width and run the report, it is showing the error, page width is greater that report width.
i have many fields to be displayed in the report.
pl help me
-
Mar 6th, 2006, 02:36 AM
#2
-
Mar 7th, 2006, 08:27 AM
#3
Thread Starter
Member
Re: How to Increase the width of the report
Hi,
i have 20 to 25 fields. where can i mention Portrait or landscape.
Regards
Hiran
-
Mar 7th, 2006, 09:29 PM
#4
Re: How to Increase the width of the report
Hi,,
i am working on datareports.
i am not able to increase the width of the report layout.
I was thinking your working access reports...
i have 20 to 25 fields. where can i mention Portrait or landscape
20 to 25 is a lot to display...What type of information are you displaying on the report? customer? sales? payroll?
Are you basing your report from a query?
For the adjustment of the width, simple locate the width property of the report on the properties window...Just lessen the margin and the width of to adjust the fields...
-
Apr 8th, 2006, 06:18 PM
#5
Junior Member
Re: How to Increase the width of the report
You didn't tell us that how can we convert the paper layout to landscape from portrait?
-
Apr 9th, 2006, 03:51 AM
#6
Addicted Member
Re: How to Increase the width of the report
DataReport.Orientation = vbLandScape (it comes with service pack 5 or higher as far as I remember)
-
Apr 9th, 2006, 02:35 PM
#7
Junior Member
Re: How to Increase the width of the report
 Originally Posted by BestS
DataReport.Orientation = vbLandScape (it comes with service pack 5 or higher as far as I remember)
The code you told doesn't seem to be in the version of VB 6.0 i am using. I mean when i put that code "DataReport.Orientation = vbLandScape", it says the method or datamember not found. Please Help
Ahmed
-
Apr 9th, 2006, 02:37 PM
#8
Junior Member
Re: How to Increase the width of the report
And also please tell me how can i check which vb service pack i am using or from where on net i can get?
-
Apr 10th, 2006, 12:32 AM
#9
Addicted Member
Re: How to Increase the width of the report
DOWNLOAD Service Pack 6 for Visual Studio and install it.
www.microsoft.com
-
Apr 10th, 2006, 12:57 AM
#10
Junior Member
Re: How to Increase the width of the report
This depends on the MONITOR-DISPLAY SETTINGS...!
Try this with 1024*768 Resolution..
If you still get the same error try Decreasing the Font size and fit all the fileds, if not only option let for u is to use, Crystal Reports...(As far as i know)....
What do u say...????
-
Apr 10th, 2006, 02:35 AM
#11
Addicted Member
Re: How to Increase the width of the report
Monitor Resolution Has Anything To Do With The Report Width???
Using Visual Basic 6.0, access 2000, Visual Studio 2005
Rate the post that you approve 
-
Apr 10th, 2006, 02:54 AM
#12
Junior Member
Re: How to Increase the width of the report
yes BESTS....definetly....
just try checking, you wil notice the difference & the monitor make also matters, Untill and Unless we define an exclusive code for the REPOT...
-
Apr 10th, 2006, 03:29 AM
#13
Re: How to Increase the width of the report
Have you tried BestS suggestion in post #9? I think you may also download PageSet.dll to be able to DataReport's orientation...
-
Apr 10th, 2006, 03:40 PM
#14
Junior Member
Re: How to Increase the width of the report
 Originally Posted by dee-u
Have you tried BestS suggestion in post #9? I think you may also download PageSet.dll to be able to DataReport's orientation...
Dear! from where can i download this pageset.dll file?
-
Apr 10th, 2006, 07:32 PM
#15
Re: How to Increase the width of the report
How about trying google?
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
|