How To Change The Width Of Data Report To A3 Paper Size
I want to change the width of data report to A3 paper size,I dont know how ?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Change Data Report Paper Size At Run Time
i design my reports using Data Report. the reports will print into preprinted form with many size such as A4, F4 etc. my the default printer is set to A4 size. this cause some of the reports cannot print properly, the printing show in second page. (actually it is in 1 page which the paper is F4, higher than A4).
now my problem is: how to change the papersize for data report at runtime? say my default printer is set to A4, then i want to show some of the reports in B4 size, and some in F4 size...
i tried the printer.papersize, but it doesn work for data report.
is that possible to change the data report paper size in run time? How?
Change Paper Size For Data Report At Run Time
i had post this thread before but seems no one understand my problem...
in my program, i have 2 report. 1 is in Letter size (11in Height), another 1 is in custom size (14in Height), both report are in 8.5in Width and in Potrait.
How do i change the paper size in run time to allow to display the 1st report in Letter size and then also can display the 2nd report in the custom size(14in).
ps: Printer.Papersize doesn't change the data report paper size....
How To Change The Paper Size Before Printing In Data Report.
I have a problem regarding producing the summary report of the inventory system I am developing in our company. The problem is that I cannot produce a report in data report that is longer than A3 size of a bond paper.
In the design, I tried to enlarge the width but when I run the program, there is an error "Report width is larger than the paper width.
Please help me to have a code that will setup the paper size according to user's choice and preview the report an error.
Note: I dont want code that access Crystal Report. I already know how to change paper size in Crystal Report. What I want to know is the application of dynamic paper sizing in Data Report within the Visual Basic 6.0
Error In Data Report(VB6) &"Report Width Larger Than Paper Width&"
I am suppose to generate a Data report in VB6..
but i am geting an error like 'Report width larger than paper width'
my data report width is 10000
i have also tried it by reducing it to 8000
but still geeting the same error......
is it because of the few large datafields in the report....
please tell me the solution...i needit urgently
Set Paper Width In Data Report
I need help getting my data report to print correctly.
I am trying to print to a Genicom Line Printer using Green Bar Computer paper. The Printable area of the paper is 10.5"Hx14"W. I have tried to change the Report Width property to 20160 and the Height to 15120
the report width change takes, but the Height defaults to 11520.
When the report is called I get the "Report is wider than paper" error. I have changed the orientation to rptOrientLandscape, but the text prints vertically across the lines rather than along the lines on the paper.
How can I tell it that It is printing on the computer paper and not on a standard sheet of paper.
If this does not make sense or there is information that I need to include please let me know. I am on site trying to solve this problem and could really use someones help.
Thank you in advance for your help
Bart
Edit:
Is my question ill-posed, or is it just one of those bizarre questions that is difficult to answer? Or...is it one that should be in the Recycle Bin due to its simplicity
Thanks again in advance
Bart
Setting Paper Width In Data Report
Hello Everyone
I am using Data reports in my project. I want to take the print out of the report, on the Continuous Computer Paper(using dot matrix printer). I am unable to set the page width of the report to suit this dimension. Can anyone please tell me how can i do this?
Thanks in advance
Regards
Changing Paper Size In Cdl.ShowPrinter Won't Change Printer.width And Printer.height
Hi,
I use this code to let the user change the paper size and orientation before printing.
VB Code:
CommonDialog.ShowPrintermsgbox printer.width & " " & printer.height 'print code here ...
but under Windows XP even when I change the paper size from the dialog the vb's printer.width and printer.height arn't changed ....
Is there a better way to change the paper size .. and to retrieve the changed paper size ?
Data Report Paper Size
it's any way to customize de paper size on monitor when use the data report?
i sawit on letter size but needit half size
HELP! Data Report And Paper Size
Hello again. I go again with question. How to change the paper size on data report. My data report don't show anything, becouse the report size is biger then paper size, but I want to show any way, any if the paper is smaler.
Data Report On A3 Size Paper
I want to print on A3 size paper (approximately width 16 inches) using data reports through VB. When I tried it gave me an error as Report width larger than paper width.
Paper Size Of Data Report
hi,
I want to make my report of (15*12) in. But it is taking A4 size by default.How will I be able to do it??? Can Any body tell me.
Thanks in advance.
Bye
Paper Size Of Data Report
Hello
I want to remove the horiz. scrollbar from my datareport.
My data is not actually more than a window but because of the default paper size
i can't remove it.
I think the soln. is to reduse the paper size when application runs & set default when it closes.
But how it to be done using VB.
Pleae anybody...................
How To Set Paper Size For Data Report
I have a data report whose width is 10". When I'm trying to run the report, I'm encountered with the error " Report width is larger than the paper width".
I tried to set the orientation to landscape:
Code:
Printer.Orientation=2
But it isn't working. Can anyone tell me how to set the paper size and orientation?
Setting The Paper Size In Data Report
hi
would u tell me is there any method so that i can set my report size to as small as that of a 4" receipt paper..my printer is epson lx800 , dot matrix..i want to stop the paper after 4"
plz help..
A3 Size Paper Print Using Data Report In Vb 6.0
Hi All,
I want to generate a A3 size paper reports using data reports in vb 6.0.
But data report width restriction is there in vb 6.0. I installed sp4 also..but max allowing report width is around 16200.
How to do it?
Regards,
Rojasri.
Define Paper Size Using Data Report
I want to know about to increase or decrease paper sizes in data reports in vb 6.0,
is there any chance to fix the paper size with out using printer options. plz give me the margin sizes with numbers.
what is the size for A3 paper
A4 paper
Printing Of Data Report In Half Size Paper
hello..
hope you can all help me with this...
i have a problem and i just want to know if this possible or not in vb.
i need to print a datareport in a half sized paper..
ex. 8 x 11 (short bond)
i need to print my report in a 8 x 5.5 paper size without ejecting the
paper . I am using an epson LQ2180 perinter..
i tried resizing the paper using
printer.papersize = 256
but the printer still get the default paper size
stated in the printer properties
although vb already accept the paper size i declare in my code.( i
checked it when i debug the code)
so please enlighten me with this.
thanks to you all!.
waiting for your quick reply.
thanks,
anna
How To Custom Paper Size Of Data Report In Visual Basic 6.0
hello
i am working on a project using visual basic. i have to print a recept which is of 7.6 x 9.8 inch size. by default the paper size it prints is of A4 size page. so how to custom this size using code while printing data report in visual basic 6.0
Report Width Larger Than Paper Width Error In Datareport
I have to print a report (datareport), there is a predefined certificate on which I have to print my report
problem is, the certificate is a bit wide...and i am getting "report width larger than paper width error"
i have dragged the scale (width) to 8.1 or 8.2, beyond that if i drag, i am getting the error
i have set the datareport properties leftmargin, rightmargin, topmargin and bottommargin as 0.
i have increased the reportwidth property value, still no use
i want to increase the width of my report, (scale > 8.5), how to do it?
Srikanth
Error: Report Width Is Larger Than The Paper Width
i create few reports using Data Environment & Data Report. the reports r in A4 size (portrait), and some r in A4 size (landscape). when display the report which is portrait, it has no error. but when display the report which is landscape, an error says 'Report width is larger than the paper width'.
to display the landscape report, i must goto printer setting and set the paper orientation to landscape. then all my report can display.
BUT, the height of the portrait report is shorter. i mean the bottom of the portrait report will be blank (4 inch from bottom is blank)
i try to change the orientation before i open&display the report, but it doesnt work.
how to change the orientation, and the paper? pls help. Thanks.
Report Width Larger Than The Paper Width ERROR
Hi ,
I am using data reports for getting some reports from my application.While displaying or printing my reports, I get an error saying 'Report width is larger than the paper width.'
Now irrespective of the paper width settings of the printer I want that when I use the application at my client side, it should adjust the paper settings and printer settings so as to show and print the report.
Can anyone help me out on this....I have very little time at hand...and its ticking away...tick..tick...tick.....Help me
Thanks in advance.......
Report Width Larger Then Paper Width
i get the above error when i try to generate a report in vb. i am using the report designer, but i have checked the report and there is not label or text field or anything lapping over page - what could be the problem? any help would be greatly appreciated!
Report Width Is Larger Than The Paper Width ???
Hello all,
I just make an data report.
but when i try to run the project, there is error :
"Report Width is Larger than The Paper Width"
How to set the Paper Width ? Can i set it by code ? And How ?
I was try to setting my printer default on Lanscape paper, but still not working..
Please help..
Thanks
Report Width Is Larger Than The Paper Width
Dear vbguru out there,
I have encountered this error message "Report width is larger than the paper width" while exporting my form to data report in vb. Can anyone here help me in this? I have checked the microsoft support website and it said to download the latest service pack. I have done that but still getting the same error. Not sure why...Do I need to do anything after installing the lastest service pack? Urgently needed help here. Thanks in advance...
REPORT WIDTH IS LARGER THAN PAPER WIDTH
can somebody help me fix this program?? i got a presentation in a day
thanks!
it keep giving error msg "REPORT WIDTH IS LARGER THAN PAPER WIDTH" when i click on booking details and cruise details
THANKS PPL
Can I Change The Width Of A Data Report
hi
please tell me if i can change the width of my data reports or get it in a landscape page setup as i am getting eroors if i put textboxes more than the width of the report
How To Set Paper Width In Report
I generate report use VB tools. It has problem in generate horizontal A4 paper report.It has error " the report length is exceed the paper width"
wky086
Change Paper Size
what is the cording to change paper size and set as landscape .. what is the right cording i m trying like this
printer.papersize = 9
printer.oriantation = 2
its not working
y is that ??
what should i do
Change Paper Size
How to get the Data Report height after loading the Report?
How to change the user difined Printing paper size in VB?
How Can I Change The Paper Size???
Hi to all
I'm using VB6 and i make a report with the datareport (default of vb).
I 'm searching the Web to find how i can change the paper size of the printer that user select but nothing.
I have a report tha prints Folio - Letter but it hasn't the same margins with the vbprpsFOLIO.
When the user select a printer from print button ( In Microsoft DataReport) i want to change the paper size of that printer.
**Sorry for my bad English**
Thnks
Change Paper Size Through VB
Hi all,
can anyone let me how to change the paper size through VB code dynamically as per requirement, ie some of my data reports are using letter size papaer some using legal and some A4, I have tried printer.paperSize but it is not working ,
Thanks in advance
bye
Change Printer Paper Size
my DataReport paper size is larger than the printer default size
How to change paper size programatically?
Code:
Printer.PaperSize = PrinterObjectConstants.vbPRPSUser 'supported by the priner driver
Printer.Width = #### 'number in twips which is larger than my report width
OR
Code:
Printer.PaperSize = ...A2 'The constant for A2 which is also supported by the printer driver
won't work, it has no effect on the printer at all (for my program or system-wide) and the error still popups.
the printer is EPSON LQ-1050 (wich driver is packed with win98/ME)
I searched the forums for this, I found alot of articles, I read more than 50 one, I got nothing usefull.
and this is the same article I wrote in other forum with about 4 replies and had no answer.
http://www.vbforums.com/showthread.p...51#post1555751
any help please
Change Printer Paper Size
my datareport reportWidth is about 20000 twips witch equal about 330 mm
when change paper size of the printer sittings to A2 (420 mm width) it works
when change paper size of the printer sittings to any other (smaller): "Error: Report width is larger than the paper width"
I put the folowing code to change the paper size before DataReport1.Show:
Code:
Printer.PaperSize = 258 'equivalent to A2 paper size
or
Code:
Printer.PaperSize = PrinterObjectConstants.vbPRPSUser
Printer.Width = 20000
Printer.Height = 20000
But the code did nothing
How can I change printer paper size by code?
Note that the printer is compatible with Epson LQ-1050
Of course I searched the forums for this "Printer paper size" and found alot of articles most left with no answer or not atchived a solution
please I realy need your help
Please Help: How To Change Settings Of Paper Size?
Hi,
Could we change the settings of the paper size of the printer in windows using visual basic?How? And what is the synatx?Have browsed and come up with the line PRINTER.PAPERSIZE=VBPRPSA4.Is the liner correct and what are the other codes for papersize.
Thank you!
Change Paper Size Dynamically
i have problem with changing paparsize(A4,letter) using VB code.i use some code those dont take effect.
if any body have the solution please send me.
thanks
Programatically Change Paper Size In Access 97
Hullo. You know that frustrated feeling you get when you know you are about finished with a niffty project, but can't quite make it click? That's where I'm at now.
The situation: Access97 database to track service level responses. db is "locked" using the Startup options in Access, to prevent users from touching the tables manually. Works fine and dandy. Report for printing said responses works fine and dandy designed on Legal paper.
The problem: Users cannot change the paper source for the report, so the staggering majority of them, who had last selected Letter in their other Access db's cannot change to Legal for this. I know that with PrtDevMode I can do the mojo I want, but, my poor blonde brain is having a meltdown figuring out how.
If standard wisdom is, "Just keep pounding, and you'll eventaully get it" I can live with that. I'll buy stock in the aspirin company, but, I'll deal. I'd rather not, though. If somebody has already blazed this trail, I'd gladly follow in their Wenceslas-ian footsteps, and be warmed by their knowledge and effort.
If further explaination or questions need to be asked, please let me know.
Many thanks!
Jim
How To Change Font Size Dynamically Through VB CODING In Data Report?
Hi,
How could we change the font size of a label box in datareport through VB CODING?. I tried the following but it shows the error message, "Object does not support this property or method"
DRSalB.Sections("section2").Controls("lblname1").FontSize = 10
Is code has any wrong syntax or there any other alternative methods?
Data Report In Vb6|error:report Width Is Greater Than Page Width|what Can I Do?
i am building my report on vb6 data report. i have to make a wide report since i have so many fields to accomodate. but when i try to run the app. it says the report width is greater than the page width. how can i get over this situation.
i switched over to vb6 data report because..
( i tried making reports on crystal reports 8.5 but i can adjust so many fields on the single report even after changing the page setup to landscape instead of portrait.)
can't i make bigger reports? please help.
Data Report In Vb6|error:report Width Is Greater Than Page Width|what Can I Do?
i am building my report on vb6 data report. i have to make a wide report since i have so many fields to accomodate. but when i try to run the app. it says the report width is greater than the page width. how can i get over this situation.
i switched over to vb6 data report because..
( i tried making reports on crystal reports 8.5 but i can't adjust so many fields on the single report even after changing the page setup to landscape instead of portrait.)
can't i make bigger reports? please help.
Set Paper Size For A Report
I'm trying to print a crystal report to a dot matrix printer. The paper size I want to print onto is 5 1/2 inchs (14cms) in height * 8.3 inches (21.1cms) in width but I can't find anywhere in crystal to set this paper size.
I have also tried going into the printer setup in windows but can't find an option to customize the paper size.
Can this be done from VB? Or how can I set the paper size?
|