Specify Which Paper Tray Will Be Used For A Report?

Jan 12, 2006

I need to specify which paper tray will be used for a report but I keep hitting dead ends.

I started out using code like this:

ReportDocument.PrintOptions.PaperSource = CrystalDecisions.[Shared].PaperSource.Lower

I tryed every option in the enumeration and it always pulled from the upper tray. I searched the web and found a number of people said "PaperSource" doesn't work, use "CustomPaperSource" instead. I tried it, but discoved CustomPaperSource doesn't appear to be a method of PrintOptions because the command is not recognized and won't compile. Sample:

For Each printerSource In printerSettings.PaperSources
If printerSource.SourceName.ToString = "Tray 1" Then
reportPaperSource = printerSource
End If
Next
ReportDocument.PrintOptions.CustomPaperSource = reportPaperSource

I found a Hot fix on the Business Objects site and applied it successfully.

I also fould they recommend Crystal Report Service Pack 3. When I run it, it gives me a message: "Failed to read/update the registry for the Crystal Reports 10.0 Service Pack 3 -199".

I have 2 questions:

A) Is there a way to get my original PaperSource to work? It seems silly to have commands that don't do anything, so there must be a way to get it to do something.

B) Is there a way to get this or some other service pack to load so I can use the new command (CustomPaperSource)?

View 5 Replies


ADVERTISEMENT

Setting Custom Paper In Crystal Report?

Jul 29, 2010

Can I set custom paper size in my crystal report? For example, i want to show 8.5X5.5.

View 4 Replies

Setting Custom Paper Size In Crystal Report

Aug 22, 2010

I need to print the bill and the paper size is 204 by 152 mm and its a continous paper. i did write the code as follows [code]i have done enough research but came with nothing thats why m posting here.I just need how to set custom paper size to crystal report.

View 7 Replies

Programmatically Setting Custom Paper Size For Crystal Report?

Nov 5, 2008

I have created custom paper Size "XPaperSize 15 x 12" in Printers - File - Sever Properties. In VB .net 2005 I am trying to set custom Paper Size for Crystal Report. My problem is when I run report from Vb .net, Crystal report viewer showing correct preview for custom paper size but when I give print command it's print default printer paper size e.g. Letter size.

Here's the code I'm using to print:
Dim ObjCrReport as new ReportDocument
ObjCrReport.SetDataSource(ObjPrintDataSet.Tables("PrintData"))
SetReportPageSize("XPaperSize 15 x 12", 1) ' call Procedure for setting Custom Paper Size
End Sub
[Code] .....

If I used "myAppPrintOptions.PaperSize = PaperSize.PaperLegal" then print preview & Printing coming correct. Why it's printing Letter Size where Crystal preview showing custom paper size preview? & How to set Crystal Report Printer Paper Size?

View 2 Replies

Deployment :: Show Program Tray Icon In The System Tray

Jan 3, 2010

my program has a tray icon and i want it to show up in the system tray. so i went into my windows notification area and set it to show icon for my app. But when my app update to a new version with clickonce, it will think its a new app and i have to set it again. Is there a way that it will treat all new version as the same program and i dont have to keep setting it?

View 3 Replies

Reference A Report Variable In The Report Properties Code Window Of A Local Report?

Apr 19, 2011

how I can reference a report variable in the Report Properties Code Window of a local report? I have tried Variables!Claimant.Value (for a variable called Claimant) but I get an error "Reference to a non-shared member requires an object reference." I have tried qualifying it with Report. and also with the report name in front of it but I get errors with this also.I have the variable CLaimant defined in the Variables section of the Report Properties.

View 3 Replies

Set Paper Size A8?

Jun 11, 2011

In crystal report in VB.net how can i set the paper size A8?

View 4 Replies

How To Set Paper Size To Legal

Jun 25, 2009

i can't figure out how to set the paper size to legal!. [code]

View 6 Replies

Print No Of Copies In A4 Paper?

Nov 15, 2010

I already have barcode created for each stock. And when user click on the print button, it will prompt user how many copies to be printed out.How to do the print out of barcode?

Question Two How to code something to check how many copies of the current barcode size can fit in A4 paper?

I want to fully utilise an A4 paper size before a new A4 paper is used.

View 4 Replies

Printing - How To Set Paper Size

Sep 2, 2009

I'm learning about printing and have made good progress but there is still one thing I can't understand. I can set the paper size using "papersize" but should I use "paperkind" - is so, how do I use it? When I want to use the standard papersizes(A4, A5 etc) what method is best?

View 2 Replies

Resize Paper Size To A5?

Jan 23, 2012

I am working with VB 2010, I need to print content that is in Forms, but to doit the way I requested, I need to print on A5 size, or the need to make PaperSize = A5...

View 2 Replies

Set The Location For Printing On Paper?

Apr 5, 2009

does anyone know the code for this?I want to set the location for printing on paper. If the number has a decimal then it goes to this location but if it doesnt it goes to another? what is the code for if number has a decimal places btw using vb 2008

View 3 Replies

Set The Printers Paper Orientation Using VB?

Jun 11, 2011

how to set the printers paper orientation using vb dot net

View 17 Replies

Set The Printers Paper Orientation?

Mar 10, 2009

how to set the printers paper orientation using vb dot net

View 1 Replies

VS 2010 Printing On A3 Paper?

Feb 8, 2012

