[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_SBANUNM()
 Sets the user name to be printed on the banner
------------------------------------------------------------------------------
 Syntax
 
      fn_sBanUnm( cBannerUserName ) -> nil
 
 Arguments

     <cBannerUserName> the name of the user that is printed on
     the banner page. (Max length = 12 char)

 Returns

     Nil

 Description

  This function sets the user name to be printed on the banner. An
  application can only specify one banner name, and it is used for
  all the captured LPTs. If the user banner name is not specified,
  the current user's name is used.

 Examples

   function main()
      return fn_sBanUnm( "John Doe" )


 Source: N:\SRC\PRINT\BANUSER.PRG

 Author: Christopher Shortt

See Also: fn_gBanUnm()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson