frm-40105 :unable to resolve reference to item ANAM_TABLE.DESCOM
617929Feb 10 2010 — edited Feb 10 2010Hi,
I have a key-listval with this code :
BEGIN
CALL_FORM('LISART',NO_HIDE);
:CHIAVE.DESART := :GLOBAL.DESCOM;
GO_ITEM('CHIAVE.DESART');
IF :CHIAVE.DESART IS NULL
THEN NULL;
ELSE DO_KEY('NEXT_ITEM');
END IF;
END;
When the user press F9, He see a new form (LISART). In the form LISART The user press double click to choose the article
In the form lisart there is a trigger WHEN-MOUSE-DOUBLECLICK with this code :
:GLOBAL.DESCOM := :ANAM_TABLE.DESCOM;
EXIT_FORM;
For me it is correct, but I have this warning frm-40105 :unable to resolve reference to item ANAM_TABLE.DESCOM.
Someone can help me?
Thanks you
Silvia