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!

Unable to resolve reference - checkbox issue

buggleboy007Apr 21 2020 — edited Apr 22 2020

I am facing a peculiar issue wherein on a form, there is a check box. I need to delete this check box and replace it with a new one.

So here's what I did:

a) commented the checkbox code where ever it is referenced in the form and it's underlying library.

b) compiled the library and then attached it to the form. Compiled the form and implemented it. No issues.Was able to open the form with no issues.

c) now deleted the check box (this check box is a database item) and then compiled it. Compiled the form and implemented it. No issues.

d)The minute I open the form I see a message that says:

FRM-40105: UNABLE to resolve reference to item SGNR.store_from_warehouse_ind.

I have searched for this field umpteen times in the form and it's underlying library. I see that they have all been commented by me. I am unable to fix this issue. I googled too and all roads lead to Rome - most of the links suggest that I need to see if there is any reference to this field/checkbox and as I said it's commented.

What could be the issue and how can I fix this issue?

This post has been answered by Michael Ferrante-Oracle on Apr 22 2020
Jump to Answer
Comments
Post Details
Added on Apr 21 2020
2 comments
388 views