Highlight Rows from find Method in Powerbuilder Datawindow

361 Views Asked by At

I am new to powerbuilder. I tried creating a datawindow and fetch some details. I put a button to find rows that satisfies a specific expression and it works good. Now i need to highlight the result set of rows from the find method. Can anyone help?

1

There are 1 best solutions below

3
Matt Balent On

So...you are showing a set of rows and then finding a subset within them? If so you need to use the find method to find a row, set the select row indicator, find the next one, set its indicator, and so on.