[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_ADBNDO()
 Add Bindery Object To Set
------------------------------------------------------------------------------
 Syntax
 
      FN_adBndO(cOwnerName, nOwnerType, cProperty, cMemberName, nMemberType  )
           => lAdded
 
 Arguments

     <cOwnerName> is the name of the Bindery Object that owns the SET
                    property to which you will add a member.
                    Max Length = 47

     <nOwnerType> is the Object Type for <cOwnerName>.  Manifest constants
                    describing the defined types are included in the NETTO.CH
                    header file.

     <cProperty> is the string containing the name of the <cOwnerName>'s
                   SET property.  Max Length = 15

     <cMemberObject> Bindery Object Name that you will add to cProperty.
                       Max Length = 47

     <nMemberType> is the Object Type for <cMemberName>.  Manifest
                     constants describing the defined types are included
                     in the NETTO.CH header file.


 Returns

     <lAdded> Logical if Object was successfully added.

 Description

     This function adds a bindery object to a property of type set.
     It returns true if successful or false if an error occured.

 Examples

     // this will make user KEVIN a member of the development group.
     lAdded := FN_adBndO("KEVIN", OT_USER, "GROUPS_I'M_IN";
                    , "DEVELOPMENT", OT_USER_GROUP)


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

 Author: Kevin Maher/Steve Tyrakowski

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