Query for tab canvas block
5 pts.
0
Q:
Query for tab canvas block
I have a Form with a tab canvas for the detail and a multi row master block. when scrolling through the rows in the master block the detail block (tab canvas) isnot executing the query (only by steping on the detail block is the query preformed)
ASKED: Jan 18 2009  12:12 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
29855 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
If you use oracle designer to generate your form then you must set the preference as follow:
The preference 'End User Interface' -> 'Block Sync - Co-ordination scope' must be set on 'Any visible block in current form'.

If you use oracle form builder then set the coordination style on 'F'.
This is
CGBS2$.SET_COORD_STYLE( 'F' )
defined in 'when-new-form-instance' trigger.

----------------------

This should be done automatically when you have created a relation between the master and detail blocks ?
Have you done that ?

What Forms version are you using ?
Last Answered: Apr 24 2009  1:49 PM GMT by Carlosdl   29855 pts.
Latest Contributors: Sampa   15 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0