Oracle Forms 6i master-detail question from a painfully new newbie
- by Murasaki
Hello,
I have a form that contains 3 blocks (block a, b, c). There is a master-detail relationship between b (detail) and c (master).
Data-flow: you enter an ID in block a, which in turn populates block c and corresponding details in block b. Control goes immediately to block c.
Objective: I need to be able to update details of block b.
…