SQL Object
 
Syntax
 
SQL.GetTraceQueueCount[()]
 
Description
Returns a Long Integer of the number of documents currently queued for indexing in the Archive Browser keyword register.
See Also
Example
 
Sub Main
 
   Debug.Print SQL.GetFaxQueueCount
   Debug.Print SQL.GetPrintQueueCount
   Debug.Print SQL.GetTraceQueueCount
 
End Sub