CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Tired of this!!!!!!

    Hi all,
    I have a small prob. I have been posting this but, No still I couldn't find any solution. I have been trying this from nearly 10-15 days.

    The problem is I am using a DOT Matrix printer. I will print to this from Crystal Report 7.0. In that what happens, the report may contain 1 or n pages. Now the problem is after printing the first page, before printing the content of the second page, it leaves a one line space, which looks very odd because the print out is taken on a continous stationary and the matter of all the pages is related, so no gap should be left in between till the whole report gets printed.


    Any ideas. Please help me.


    Thank You,
    Shivakumar G.M.


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Tired of this!!!!!!

    Have you tried setting the upper and lower margins to 0?

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: Tired of this!!!!!!

    The top and the bottom margin of the page is set to 0

    Thank You,
    Shivakumar G.M.


  4. #4
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Tired of this!!!!!!

    Sounds to me like this is a printer driver issue, not a VB one.


  5. #5
    Join Date
    Aug 2000
    Location
    Namibia
    Posts
    139

    Re: Dot Matrix Printers

    As a precaution I suggest you ensure that the paper size of the printer, print driver and page setting are identical.
    So, haul out the Printer's Manual, set the paper size; Configure the driver's paper size, Revisit the Crystal Report Design's paper size and give it another bash!
    HTH


  6. #6
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: Dot Matrix Printers

    I do not understand ur suggestion. I have changed the crystal reports design to match with the printers paper size.


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

Featured