Question:
How can I reset the filter of the child drop-down datawindow? I have used SetFilter(“”)
and it’s not working.
Answer:
PowerBuilder’s Filter functionality is a two-step process. First, set the filter using the SetFilter()
command, then call the Filter()
command to perform the filtering process. If you have any groups in the datawindow, call the GroupCalc() function.