I have application that have Main iview which have 4 forms and 8 nested iviews(Each iviews have multiple forms). All the forms in main iviews and nested iviews are in layesrs. I can able to move back and forth with in the forms from the main iviews. But I can not able to go back and forth from main iview forms to nested iview forms.
For example I have a button "NextA" in form A of Main iview A and a button "BackB" and button "NextB" in Form B in nested iviewB .
and button "BackC" and button "NextC" in Form C in nested iviewC .
All the above forms are in layers. When I press button NextA I can go to FormB. But when I press button BackB I can NOT able to go back to FormA. and also If I press Button NextB I cannot able to go to FormC.
In all the above forms,I have created a Action items in buttons with same name as event names.
Points will be awarded as I need this solution as an emergency.