Mainly two ways for disabling your Item in apex oracle.
Demo
* create Dynamic action for Item
select which item you want to Disable in Dynamic action. By following given methods in demo
* Just put READONLY in Edit item Html Attributes.
Which one is more preferable!!!
So, basically both will work as shown in demo but when ever you want to submit your page values(reports,forms) then Readonly will allow us to submit values to the database.
If you disable items using Dynamic action then that items will be dead for apex and it will not allow us to submit it.
No comments:
Post a Comment