Grey out checkbox in muti-record block
588035Jul 16 2007 — edited Jul 16 2007Using Forms 6i
I have a multi-record block which has a checkbox on each record. On some records I want to disable the checkbox. I use SET_ITEM_INSTANCE_PROPERTY for this and it works OK. However, when I disable the checkbox I also want to change its appearance and make it look grayed out. How can I do this using SET_ITEM_INSTANCE_PROPERTY (or any other built-in)?
I've tried SET_ITEM_PROPERTY but that disables and grays out ALL the checkboxes on the block