[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_CHQJBEN()
 Change queue job entry
------------------------------------------------------------------------------
 Syntax
 
      fn_chQJbEn( nQueueID, aJobStruct ) -> lSuccess
 
 Arguments

     <nQueueID>   is the bindery object ID of the queue
     <aJobStruct> is a queue job entry structure

     Note that you can only change target server ID, target execution
     date/time, job type, job control flags, text job description, and
     client record area.

 Returns

     <lSuccess>, .t. if the call succeeds.  If it fails, check fn_error()
     for the error code, which can be one of:

           150  =  Server out of memory
           208  =  Queue error
           209  =  No queue
           213  =  No queue job
           215  =  Queue servicing
           254  =  Server bindery locked
           255  =  Bindery failure

 Description

     Use this call to change parts of a queue job entry.  If the job
     is being serviced, you'll get an fn_error() of 215 ("Queue
     servicing").

 Examples


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

 Author: Glenn Scott

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson