Administering the UI > Administer QAD .NET UI > Set Browse Record Thresholds
  
Set Browse Record Thresholds
By default, the .NET UI sets a limit on browse records a given user can download, navigate in page mode, select for printing, or select for export to Excel. These defaults can be modified by the administrator.
These settings improve performance when browsing against large databases. For smaller databases or on highly performant systems, you may want to increase these values. All four parameters are configured on the server in qaduiConfig.xml, located on the Web server in TomcatInstallDir\webapps\qadhome\client\ plugins\mfgpro.
MaximumBrowseRecordsToCount
The default value is 50,000. This limits the total record count allowed in page navigation mode. If the count is above this threshold, the total count is not displayed in the upper right of the browse, and the To-From records display vanishes if the user clicks to go to the last page.
MaximumBrowseRecordsToDownload
The default value is 50,000. This limits the number of records downloaded to the client when a user requests all records. If the number of records exceeds this limit, the download is aborted and an error message displays.
BrowseRecordsForPrintWarning
The default value is 10,000. A browse print size warning message displays if a user selects more than this number of records for a print job.
BrowseRecordsForExcelWarning
The default value is 10,000. A browse print size warning message displays if a user exports more than this number of records.