FORMS 4.5 debug question
From: Sandy Saunders <sandy_at_vnet.net>
Date: 1996/04/11
Message-ID: <4kjsrs$c81_at_ralph.vnet.net>#1/1
Date: 1996/04/11
Message-ID: <4kjsrs$c81_at_ralph.vnet.net>#1/1
Inside of a FUNCTION Program Unit, the stack lists the variables declared within the function. Is there a way to see the variables declared in the call?
Ex: FUNCTION TEST(P_VAR VARCHAR2) RETURN VARCHAR2 IS ...
'P_VAR' doesn't show up in the stack. How do I view 'P_VAR'?
Sandy Received on Thu Apr 11 1996 - 00:00:00 CEST