Pages

Saturday, July 11, 2015

Various Block Co-ordination Properties


The various Block Coordination Properties are
a) Immediate
            Default Setting. The Detail records are shown when the Master Record are shown.
b) Deffered with Auto Query
Oracle Forms defer fetching the detail records until the operator navigates to the detail block.
c) Deferred with No Auto Query
The operator must navigate to the detail block and explicitly execute a query


 How to attach same LOV to multiple items

We can use the same LOV for 2 columns by passing the return values in global values and using the global values in the code.

No comments:

Post a Comment