1. John Michael Tejano
  2. PowerBuilder
  3. Wednesday, 20 December 2023 08:03 AM UTC

I have a datawindow that has two reports on it, There is a retrieval argument on the second report and I want to use a datepicker for its value. How to access the retrieval argument on the second report?

Accepted Answer
René Ullrich Accepted Answer Pending Moderation
  1. Wednesday, 20 December 2023 08:44 AM UTC
  2. PowerBuilder
  3. # Permalink

You want to retrieve the second datawindow by code?

Use GetChild function to get the DataWindowChild and do a Settransobject and Retrieve for that DataWindowChild.

There is an example in the help file for function GetChild.

Comment
  1. John Michael Tejano
  2. Wednesday, 20 December 2023 08:46 AM UTC
Yes, by code.
  1. Helpful
  1. John Michael Tejano
  2. Wednesday, 20 December 2023 08:54 AM UTC
Problem solved! Thank you so much!
  1. Helpful
There are no comments made yet.


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