(unknown charset) Re: Repeating frames in a report

From: (unknown charset) NinjaToy <LCIYQBBEQVFA_at_spammotel.com>
Date: Fri, 15 Nov 2002 09:37:07 +0000
Message-ID: <3DD4C043.BA5E78E4_at_spammotel.com>


use a trigger on the repeating frame??

Declare

  page_num number;

Begin

    srw.get_page_num (page_num);
    if page_num = 1 then
      return TRUE;
    else
      return FALSE;
    end if;

End;
 

Rajesh Makhija wrote:

> I am using Reports 6i and have a group frame M1 ('Vertical
> elasticity'=fixed) and a repeating frame R1 ('Vertical
> elasticity'=variable, 'maximum record per page'=4) inside it.
>
> If number of records in repeating frame R1 are more than 4 then it
> prints them on next page but I need to stop printing R1 on next page
> as I need R1 to print only on the first page. 'Print Object On'
> property is already set to First page. Is there any way I can restrict
> R1 to just 4 records, i.e., the first page without changing the query.
> I am open to any changes in Layout/Data Model properties.
>
> Thanks,
> Rajesh
Received on Fri Nov 15 2002 - 10:37:07 CET

Original text of this message