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.
Thanks for you sharing.......I agree with U.....on that case it should not allow to open u_dw using OpenUserObject()........but Powerbuilder allow to do that and unexpectedly return NULL when U r trying to get Parent object.