[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_CFABQJ()
 Close file and abort queue job
------------------------------------------------------------------------------
 Syntax
 
      fn_cfabqj( nQueueID, nJob, nHandle ) -> lSuccess
 
 Arguments

     <nQueueID> is the bindery object ID of the queue
     <nJob>     is the job number the server wants to abort
     <nHandle>  is the DOS file handle returned from fn_crqjbfi()

 Returns

     <lSuccess>, .t. if the call succeeds.  If it doesn't, check
     fn_error() for one of the following error codes:

 Description

     This closes a queue job file and aborts the job by
     removing it from the queue.


 Examples


 Source: N:\SRC\QMS\CFABORT.PRG

 Author: Glenn Scott

See Also: fn_cqjbfi() fn_stqjob()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson