-
Shijo Joseph
- PowerBuilder
- Monday, 10 November 2025 01:06 PM UTC
I am using a power builder application which is a version power builder 2022. In that application, I am having a data window. Its name is dw_tasks. Inside that Data window I am having multiple columns. The one column is a drop-down list box and its name is you qu_abfr_macro. And there is another column. which is a drop down data window with name "qu_action_export_format". it have some select query in the data source . when i am changing the value of drop down data list "qu_abfr_macro" , based on that selected value that drop down data window item should be filtered. When I am doing this selection in a row, the filtration should be happen in that row only. Remaining rows should Keep the same. I have tried the item change event. using the set filter But when I am using the set filter, The issue is that filtering happening to All the rules. This should not happen. I tried with item focused changed event but it is not the correct event because I need to happen when the value is changed in the macro column. Okay. Could you please suggest to me the proper PowerBuilder code to achieve this requirement.

Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.