Attached is an excel file which I want you to have a look at. Usually the staff fills in this form manually in 2 copies everyday and this is becoming very tedious. So what I was thinking is to design a form with labels (which represent the columns on the excel sheet) and text boxes. Let's say for each 5 records they capture, they can take out a printout on A3 paper like the same format in the excel sheet. I know we can do that directly on the excel sheet but the thing is all the data captured will be used in another application I have developed.

View 1 Replies

Control The Printers Paper Source?

Jul 29, 2010

How can i control the printers paper source?

Im printing a document but i want the user to only be able to print from the Manual feed tray on a HP 2055dn printer.

i currently have ths code in place but is anyone able to tell me if it would work or not.

i was using a print dialogue box but changed my mind as i just want to print the document as soon as the button is pressed.

' Allow the user to choose the page range he or she would
' like to print.
PrintDialog1.AllowSomePages = True

[Code].....

View 16 Replies

Free WHITE PAPER Download On AOP

Nov 27, 2011

AOP = Aspect Orientated Programming. [code] Click this link to see the NEW way of how to insert a picture into a forum post.

View 1 Replies

How To Print A4 Paper In 2005 Code

Sep 30, 2009

I wants How to print A4 paper in vb.net 2005 code

View 1 Replies

How To Save Scanned Paper To PDF File

Apr 5, 2010

How to save the scanned paper as pdf file. I use vb 2005 and I develop a system that will save a paper -which the user will scan it by scanner- to a pdf file. I know the code for scanning the paper but I don't know how to save as pdf file

View 1 Replies

ITextSharp Custom Paper Size

Mar 22, 2010

I'm using iTextsharp library to create PDF files. I can declare for A4 Landscape paper like this:[code]I'm wondering how I can set Height of pdfTable or A4 Height manually. Because there's a lot more margin left at the bottom, and I need to put some text at that margin. Right now, I put a line of text at the bottom, the line's got pushed to the new page.How can I override the height of A4 paper provied by iTextsharp? How can I create a custom size paper, say Width = 29cm, Height = 22cm?

View 2 Replies

Php - Get Data From A Survey Paper Document?

Feb 24, 2012

i know it could sound as a silly question but i was wondering if there's a way to get data from a survey on paper though: i mean, let's say i have a survey on paper with questions and some checkbox that the user will tick and i want to get its data scanning the document and save it as pdf, if it's possible, or jpg or doc, whatever. Then with PHP or whichever language you suggest, try to get the data in some way from the scanned document and put it to a DB.

View 2 Replies

Print By Printer On Custom Paper?

Jun 18, 2012

This is pankaj, I am currently working on the printing project. Here I have creating a custom paper(height =

1000mm and width = 800mm) on the printer via code and then trying to print the text on a specific location (for

example. top = 1cm and left = 1cm). It does not print the text After trying many time i found that printable area,

created by the code, is not changed but it is changing height and width as custom paper i have given in the code. But still it's printable area remains the same as previous paper

View 2 Replies

Print Using Custom Paper Size?

Aug 12, 2007

printing document using custom paper sizes, i created a new paper size thru code and try to use the same paper size for printing, in preview it shows exactly [ giving output in same pape size ], but while printing the paper size is resetting to A4 / letter.How can i solve this ... i am using vb.dot net 2005.i read somewhere that it is possible thru Winspooler API, but i dont know how to use that.

View 1 Replies

Testing The Paper Is Finish In Printer?

Mar 25, 2009

how to get a warning in my VB program when the paper in the printer was over.

View 1 Replies

VS 2008 Size Of A4 Paper In Pixels?

Apr 3, 2009

I need to know the size of A4 paper in pixels, does anyone know this, I want to be able to print at 100,100 on a piece of paper, and it be in the exact same position as in my form.

View 5 Replies

Change Printer Default Paper Size?

Aug 10, 2011

What i want to do is simple but at the same time complicated. I have multiple .PDF file and i want to print them all. Thing is, all the .PDF are in 8,5 X 11 paper size. The printer is also on this paper size by default and i want to print them in a different size. I want to change the default printer size programatically so it prints in the right format. I need to change this in the program because i need to print in a few different paper size.

here is some code

Dim Process1 As New Process
Dim starter As New ProcessStartInfo("C:Program FilesAdobeReader 10.0ReaderAcroRd32.exe", "/t " + path + filename + " " + printername + "")

[Code].....

View 4 Replies

Manually Setting The Paper Size Programmatically?

Mar 21, 2010

i want custom paper size can i declare in height and width of the paper.

View 1 Replies

Microsoft Fax - Printing Incorrect Paper Size

Nov 18, 2011

I have written a program in VB that sends faxes to my customers. When I test it, the fax machine prints the output on legal paper and I have no idea why. I have checked everything that I can find and I don't see anything in the API to set the paper size. I am setting the body to a PDF file. When I print the PDF file locally, it prints just fine. I have tried other files, output from other programs (i.e. word) and the end result is always the same.

View 2 Replies

Paper Size In Print Preview Dialog

Feb 18, 2012

Is it possible to set the paper size in print preview dialog? I attached the image of what I wanted to achieve.

View 1 Replies

PrintDocument Object - Get Paper Sizes For All Printers

Aug 4, 2011

I want to Return a List of all the PaperSizes with Included Dimensions. When I open my form it displays the Current Default Printers PaperSizes. I need to set the PrintDocument Object to another Printer... How might I go about changing my PrintDocument Object to the next printer installed on my computer? So I can then get it's Papersize info.
Private PrintDoc As New PrintDocument

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved