REP-1212- object 'body' is not fully enclosed by its enclosing object 'ROWNUM2' [message #366374] |
Sat, 13 December 2008 02:31 |
bechara.daccache
Messages: 14 Registered: September 2008 Location: Lebanon
|
Junior Member |
|
|
Hi,
Im working on a big report concerning a purchasing application that gives details about some payments and each payment in wich bank to be paid. On the first page, there is some details that I have no problem in.So I have to get on the second page a document that will be given to the conerned bank and on an other page a table containing all the payments and bank accounts concerning this specified bank and branch.
So I put these 2 pages in the same repeating frame, And I have 2 queries linked by a Seq, the second page is in a smaller repeating frame(R_2) on a group(G_2)(the second query (let's say Q_2) that is inside the bigger repeating frame (R_1) on the query (let's say Q_1)containing the two pages.
I'm getting this error when I'm calling the report:
REP-1212: Object 'Body' is not fully enclosed by it's enclosing object 'ROWNUM2'
ROWNUM2 is a retrieved item from the query Q_1 and I put a field in R_1 that should show ROWNUM2.
While i was trying to understand this error, I tried to change the source of this field, but it gives me the same error but on the next item in R_1..
Help please.
And im sorry for any inconvenience concerning the format of this message, but Im new in this.
Best Regards,
Bechara
|
|
|
|
|
Re: REP-1212- object 'body' is not fully enclosed by its enclosing object 'ROWNUM2' [message #375885 is a reply to message #366374] |
Mon, 15 December 2008 04:25 |
cookiemonster
Messages: 13962 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
I suspect oracle reports is confused as to what is really the problem. It doesn't like something on your layout but it's misreporting what it is.
Think you're going to have to sort it out the hard way:
Remove the item it's complaining about from the layout and run the report (keeping a note of which item you removed).
Repeat this process untill it stops complaining.
The last item you removed will be one that was the real cause of the problem.
You might have to remove a lot of items from layout before you find the culprit.
|
|
|
|