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!

problem with stacked canvas & open_form

MGhobashiMar 15 2015 — edited Mar 16 2015

Hello Everyone,

Here's the thing i have main form with 2 blocks each one of them is on stacked canvas and i have a button which calls sub form with the details of the row the cursor is on ..

the problem is if the cursor is on block 2 (which is on canvas 2) and i opened the sub form using open_form when i exit it, it takes me back to the main form but on block 1 (which is on canvas 1)

-- what i need is, if i'm on( block 2 canvas 2) and i opened the sub form and exit it, the cursor gets back to( block 2 canvas 2)

any help !!

P.S.

-- I'm using oracle forms 11g

--I tried to add global variable with 1 & 2  in the main form new form instance trigger,  to check when i exit the sub form and gets me back the the canvas i was originally on before opening the sub form but it didnt work ..

-- i tried using call_form instead of open_form but it didnt work also ...

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2015
Added on Mar 15 2015
6 comments
6,942 views