JAS.ini GlobalPageSize setting

Ghachu

Member
Can anyone tell me if the JAS.ini GlobalPageSize setting to increase the default number of grid lines shown (up to 100) is available with version 8.0? I have gotten varying answers (that this is availble starting with Xe to not available until version 8.94 and above) from tech support with no tangible documentation seemingly available. Thank you.
 
According to Solution ID#200972848, GlobalPageSize was available starting Tools Release 8.94, but had performance issues until fixed in 8.94_J1. It states that this feature is only available in 8.94 and above, and it documents the flags needed in JAS.INI.

Generally speaking:

[OWWEB]
GlobalPageSize=[some number > 0]
SectionSize=70
TimeWaitBeforeAutoResume=0
FetchAllPageSize=500

GlobalPageSize of 0 means that a Find will pull the default of 10 rows, or whatever the application grid is set to. The other values are recommended for performance tuning.

Hope this helps.
 
Back
Top