I'm trying to be able to return a datawindow object from a user object in a powerbuilder method?
Let's say my user object has a datawindow on it called: dw_info. I want to have a function on my user object that will allow me to return that dw called uf_get_dw_info(). This return type will be dw_info.
If I need to work with this from a window that contains my user object, I want to be able to call: userobject.uf_get_dw_info().acceptext();
Is this possible?