Queue numbering

Some methods require a queue number as an argument. For those methods which require an integer as a queue number, specify a queue number as an integer between 1 and 32. Some of the methods need a queue number as a Long. The following formula shows how to calculate those numbers:

S2(queue no-1)

Example: If you want to put a form in the queues 6, 11, 22, and 31, the corresponding queue number would be S2(queue no -1) = 26-1+211-1+222-1+231-1 = 25+210+221+230 = 1075840032.

AddVeriQueue(Queue As Integer)

AddTranQueue(Queue As Integer)

Queue constants (COM API)