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!

Select list

Bob VOct 21 2024

I'm looking for away to lock a select list with a DA, but I havn't found away.

I was able to disable the select list which worked out fine but then when I went to do a Submit Page, I wasn't able to read from that field?

Basicly I'm trying to lock out the select list after the user selects a value, and I tried setting it to read only via java script apex.item("P1_YOUR_ITEM_NAME").prop("readOnly", true);

but that didnt work on a select list.

Thanks for any help.

Comments
Post Details
Added on Oct 21 2024
2 comments
216 views