Syntax
| SQL.GetFaxQueueCount[()]
|
---|---|
Description
| Returns a Long Integer of the number of documents currently in the TRADIUM main program queue for printing.
Note: This queue is not the same as your printer's print queue. The print queue in TRADIUM relates to all print jobs generated from TRADIUM and may relate to a different printer for each document.
|
See Also
| |
Example
| Sub Main() Debug.Print SQL.GetFaxQueueCount Debug.Print SQL.GetPrintQueueCount Debug.Print SQL.GetTraceQueueCount End Sub |