how to add copies in RTC reports?

julkifli33julkifli33 Member Posts: 1,092
edited 2011-06-06 in NAV Three Tier
hi all...
i want to create like in the classic mode
for example i want to create sales order report, and the user can key in how many copies they want to print
i use order confirmation report as my base report, the data item and code in it is all the same
what i create new is just the layout
do i delete layout,and then create layout from my design
what should i add if i want to add how many copies for the RTC layout?
thanks

Comments

  • Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    julkifli33 wrote:
    hi all...
    i want to create like in the classic mode
    for example i want to create sales order report, and the user can key in how many copies they want to print
    i use order confirmation report as my base report, the data item and code in it is all the same
    what i create new is just the layout
    do i delete layout,and then create layout from my design
    what should i add if i want to add how many copies for the RTC layout?
    thanks
    If you used the standard "Order Confirmation" and if you only changed the layout you would only have to pay attention to inserting the OutPutNo among the fields that specify grouping in your list:
    In Red you can see the "Big List" that build all the report:

    The following are its grouping properties (and as you can see there's the OutputNo):

    P.S. I'm sorry but my VS is in italian..
    ~Rik~
    It works as expected... More or Less...
  • julkifli33julkifli33 Member Posts: 1,092
    julkifli33 wrote:
    hi all...
    i want to create like in the classic mode
    for example i want to create sales order report, and the user can key in how many copies they want to print
    i use order confirmation report as my base report, the data item and code in it is all the same
    what i create new is just the layout
    do i delete layout,and then create layout from my design
    what should i add if i want to add how many copies for the RTC layout?
    thanks
    If you used the standard "Order Confirmation" and if you only changed the layout you would only have to pay attention to inserting the OutPutNo among the fields that specify grouping in your list:
    In Red you can see the "Big List" that build all the report:

    The following are its grouping properties (and as you can see there's the OutputNo):

    P.S. I'm sorry but my VS is in italian..

    hi... that's quite clear
    thanks a lot :)
  • Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    :thumbsup: you're welcome
    ~Rik~
    It works as expected... More or Less...
Sign In or Register to comment.