string together for printing 3 different sales order forms

SOLVED

Is there a way with Crystal Reports to string together 3 different sales order form codes to print at once?

either for a single order of for multiple orders?

Parents
  • +1
    verified answer

    Click the Multi-Part button on the SO printing screen and you can print multiple copies from one form code.  Use the Shadow Text field to pass different values into the report, allowing you to customize each copy (conditional text, section suppression...).  All the logic has to fit within one report, but generally speaking this strategy is effective (with good Crystal Reports skills).

  • 0 in reply to Kevin M

    I have done this before and subreports is the best way if the forms differ greatly.  Create the master report with just the SalesOrderWrk table and but the Sales Order Number in there as a group.  Then add each subreport to the group footer and link based upon the Sales Order Number.  Its best to create a group footer for each subreport.  Hope this helps!  

Reply
  • 0 in reply to Kevin M

    I have done this before and subreports is the best way if the forms differ greatly.  Create the master report with just the SalesOrderWrk table and but the Sales Order Number in there as a group.  Then add each subreport to the group footer and link based upon the Sales Order Number.  Its best to create a group footer for each subreport.  Hope this helps!  

Children