Total Count       (Any)

DESCRIPTION
"Total Count" shows the true number of entries for a particular KxScrolledList.

VALUES
"Total Count" is an integer count of the number of entries in a KxScrolledList.


INTERPRETATION
"Total Count" shows the actual number of entries in a KxScrolledList, not the
number displayed by Sun MTPScan. The user may limit the number of entries displayed
with the "maxVisibleEntries" resource.


CONCLUSIONS
An incredibly large number of entries in a KxScrolledList may cause Sun MTPScan to
take an undesirable amount of time to collect, format, and display the data. The
"maxVisibleEntries" resource controls the last two operations. No matter what 
the "maxVisibleEntries" value, Sun MTPScan stills collects "Total Count" entries 
from the Sun MTP system. However, Sun MTPScan only formats and displays the number 
that "maxVisibleEntries" specifies. 

This resource is set in the app-defaults file, $XAPPLRESDIR/KixScan. Refer to
the Sun MTPScan User's Guide for how to setup this file. To make a new resource 
value take effect, edit the value in the app-defaults file and then bounce the
Sun MTPScan executable. For example, to limit the display to fifty entries, set the 
resource as follows:

*maxVisibleEntries: 50

Note that the TST Screen has an additional resource, "maxTsQueues", that 
controls the number of queues actually collected. This value goes beyond the
scope of "maxVisibleEntries", but applies only to the TST Screen. The visibility
resource, however, still limits the actual display of the data. For example, if 
"maxVisibleEntries" is less than "maxTsQueues", Sun MTPScan displays only 
"maxVisibleEntries" number of entries. 

One exception to the "maxVisibleEntries" usage occurs for the TCT Screen, 
which has the capability of filtering the KxScrolledList entries. For the
filtering process to work it must operate on "Total Count" number of entries
from the TCT KxScrolledList. The entries displayed following filtration is
a subset of the total set of entries and may in fact include all entries.  
"maxVisibleEntries" will not affect the number of entries either filtered
or displayed on the TCT Screen. 
