set_item_property in the menu drop-down

Is it possible to use set_item_property to change something on a block in a menu element drop-down? I'm going to guess 'no', but it would be awfully convenient for me if there was a way around it.

use

SET_ITEM_PROPERTY('BLOCK.ITEM', PROPERTY, VALUE);

To access the Menu items:

DECLARE
  myVar VARCHAR2(2000);
BEGIN
  -- Read
  myVar:=NAME_IN('BLOCK.iTEM');
  -- Write
  COPY(myVar, 'BLOCK.ITEM');
END;

Published by: Andreas Weiden on 24.11.2008 08:11

Tags: Oracle Development

Similar Questions

Maybe you are looking for