[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_DBNDOSE()
 Delete Bindery Object From Set
------------------------------------------------------------------------------
 Syntax
 
      FN_dBndOse(cOwnerName, nOwnerType, cProperty, cMemberName, nMemberType  )
           => lDeleted
 
 Arguments

     <cOwnerName> is the name of the Bindery Object that owns the SET
                    property from which you will delete 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 delete from 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

     <lDeleted> if object was deleted from set.

 Description

     This function deletes an object from a Bindery objects property set.

 Examples

         // This example deletes Group DEVELOPMENT from
         // STEVE's  GROUPS_I'M_IN set

         lDeleted := FN_dBndOSe("STEVE"    ,OT_USER        ,"GROUPS_I'M_IN";
                               ,"DEVELOPMENT" ,OT_USER_GROUP)


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

 Author: Kevin Maher/Steve Tyrakowski

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