How many rows/records are there in a BROWE WIDGET

Posted by arainxius on 29-Feb-2008 12:19

How to find out that how many rows/records are there in a BROWSE widget ??

All Replies

Posted by kevin_saunders on 03-Mar-2008 02:37

This depends on how the underlying query was defined/created. If you used a FOR, then the number of rows is equal to the number of rows in the browse display + 1. If you use PRESELECT then it will be equal to the number of records selected by the query. Either way, you can use the NUM-RESULTS attribute to ask the query.

This thread is closed