I have created a DataWindow (DW) with 2 nested report DataWindows. I want to be able to click on a field in the nested reports and determine the DW, column and row clicked on and to pull data from the selected row. I don't need to change data in the nested reports, only access the row and data fields from the nested report DW..
When I retrieve the base DW, the nested report DW's are displayed. I have googled and tried various recommendations but have been unable to format the code statement to properly get the row clicked on the nested DW. The dwo.name for the base DW clicked event is 'datawindow'.
I know this isn't that difficult as long as you perform the correct statement in the proper format and sequence but I have been unsuccessful so far.
I am using PowerBuilder 10.5 which is no longer supported. PowerBuilder is no longer our primary development tool but it is the best development tool I have ever used and I have some large systems developed using PB.
And basic code snippets showing how to acces row and data from a nested report DW would be greatly appreciated.