Oracle forms newbie here
I am trying to copy a value from a block to another block, on a button pressed trigger. Line looks something like this
TEST_BLK.LONG_DESC := REFERENCE_ITEMS.ITEM_LONG_DESC_EN;
Both items are text , allready exist, but i am getting the following error:
Error 201, Identifier TEST_BLK.LONG_DESC must be declared.
I was wondering why am i getting this error since this item allready exists
Many thanks
M.S.
I am trying to copy a value from a block to another block, on a button pressed trigger. Line looks something like this
TEST_BLK.LONG_DESC := REFERENCE_ITEMS.ITEM_LONG_DESC_EN;
Both items are text , allready exist, but i am getting the following error:
Error 201, Identifier TEST_BLK.LONG_DESC must be declared.
I was wondering why am i getting this error since this item allready exists
Many thanks
M.S.