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

    repeat data in two pages

    Hi, im new using crystal reports, i want to create a 2 page report that contains the following:

    PAGE ONE:

    Item Description| item 1 Quantity | item 2 Type | item 1 Total | item 2 Qty | item 2 Type | item 2 Total | .... item 6

    Item 1 0 box 0

    Item 2 7 box 4

    Item.. 10

    PAGE TWO:

    Item Description | item 7 Quantity | item 7 Type | item 7 Total | item 10 Qty | item 10 Type | item 10 Total - Totals (various columns)

    Item 1

    Item 2

    Item.. 10 7 box 4

    Im using a single table, with 10 items and all it´s values, but i need to repeat the data for description, and assign each item data to it´s column. any help will be appreciated. Thank.

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: repeat data in two pages

    It could be done using several ways, but IMO, the easier is to develop 2 reports
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

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