Master-Detail Edit - No detail form displays on page?
I have a simple application built on a Master table BPR_PROC (one column, PROC_NM). And a Detail table BPR_RUN (columns PROC_NM and a few others). There are only 4 pages: (1 Home, 2 Master, 3 Detail, 4 Login). I did this as a standard Form-create selecting Master-Detail.
When I create or edit a master (PBR_PROC), the editing happens on the Detail page -- okay, great for now. But no form appears with existing detail rows (from BPR_RUN detail table) or anything to allow me to enter details. (I'm sure I've done M-D appls. before and the detail edit form appeared at the bottom of the Detail page but I'm noit getting it here.)
Question: What do I need to fix in order to add / edit detail rows?
WS: APEX_EXAMPLES_01
User: demo
PW: demo
Appl: BPR_991203
Thanks,
Howard
(For later: Question: Is there a straight-forward way to do the master editing on the Master rather than the detail page?)