Re: Problem with Developer/2000 Forms Designer for NT
From: <czetie_at_nospam.us.oracle.com>
Date: Fri, 04 Sep 1998 10:53:36 -0700
Message-ID: <35F02920.5AF6_at_nospam.us.oracle.com>
Date: Fri, 04 Sep 1998 10:53:36 -0700
Message-ID: <35F02920.5AF6_at_nospam.us.oracle.com>
ngora_at_my-dejanews.com wrote:
>
> This is regarding the problem while writing PL/SQL trigger .
> When I am trying to use build-in function "GET_ITEM_PROPERTY" to get the
> property value of a check box, I am getting an error message viz.
> " Error 221 GET_ITEM_PROPERTY is not a procesure or is undefined "
>
Usually this error occurs when you try to use a Function as a procedure, e.g.
get_item_property(...);
instead of
myvar := get_item_property(...);
Received on Fri Sep 04 1998 - 19:53:36 CEST
