Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tab Canvas

223617Nov 25 2009 — edited Nov 27 2009
Hi,

I am using Forms 10g. I have Content canvas named CANVAS1 display few items from BLK1. I created a tab canvas called TAB_CAN contains TAB_PAGE1 and TAB_PAGE2, display items from BLK2

I would like to show the form in enter query mode and Form should display both CANVAS1 and TAB_CAN

Content canvas only displayed if i write in when-new-form-instance

show_view('canvas1');
show_view('tab_can');
go_item('blk2.item1);
go_item('blk1.item1)
enter-query;

tab canvas only displayed if i write code like this in write in when-new-form-instance

show_view('canvas1');
show_view('tab_can');
go_item('blk1.item1)
go_item('blk2.item1);
enter-query;

So, I request you to write a code to display both canvases and control should be in contant canvas and form should be enter-query mode.

Regards,
Murali
This post has been answered by frm40735 on Nov 26 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2009
Added on Nov 25 2009
6 comments
1,311 views