Group Capture Processes
NnetBanner()
Retrieves or changes the current banner name.
NnetBanner( [<cBannerName>] ) --> cBannerName
NnetCapAct()
Checks whether capture mode is active for a particular LPT port.
NnetCapAct( <nLPT_Port> ) --> lCaptureIsActive
NnetCapBeg()
Begins capturing for a particular LPT port.
NnetCapBeg( <nLPT_Port> ) --> lCaptureIsActive
NnetCapCan()
Cancels capturing and aborts the current print job.
NnetCapCan( <nLPT_Port> ) --> lAbort
NnetCapEnd()
Ends capturing for a particular LPT port.
NnetCapEnd( <nLPT_Port> ) --> lCaptureIsTerminated
NnetCapFlu()
Closes the current print job and flushes it to the printer.
NnetCapFlu( <nLPT_Port> ) --> lJobIsFlushed
NnetCapSsf()
Sets specific capture flags for a particular LPT port.
NnetCapSsf( <nLPT_Port>, [<lEjectAtEndOfJob>], ; // Default: .F. [<lPrintBannerPage>], ; // Default: .F. <ignored>, <ignored>, [<nTabWidth>], ; // Default: 0 [<nCopies>], ; // Default: 1 [<nFormNumber>] ; // Default: 0 ) --> lChanged