I am working in Powerbuilder 2021. I have a composite report with 3 datawindows in it. I am trying to modify a text object in the first subreport (dw_1). I used the following syntax to do this but it did not work:
dw_composite_rpt.object.dw_1.object.t_textobject.text = "test"
I also tried doing this with GetChild and it did not work either. Any help will be greatly appreciated.