Hide section in Report last page

roshiniroshini Member Posts: 122
Hi Experts,

How can I hide section in last page of the report??
I am developing one report, there I need show one section in last page and I need hide one section in the same last page.

Is it possible??

please help me

Comments

  • hemantOnehemantOne Member Posts: 98
    hi,

    First you have to find the last page and store some boolean value for that page . Check this value on section and use ShowOutput False.
    Regards,
    Hemant
    They can conquer who believe they can
    .
  • roshiniroshini Member Posts: 122
    Hi hemant,

    How to find last page??
  • ufukufuk Member Posts: 514
    Isn't it possible to realise with footers?

    Another way is when you get the last record in dataitem you can assign a boolean variable true to make report's output false.

    And you can have a look at:

    http://www.mibuso.com/forum/viewtopic.php?f=23&t=39275&hilit=last+page+in+report
    Ufuk Asci
    Pargesoft
  • hemantOnehemantOne Member Posts: 98
    hi roshini,


    It depends on your report how to find last page ,you can use record.next or Integer table or some other condition like this...
    Regards,
    Hemant
    They can conquer who believe they can
    .
  • vijay_gvijay_g Member Posts: 884
    hi,
    as you want to show a section in last page and another one is not in same page.
    is your both section showing for a same record(if is it then check if rec.findlast then) or different.
    any other situation attach a snap of sections.
Sign In or Register to comment.