I am populating a DataWindow with some data. Some of the column names are "Request No", "Status", etc.
"Status" column can contain values like "Pending", "Active","Expired".
Whenever the DataWindow is populated I want to count the number of records in PowerBuilder which are having status as "Active".
After getting the count of the records I will be populating the count in some static text.
Can anybody help me , how to achieve this, as I am new to PowerBuilder.
Thanks