Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfsplgo()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSplGo()
Restart the interrupted printer SPOOLER
------------------------------------------------------------------------------
Syntax:

     dfSplGo() --> nError

Parameters:

     NONE

Returns:

     <nError> If 0 the printer SPOOLER has been restarted
     
     +-----------------------+
     | # |Errors             |
     |---+-------------------|
     |00h|Success            |
     |01h|Invalid Funcion    |
     |02h|File Not Found     |
     |03h|Path Not Found     |
     |04h|Out Of File Handles|
     |05h|Access Denied      |
     |08h|Print Queue Full   |
     |09h|Spooler Busy       |
     |0Ch|Name Too Long      |
     |0Fh|Invalid Drive      |
     +-----------------------+

Description:

     Allow to restart the temporarily interrupded report

Example:

     IF dfIsSpl()
        dfSplClear()  // Clear the SPOOLER
        dfSplFile( "\config.sys" )  // Put in the SPOOLER
        dfSplStop()                 // Stopr the SPOOLER
        IF dfYesNo("Report interrupted", .F.)
           dfSplClear() // Clear the SPOOLER
        ELSE
           dfSplGo()    // Restart the SPOOLER
        ENDIF
     ENDIF

See also:

     dfIsSpl(), dfSplFile(), dfSplStop()

See Also: dfIsSpl() dfSplFile() dfSplStop()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson