Hello All,
I am opening u_dw [pfemain.pbl object] user object dynamically on a window using OpenUserObject function.
Object is opening fine and working properly
My question is that I was unable to track the parent object on Clicked Event of u_dw. Its return null when I was using following syntax
- This.Parent / dwo.Parent
- This.GetParent() / dwo.GetParent()
I would appreciate all your advice on this issue.