Results 1 to 5 of 5

Thread: How to manage the length of the report ??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2007
    Posts
    71

    Question How to manage the length of the report ??

    Hi frendes

    I am developing a POS System

    and I Have a problem With Printing Receipts
    With The Receipts Prenter

    The Problem is i Can't Manage The report Length

    the Receipt Lengh Must be harmonious With The Number
    of The Items in theis Check or Receipt

    i just need to know the tool that Can help me to do this

    Plz any one Help me

  2. #2
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,515

    Re: How to manage the length of the report ??

    How are you printing the receipt? Post the code.
    If your using the Printer object then "Printer.EndDoc" will eject the page.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2007
    Posts
    71

    Re: How to manage the length of the report ??

    I Know This Order "Printer.EndDoc" it usable in VB6
    But in my Case I Use VB.Net

    I just want To Know how I Can Print The Receipt By Crestal Reports

    my big problem with Crestal Reports is
    if the recept have one item for example
    the page will have a big space
    i want to make
    the Receipt Lengh harmonious With The Number
    of The Items in theis Check or Receipt
    Plz any one Help me

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Sep 2007
    Posts
    71

    Re: How to manage the length of the report ??

    Plz any one Help me

  5. #5
    New Member
    Join Date
    Dec 2008
    Posts
    6

    Wink Re: How to manage the length of the report ??

    You must design your crystal report in sections as follows...

    1) Section Page-Header, here you must put all your fixed data such customer name address, etc.
    2) Section "Details" , here will be all your item's detail.
    3) Section "Page Footer" , here will be your totals data.
    4) Then you must configure your paper size to be "Defined by User" on Crystal Reports menu "Print Setup"
    5) On your Printer properties (OS Control Panel) you must specify your physical paper size in "Defined by User Size".

    Hope it helps!

    Roberto Ayala
    Monterrey MX

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