Can't see the value of the disabled item

Hello - I have a few DML that uses the value of the item to a page in the WHERE clause. When the page element is activated, the DML works
perfectly. When she's not on, nothing happens. I'm sure that the value of page element is not being 'seen' by the pl/sql
code. I know that I had similar problems with hidden objects... I don't know how to handle this case.

I updated program elements the use of disabled

document.getElementById("PX_ITEM").disabled = true;

And I have the reference point the PL/SQL simply grace: PX_ITEM. (I get
"and execute a DML statement).

How can I access the value of the element - with this option off, or by
using a different method to prevent users from changing the value of the element?

Thank you
C

To somehow reactivate it in conjunction with the key-press and this confirmation?

Try

javascript:document.getElementById('PX_ITEM').disabled = false; apex.confirm('Commit all changes ... ?', 'SAVE');

Published by: fac586 on December 30, 2010 16:06

Citations fixed as described below.

Tags: Database

Similar Questions

Maybe you are looking for