1. Juan Jara
  2. PowerBuilder
  3. Tuesday, 31 October 2023 15:50 PM UTC

Hello,

I have found this: https://www.appeon.com/developers/get-help/knowledgebase/how-solve-composite-or-nested-datawindow-cant-set-dynamic-create-dataobject-create-dw-report-issue.html

 

New feature 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)

 

I've tried to do the same thing in my script but it doesn't work for me. 

When I do "dynamic create" on the datawindowchild of my composite, it gets stuck and doesn't come back. 

Any idea why it doesn't work for me?

Thank you in advance,

Juan

Accepted Answer
mike S Accepted Answer Pending Moderation
  1. Tuesday, 31 October 2023 17:44 PM UTC
  2. PowerBuilder
  3. # Permalink

this was supported in powerserver versions 2020 and prior.  it is not and never was available in powerbuilder, and was removed from powerserver 2021.

If you think this should be added back into PB then put in an enhancement request asking for it. Provide them the link so they know what you are talking about.

 

 

Comment
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.