1. Raymond Longoria
  2. PowerBuilder
  3. Wednesday, 14 August 2024 18:57 PM UTC

How do you retrieve the filter expression from a datawindow? I am sure this is a very easy solution. 

Accepted Answer
John Fauss Accepted Answer Pending Moderation
  1. Wednesday, 14 August 2024 19:10 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi, Raymond -

"Filter" is a property of the Table property of the DataWindow object:

String ls_filter

ls_filter = dw_1.Object.DataWindow.Table.Filter

- or -

String ls_filter

ls_filter = dw_1.Describe("DataWindow.Table.Filter")

Best regards, John

Comment
  1. Raymond Longoria
  2. Wednesday, 14 August 2024 20:55 PM UTC
That worked John! Thanks!
  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.
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.