How many records does browse fetch?

Subhransu

Member
Hi,
I believe that a read-only browse does not fetch all the records at a time which meet the criteria. But if that is correct, I would like to know the number of records being fetched at a time and how can it be controlled?

Thanks.
Subhransu
 

RealHeavyDude

Well-Known Member
The browse widget has a MAX-DATA-GUESS attribute and the query behind the browse has a CACHE attribute. These two determine the behavior. But there are other influences. For example whether the query has a result-list or not.

Heavy Regards, RealHeavyDude.
 
Top