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

Groups

edited May 2004 in General
Hi

I have a report with 3 groups in and I am trying to swap the first group
with the last. I tried :-

ppNewGrpReport.MoveGroup(2,0);

but it didn't work. Is it this simple, or is my understanding not right ?

Thanks ( in advance )
Tony Danby, Point4

Comments

  • edited May 2004
    Tony,

    Where are you making this call from? The best place to make a call to this
    method is before the Report.Print call is made. Any attempt to move the
    groups around during report generation has a good chance of either producing
    strange output or having no effect as you are experiencing.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2004
    Nico

    I have a small test program and I am firing this code before I click on the
    Preview, so to answer your question, yes, I am doing this before and print /
    preview / design.

    I can send my example to you zipped up, if you want ??

    Ta
    Tony

  • edited May 2004
    Hi Tony,

    Yes, please send it in .zip format to support@digital-metaphors.com and I'll
    take a look at it for you.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.