Hi,

I have repeating frame (printing some thing related to header) and within this frame I have inner repeating frame (printing some thing related to detail). Now in both cases the record should not cut/break instead move to next page. (My header & detail record not in single line, however the combination of 5 lines is one header and the same is for the detail) This is why client wants me do not break/cut header or detail such as e.g. out of 5 lines header print 2 in page1 and reaming 3 lines in next page" DON'T LIKE THIS)

In my test I have 6 header records along with details; (Header & detail) here is the sample

Header1 ---No detail record
Header2 ---No detail record
Header3 -------Detail available (inner frame)
Header4 ---No detail record
Header5 ---No detail record
Header6 ---No detail record

If I change page protect property to 'Yes' of both frames, then

--Page 1---
Header1



---End-----
--Page 2---
Header2



---End-----
--Page 3---
Header3
-Detail1
-Detail2
-Detail3
---End-----
--Page 4---
Header4
Header5
Header6

---End-----

According to the above you can see there is no detail record for Header1, Header2, Header4, header5 and Header6. Question is why we are getting output of Header1 separate page header2 separate page then Header3 ok also Header 4,5 &6 ok. The requirement is Check if room/space available regardless header or Detail print in the same page and then move to the next page as below:

--------Page 1---
Header1
Header2
Header3
-Detail1
---End-----------
--------Page 2---
-Detail2
-Detail3
Header4
Header5
---End-----------
--------Page 3---
Header6



---End-----------

Please help and let me know how I can achieve this. Thanks in advance.