CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2001
    Posts
    7

    Crystal report Printing

    I have an unique problem.
    Ihave done a project for shopping mall.
    I am printing bill for the items purchased by the customer.when i give print command,
    it prints as i want.
    problem is
    It should stop after printing the last line of the report as they are using paper roll
    If the report is of 3 pages,it prints correctly(only if 3 pages are full)
    else if 3rd page is half then the rest of the page gets ejcted which i dont want.this is not predefined size .
    If u still want further clarification I can give u.

    this a challenge for cr/vb programmers

    plz help me in this


  2. #2
    Join Date
    Sep 2001
    Posts
    49

    Re: Crystal report Printing

    I am taking a wild guess here. Crystal reports prints out a full page every time no matter what. The information it gets is from the Printer object.

    Since you are printing off from a roll. Those type of programs tend to use the Printer object features found in VB. It can be laborous task but you will have full control of everything.

    Go over to www.karenware.com and download her DirectoryPrinter program and take a good look at it.


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