CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Printing

  1. #1
    Join Date
    Jun 1999
    Location
    Pune, Maharastra, India
    Posts
    59

    Printing

    How can i control the scrolling while printing my crystall reports i.e I want to print say 6 line and then the printer should stop on the next line the printer skips to next page , can i make the printer from going to the next page.


  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: Printing

    Ranjit,
    You go to page setup and select custom page size. Here you can give page size of your choice. Once you are through, Printer will stop there a new custom size page. This helps a lot.

    Santulan


  3. #3

    Re: Printing

    In Crystal report's detail format section, you can write a formula, like if record number is 6 or multiples of 6 go to next page.


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