How to disable specific button in a tabular form [message #386593] |
Mon, 16 February 2009 03:43  |
sindikalac
Messages: 52 Registered: November 2008 Location: Europe
|
Member |
|
|
Hi
I have a tabular form with a button for each record. And I would like to disable a button next to the first record.
I know how to disable a record for example:
SET_ITEM_INSTANCE_PROPERTY('DB.ID',1,UPDATE_ALLOWED,PROPERTY_FALSE)
but I don't know how to disable a button next to that record.
I tried it with the above statement, it doesn't work.
|
|
|
|
|