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?