Hi
setup - PowerBuilder 2017 R3
The following scenario is in one window.
I have an instance variable for a datawindowchild declared in Instance Variables tab (let's called is idwc_test) in a window.
I then have the variable initiated by calling dw_test.GetChild in a window function. It returns a row count and Finds rows per criteria in the function.
However, after getting out of the function, idwc_test does not seem to get any reference to the datawindowchild any more. Once out of the window function, where it was initiated and working fine, its row count become zero and the Find function returns -1
Is there something I need to add or do in order to have this instance variable work all throughout in the window?
Thanks