[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_DELBNDO()
 Delete Bindery Object
------------------------------------------------------------------------------
 Syntax
 
      FN_delBndO(cObjectName, nObjectType) => lDeleted
 
 Arguments

     <cObjectName> is the name of the Bindery Object that you are
                     trying to delete.  Max Length = 47

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

 Returns

     <lDeleted> if object was deleted.

 Description

     This function deletes a bindery object.

 Examples

     lDeleted := FN_delBndO("FRANK", OT_USER)


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

 Author: Kevin Maher/Steve Tyrakowski

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