Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

get_item_property(currItem, NEXT_NAVIGATION_ITEM) returns rowid in Forms 12c

sigridDec 22 2016 — edited Jan 20 2017

Dear All,

We want to upgraded Oracle forms from 11g to 12c with using java webstart.

I use the form builder version Forms [64 Bit] Version 12.2.1.2.0 (Production).

In many forms we use get_item_property(currItem, NEXT_NAVIGATION_ITEM) for loop throuh the items of a datablock,

In forms 11g all is fine but in forms 12c the statement get_item_property(currItem, NEXT_NAVIGATION_ITEM) returns ROWID after the last item of datablock.

But this item isn't at the datablock.

I have found on My Oracle Support that in former times this problem was related to bug with number 1080543 and 505893 but for older Versions of form builder.

Is this bug come again with forms 12c? Is there a patch available..i haven't found on My Oracle Support.

How can I solve the problem without changing the code in so many forms using the NEXT_NAVIGATION_ITEM functionality?

Regards,

Sigrid

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2017
Added on Dec 22 2016
10 comments
7,120 views