Using PowerBuilder 2022 R3 for PowerServer application. Trying to change the syntax for one of the child objects using suggested workaround code.
DataWindowChild dwc_report l_rtn = dw_composite.GetChild("dw_report ", dwc_report) ls_dwsyntax = dw_1.Describe("DataWindow.Syntax") dwc_report.dynamic create (ls_dwsyntax, error_create)
Receiving an error during execution - Error - 65 - Dynamic function not found. Created a datawindow that was not composite to verify the syntax was correct. Any input would be appreciated.