making a Checkbox item ReadOnly
Hi @ all,
I have a form with several items. One of those items, P230_FLAG, I have displayed as checkbox. This is described in the how-to: Control form layout
http://otn.oracle.com/products/database/htmldb/howtos/howto_form_layout.html#checkbox
Everything works fine until now: I want all items on this form to be read-only, when a certain item, P230_ID, is NOT NULL. For all the other items (select lists and text fields) this looks OK, but not for the checkbox item.
When I create that checkbox, I remove the label (see how-to) and enter the following into the LOV definition:
STATIC:Internal Measurement;1
This produces a checkbox (without label) with the text 'Internal Measurement' BEHIND the box. When I set this item to readonly all that is displayed in the line where the item resides is:
1
(or 0).
I can understand why this happens, but this is not the desired appearance of a checkbox.
Anyone any clue how to solve that problem?
David