Issue to display Stacked Canvas [message #278110] |
Thu, 01 November 2007 18:35  |
ratnachanda
Messages: 3 Registered: November 2007
|
Junior Member |
|
|
I have an issue to display Stacked Canvas. I need help from Forms Gurus. I have following blocks in a form :
BC (control block)
B1 (database block)
B2 (database block)
B3 (database block)
I also have following Canvas :
SC-H - stacked canvas to display heading only on top,
parameter -> Raise on Entry = YES, Visible = YES
CC1 - content canvas to display/edit B1's data,
parameter - Raise on Entry = NO, Visible = YES
CC2 - content canvas to display/edit B2's data,
parameter - Raise on Entry = NO, Visible = YES
CC3 - content canvas to display/edit B3's data,
parameter - Raise on Entry = NO, Visible = YES
SC1 - stacked canvas to stacked on canvas cc3 in bottom part
to display/edit B2's data programatically,
parameter - Raise on Entry = NO, Visible = NO
There is only one window WIN01.
When I navigate from canvas CC1 to CC2, CC2 to CC3 and CC3 to
SC1. I can see canvas SC-H (heading) everywhere. I do not have
any issue.
The navigation logic is different when coming back. It goes directly to CC2 (bypassing CC3) from SC1.
At this time, I do not see stacked canvas SC-H (heading) on canvas CC2.
I do not see any overlapping of items of the stacked canvas
with the items of the Content canvases.
I'll really appreciate if I get a clue.
I'm using Forms 6i on Oracle 8i.
Thanks in advance.
R
[Updated on: Thu, 01 November 2007 19:32] Report message to a moderator
|
|
|
Re: Issue to display Stacked Canvas [message #279514 is a reply to message #278110] |
Thu, 08 November 2007 19:14  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Use 'go_item' to go to an item on the canvas you wish to have displayed. If you want to see more than one stacked canvas then make sure that your stacked canvases do not overlap each other.
David
|
|
|