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

    Anu Gurus on Net, Please Look

    I am using Crystal Reports for printing data on to a continous rolling papers.

    But the printing is very very slow.
    But, I do find that DOS based print for example
    dir > prn works very fastly,

    Why not this Crystal Report print faster?

    Any gurus, please help

    Regards,
    Shivakumar G.M.



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

    Re: Anu Gurus on Net, Please Look

    I think this is because DOS writes directly to the printer, whereas in Windows, the program writes to a print queues, which is then written to the printer.
    Also, check the quality you are printing. If you are printing in high quality, it may result in the printer writing 2 or 3 times as slow.

    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: Anu Gurus on Net, Please Look

    How can I make this still faster?
    The printout has a gap of 1 line space between each page(I am using continous papers)

    REgards,
    Shivakumar G.M.


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