Hello guys,
rough concept:
- Component A View A is Using Component B Window B view B
- Component B Window B is creating a Popup in Wondow C.
Problem:
The Useractions within the popup are not triggering the whole roundtrip of Comp A V_MAIN.
WDDOAFTERACTION will be executed only if the popup is closed and the next Useraction took place.
Question:
Does anybody has an idea how i can "Fake" a Useraction of Comp A View A or how to start the whole roundtrip?
What i tried so far:
fiering Events for Comp A, Comp B and the views.
Fiering Plugs.
Thanks for your brainactivity in advance!
**** Update ****
We didn't find a solution, so we centralized the mehtods from Component A with the Assistance Class and used those methods on every spot where it was needed.
Message was edited by: Shawn Sweeney