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 ...