How do I gain Control of a row in Tabular Layout in Oracle

Posted by DotNetDan on Stack Overflow See other posts from Stack Overflow or by DotNetDan
Published on 2010-03-24T15:40:00Z Indexed on 2010/03/24 15:43 UTC
Read the original article Hit count: 378

Filed under:
|
|

This might be simple but I am new to Oracle. I am using Oracle 10g and have a form that lists our information from a linked table in a tabular Layout. The last column of data is a "list Item" item type that has the Element list of Enabled (T) and Disabled (F).

What I need is when a user changes this dropdown, to disabled, I want ONLY that row to have some of the columns be disabled and not the entire column.

This is also assuming on load of the form, it will disable and enable rows of data depending on what values are being pulled from the EnabledDisabled column in the database.

Thanks for the help!

© Stack Overflow or respective owner

Related posts about oracle10g

Related posts about oracleforms