Hi everyone
Using forms 6i, I have a block on a form where I am showing multiple records, each record has 2 buttons associated with it (as part of the block).
I need to either hide (preferably) or disable one of the two buttons at a record level - depending of the data in the record.
I have eventually resorted to using a display item formatted to look like a button, but I would prefer it to be a button because I need it to be an icon type button!!
To sum up I need the following :
set_item_property (‘my_item’, visible, property_false);
OR
set_item_property (‘my_item’, enabled, property_false);
but on a record level!!!
Any ideas?
Thanks
Jules
Using forms 6i, I have a block on a form where I am showing multiple records, each record has 2 buttons associated with it (as part of the block).
I need to either hide (preferably) or disable one of the two buttons at a record level - depending of the data in the record.
I have eventually resorted to using a display item formatted to look like a button, but I would prefer it to be a button because I need it to be an icon type button!!
To sum up I need the following :
set_item_property (‘my_item’, visible, property_false);
OR
set_item_property (‘my_item’, enabled, property_false);
but on a record level!!!
Any ideas?
Thanks
Jules