Function NnetCapSsf() Foundation

Sets specific capture flags for a particular LPT port.

Syntax
NnetCapSsf( <nLPT_Port>          , ;
            [<lEjectAtEndOfJob>] , ; // Default: .F.
            [<lPrintBannerPage>] , ; // Default: .F.
            <ignored>            , ;
            <ignored>            , ;
            [<nTabWidth>]        , ; // Default: 0
            [<nCopies>]          , ; // Default: 1
            [<nFormNumber>]        ; // Default: 0
          ) --> lChanged
Return

Returns .T. if the capture flags are sucessfully set, otherwise .F.

Description

Setting specific capture flags requires capturing being active. You must call NnetCapBeg() first before a call to NnetCapSsf() will return successfully.

<nTabWidth>

A value between 1 and 18 can be specified to define the tab width.

<nCopies>

This parameter specifies the number of copies and may be in the range of 1 to 255.

<nFormNumber>

This parameter selects the form to be used for printing (0-255).

Changes against DOS CA-Tools

OS/2 supports LPT ports 1-9

The 4th and 5th parameters are ignored since they are not applicable for OS/2. They were used in CA-Tools to specify timeout and server printer. Under OS/2 both settings are defined in the printer object's notebook.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.