1. mathews rutto
  2. PowerBuilder
  3. Friday, 29 March 2024 04:18 AM UTC

Hi,

Please help how to pass retrieval argument to a dddw datawindow?

with kind regards.

Simone Olianti Accepted Answer Pending Moderation
  1. Friday, 29 March 2024 08:45 AM UTC
  2. PowerBuilder
  3. # 1

DataWindowChild ldwc
long ll_id

...

dw_1.GetChild("id", ldwc)
ldwc.SetTransObject(sqlca)
ldwc.Retrieve(ll_id)
dw_1.Retrieve()

Comment
  1. Chris Pollach @Appeon
  2. Friday, 29 March 2024 12:37 PM UTC
Hi Mathews;

In addition to Simone's good code example. You'll also need to turn OFF the "AutoRetrieve" property on the DW's column that's housing the DDDW.

Regards... Chris
  1. Helpful 1
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.