Advanced PowerBuilder

HomePrevious Lesson: Deleting Rows
Next Lesson: Modifying Rows

Filtering Rows

When rows are filtered using the SetFilter() function, all rows that don't match the filtered condition are moved to the Filtered buffer. If we filter on the criteria that the product_no must be greater than 3, the buffers would look like this:

HomePrevious Lesson: Deleting Rows
Next Lesson: Modifying Rows