Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

making a Checkbox item ReadOnly

414229Mar 12 2004
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2004
Added on Mar 12 2004
0 comments
415 views