[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GBNDOID()
 Get Bindery Object Id
------------------------------------------------------------------------------
 Syntax
 
      FN_gBndOID(<cObjectName>, <nObjectType>) => nObjectId
 
 Arguments

     <cObjectName> is the name of the Object that you are trying
                     to read the property info for.  Max Length = 47

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

 Returns

     Returns the bindery objectid of the bindery object name passed.
     The ID is returned as a Clipper Numeric value.

 Description

     This function returns a bindery object's unique id number.

 Examples

         cObject := "EVERYONE"
         nType   := OT_USER_GROUP

         // this will return the object id of the object EVERYONE
         nId := FN_gBndOid(cObject, nType)
         QOut(nId)


 Source: N:\SRC\BINDERY\GETOBJID.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