OV_POST_CLIPBOARD

LANSA

OV_POST_CLIPBOARD
The Things that Make Up this ExampleTo Execute this ExampleBIF Descriptions


  
   DLL Required    : U_BIF995.DLL
   ------------

   Description     : Post a working list to the clipboard
   -----------

   Availability    : Windows       -> YES
                     Unix          -> NO
                     OS/400        -> NO


   ARGUMENTS
   ---------

          Type  Required/                                   Length  Decimals
   Number  A/N  Optional Description                        Min Max Min Max
   ------  ---  -------- -----------                        ------- -------

     1    List   Req     The name of the working list whose
                         entries are to be posted to the
                         clipboard.

     2     A     Opt     The field delimiter to be used.      1   1
                         'T' = tab character
                         'C' = comma character
                         'N' = new line character
                         Other = blank character
                         Default is 'T'.

     3     A     Opt     Alphanumeric fields are to be        1   1
                         quoted.
                         'Y' = yes
                         'N' = no
                         Default is 'Y'


   RETURN VALUES
   -------------

          Type  Required/                                   Length  Decimals
   Number  A/N  Optional Description                        Min Max Min Max
   ------  ---  -------- -----------                        ------- -------

     1     A     Req     Return value indicating if the       2   2
                         post of the list was successful.
                         'OK' = post was successful
                         'ER' = post was unsuccessful


/* ===================================================================================== */

   Category        : Other vendor built-in functions
   --------