Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Grouping Order.

edited May 2002 in General
Hi All,

How can I change the order of groups in a report at run time.
There is a property "GroupNo" for TppGroup but it's Read-Only.
Is deleting and re-adding the group the only solution.

Thanks in Advance,
Vikram

Comments

  • edited May 2002
    Hi Vikram,

    there is a 'TppReport' method called 'MoveGroup'.

    HTH,
    Chris Ueberall;

  • edited May 2002
    I tried using that but it does not seem to have any effect.
    Actually I have 3 groups in my report. I want to swap the Group No1 with
    Group no 2.

    Thanks,
    Vikram

  • edited May 2002
    Are you using templates? I had a problem where a band I was turning off was
    printing anyway. turns out I was turning it off and then lateer on in the
    procedure I was loading my template which had it turned on so it printed.
    When I loaded the template and THEN turned it off, it didn't print. :-)

    This probably isn't what you mean but it is a place to start looking.

    Mark


This discussion has been closed.