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
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
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
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
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....
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 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
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
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?
Setting Paper Size Of A Report...
Hi
I think this was been addressed in an earlier thread, still, i am placing so that some1 who is very much known can forward me the link please. I have a single page report and i wanted to set the default paper, as we used to set the printing preferences, as A4. How can i do it ?
Thanx for your time.
Gs
Crystal Report Paper Size
Hi,
My Front end is VB6 and Back end is Access 2000. For reporting I am using Crystal Report version 4.6.1.0 (Which originally came with VB6). My question is that while working in Windows 98, I could set the paper size (under printer setup) to any custom paper size of my choice. This same thing cannot be done while working in Windows XP. In XP under printer setup, there is no customised option available. For example if I want to print on a paper with size 6 * 6 inch, it is possible to set the paper size in windows 98, but not possible to set it in XP. Recently I have changed my operating system to XP and this is a very serious problem for me. I am sure there must be a way out since one always expects more features in a newer operating system. Please help.
(Please note that this question is in regard to printing on dot matrix printer. I have tried different printer drivers like Epson FX80, Epson FX1050, Epson LQ1050, etc, but in XP, under printing preferences, the older the drivers, the lesser the options are available, but in no case customised paper size option is available.)
Paper Size In Crystal Report ???
Hello
How to change paper size in Crystal Report ?
When we draw some fields texts, lines, etc. on Cry. Repo., can we copy / paste those things. e.g. I want to draw many lines in a report.
I tried it by Ctrl+C / V but it is not working.
Please Suggest !
Crystal Report Paper Size In Xp
custom paper size on xp
i found how to custom paper size in xp but how to use it in crystal report
i want to set page width=8.5" and height=6.5"
Code:cr.PaperSize=???
Edited by - muchtar on 5/27/2005 8:56:01 AM
Help For Printing A Report On A Legal Size Paper
Anybody know a way I can create a report that supports the size 8.5 X 14 in (legal) paper?
Datareport doesn't support this.
I don't have experience working with Crystal Reports (if anybody has an example for creating this type of report I would appreciate your contribution). I need it for a VB application, I have done reports on Crystal Reports but can't find a way to link it on a VB application in the way that if the contents of a database changes, it is reflected on the Crystal Report.
If anybody can help, please let me know.
Help For Printing A Report On A Legal Size Paper
Hello
I' using vb6 and crystal 7.0.
I created a report in crystal 7.0 .In cryustal report i Enter two lines
and single line characher data.
For ex.
School Name is...... (line 1)
School register
Number is............. (line 2)
When I print report on dot matrix printer on thta time only one sinlge line character line is printing but two lines character line is not printing on paper all charactres are missing.
What I do?
How To Set Crystal Report Paper Size Programatically
i tried to setup code to remember report settings (paper size) everytime user want to print a doc
let say user open a doc, and set the paper size to 8.5 x 5 inch
the next time it open , i want the report immediately resized to paper size 8.5 x 5
i try to set paper size of crreport using
crreport.papersize = xx
but it didn't work when i set the papersize out of those defined in the constant crreport.printsize
Paper Size To 1/2 Legal In Cristal Report
how to set cristal report paper size to 1/2 legal and portrait ?
iam using windows xp and printer lx300 and there is no paper size custom
Edited by - muchtar on 5/27/2005 8:57:31 AM
Default Paper Size When Printing Crystal Report From VB6
Problem:
When printing a crystal report from VB6, the default paper size sets to 'Letter'. I would like to change this to 'A4'. I have set the paper size of the crystal report to A4 and the default paper size of the printer to A4. When I print the report from crystal it prints fine but when I print the report from VB6, the paper size defaults to letter. This can be changed to A4 using the Advanced layout options but I want A4 to be the default.
Any ideas?
This is the bit of code that sets up the printer and prints the report.
CrRep.Destination = crptToPrinter
CrRep.PrinterSelect
CrRep.PrintReport
Thanks,
Sean
Changing Paper Size In Crystal Report 7 And Window 2000
Hello,
I am using Crystal Report 7 and windows 2000, I wanted to change paper size to A2 that is 420 X 594 mm.
I went Files -> Printer setup and changed paper size to A2 clicked on OK button, but it did not reflected to Design Screen and when I went back to Printer setup and see it did not took the A2 size.
Please can any one will help me as soon as possible.
Thks and Regards.
Mayura.
Setting Paper Size In Data Reports
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 kindly tell me how can i do this?
Thanks in advance
Regards
Printer Paper Size For Data Reports
Hi
Ive tried to use the printer object papersize property but it gets ignored when printing with the data report designer.
Here is part of my code:
Printer.PaperSize = vbPRPSA4
rptSummary.Orientation = rptOrientLandscape
rptSummary.Show vbModal
Is there an API I could use instead?
Any help would be much appreciated,
Thanks
Chris
Paper Data Report
Hi, all
I Also want to ask how to set a width and height of paper that i use in y
data report ?
Thank you
Hok Sun
Data Report:How To Set Paper Length
How is the paper length set programmatically? There's a report property for paperwidth, but not length. Is there some other way of setting it?
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
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
Data Report Size Help!!!
I am unable to increase the height of the data report...
it gets a max of 9216
is it possible to increase it's height based on paper size...i mean i need atleast 10 inches of space on the paper...
plzzzzzzzzzzzzzz help me
itz very imp for me
Data Report Size
I am using vb6 and oracle 8.1.6 and win 2k
I want my report size should be equal to the A4(8.5 x11 inches)
and lef,right,top,bottom margins = 1 inch
which parmeters I need to set and their values.??????????????
Sorry to hux and rock -------- I am using data report coz now i've submit it by next saturday in any case And using crystal reports will take lots of time as I've to learn it ............
Edited by - haahoou on 1/28/2004 12:15:46 PM
Data Report Size Problem!
I am making a data report using the MS data report. I can only get the report to be 9000 in height, which is only about a half a page. The MS Data Report uses a whole page when it is printing many items from a table but I cannot get a report to be over a half a page at design time... What am I doing wrong?
Rick
Data Report Legal Size
Service Pack 5 fixed a bug where it wasn't possible to change orientation programmatically for Data Report. What it didn't fix is changing paper size (legal, etc.). Does anybody know how to work around this problem?
Data Report In Legal Size
hello! i am having problems regarding data reports. what should i do such that when i print a data report, it will maximize the space of a legal size paper. meaning when i print a report, it will appear the same way as to when i set the paper size of a Word document to legal size.
please help me
Set Data Report Print Size
Hi,
Have a small problem with my data report, when I say print the data report it prints the output in A4 paper size.
How can I set the size so it should print not in A4 size but the size I set to.
Thanks,
Sweta
Data Report Page Size
May I know how to change the page size of a data report? I would like to make a report of A3 size. Thanks
Clive
Get Paper Size Using VB
hi
does any one know how to get the printer paper size ie height and width.
What dll do I use and if you have an example that would help.
Thanks
zann
Paper Size
Hi, Just Asking on How to set the Paper Size of a DataReport to Legal (8.5x14)?
I try using CommonDIalog Box but it doesn't work..
CommonDialog1.Flags = 64
CommonDialog1.ShowPrinter
I always go to the Printers and Faxes and set the Paper Size to Legal..
But my other projects, need only Letter(8.5x11) that's why I am going to back it's paper size to (8.5x11)..
What code should I write, so that everytime I run this program, the Paper Size will automatically set to Legal (8.5 x 14)
Hope you can help me with this?
Paper Size
anyone have idea on how to set custom papersize for crystal report 8.5?
Paper Size
hi,
does any gurus/newbies/fanatics know how to change the data report size from A4 to A5... is it possible?
thanks for any avail!
|