Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - <u>you can define print form more efficiently by calling either </u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
You can define print form more efficiently by calling either 
N_CAPSET() or N_QJSET(). Though superseded, N_SPLFRM() has been 
retained in the library to maintain compatibility with earlier 
versions of NetLib. Future versions may not retain N_SPLFRM(), so 
please take this opportunity to begin using the new functions in your 
code.


Syntax

N_SPLFRM( [ <cFormname> ] )


Parameters

<cFormname>
Name of the document print form.


Returns

N_SPLFRM() with no arguments returns the current form name.


Description

Sets the name of the form that will display when someone runs the 
PCONSOLE utility.

N_SPLFRM() affects all subsequent print jobs until changed by another 
N_SPLFRM(). Jobs currently on the queue are not affected.



See Also: N_CAPSET() N_QJSET()

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