[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_BACCLEV()
 Get Bindery Access Level
------------------------------------------------------------------------------
 Syntax
 
      FN_bAccLev() => aAccess
 
 Arguments

     None

 Returns

     <aAccess>

     Is an array of three elements for a work stations access level
     to a file server's bindery.

   aAccess[1] is the Property write security as an integer.
            The integer indicates who can add properties
            to the bindery object.

   aAccess[2] is the Property read security as an integer.
            The integer indicates who can read and scan
            properties for a bindery object.

           +---------------------------------+
           | Read and Write Security Levels  |
           |---------------------------------|
           | 0| Anyone                       |
           |--+------------------------------|
           | 1| Logged                       |
           |--+------------------------------|
           | 2| Object                       |
           |--+------------------------------|
           | 3| Supervisor                   |
           |--+------------------------------|
           | 4| Netware Operating System     |
           +---------------------------------+

    aAccess[x,3] is the ObjectId of the logged bindery object.

 Description

    This function returns an array with the read and write security
    access levels to the bindery and the logged bindery id.
    If an error occurs the function will return nil.

 Examples

    aSecurity := FN_bAccLev()
    QOut(aSecurity[1],aSecurity[2],aSecurity[3])
     return ( nil )


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

 Author: Kevin Maher/Steve Tyrakowski

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson