[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_RENBNDO()
 Rename Bindery Object
------------------------------------------------------------------------------
 Syntax
 
      FN_renBndO(cObjectName, cNewName, nObjectType) => lChanged
 
 Arguments

     <cObjectName> is the name of the Bindery Object that you are
                     trying to change the name for. Max length 47.

     <cNewName> is the new name of the Bindery Object.  Maximum of
                  47 characters is allowed.

     <nObjectType> is the Bindery Object Type.  Manifest constants
                     describing the defined types are included in the
                     NETTO.CH header file.

 Returns

     <lChanged> if name was changed or not.

 Description

     This function renames a bindery object.    It requires supervisor
     rights.

 Examples

     lChanged :=  FN_renBndO("IDENTIFICATION", "FULLNAME", OT_USER_GROUP)


 Source: N:\SRC\BINDERY\RENAMOBJ.PRG

 Author: Kevin Maher/Steve Tyrakowski

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