1. Konstantin Goldobin
  2. PowerBuilder
  3. Tuesday, 5 November 2024 13:20 PM UTC

Hello,

I have a composite datawindow with two nested reports. One of them has a retrieval argument that is a number array. I haven't found a way of defining such an argument for the main dw and passing it to the nested report, so I retrieve the nested report manually by getting a reference with GetChild() and calling Retrieve() for the child dw. While it works by itself, it does not stop PowerBuilder from trying to retrieve the nested report again when I call Retrieve() for the main dw. Am I missing something? I hoped that PB will not retrieve a nested report automatically if it is already retrieved.

Best regards,
Konstantin

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 5 November 2024 17:44 PM UTC
  2. PowerBuilder
  3. # 1

Hi Konstantin;

  Ideally, it would be nice to have an "AutoRetrieve" property like we have on the DDDW to stop child DWO's from Retrieving when they will be handled under code control. A good enhancement suggestion IMHO.

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.