Posts

Showing posts from May, 2012

Checking Data Changes in ADF

Some times you  want to check if the data has been modified by the user or not. We can remember how easily we make this in forms builder using ":System.record_status" or :System.block_status" or :System.form_status". But the ADF world is somehow different. Just write this code

How to get value form a list or poplist

Instead of looping throw the iterator to get the value from the index, You can simply set the property "valuePassThrough" = true in the list