Results 1 to 6 of 6

Thread: Printer Settings

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    51

    Printer Settings

    I'm using a CR Viewer in a vb.net app and certain users are experiencing problems printing reports. For some reason it is printing to letter and not A4 even though the printer default settings on their pc are A4.

    Is there a way to force the viewers print control to print to A4

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Printer Settings

    What do these certain users have in common that the other folks, for whom it is working properly, do not?

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    51

    Re: Printer Settings

    Nothing there all on a standard build, well that's what there meant to be on.

  4. #4
    Junior Member
    Join Date
    Sep 2006
    Posts
    18

    Re: Printer Settings

    Check Out Cr Viewer Control's Properties by right clicking control

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Printer Settings

    Quote Originally Posted by Ginster
    I'm using a CR Viewer in a vb.net app and certain users are experiencing problems printing reports.
    This says to me that the same program is working fine on some machines but not on others.

    This tells me it is probably not the program, or in this case, the reports that are the issue but the machine on which the program/reports are being run.

    This would indicate that there is a configuration/platform difference between a machine on which it works and a machine on which it does not.

    The trick/key is trying to find out what that difference is.

  6. #6
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Printer Settings

    Hi try this
    VB Code:
    1. crReportDocument.PrintOptions.PaperSize = PaperSize.PaperA4
    I had a similiar problem with Visual Studo.NET 2003 it allways printed in landsape even if the report was portrait and charging the printer's setting didn't solved. I used a service pack for Crystal Reports that fixed the problem.
    Jorge
    Last edited by Asgorath; Sep 8th, 2006 at 05:31 AM.
    "The dark side clouds everything. Impossible to see the future is."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width