Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
CH_AINIT()         Fill an array with an enumerated list
CH_ALT()           Get the numeric value of an alt + key combination
CH_ASC1()          Get ASCII value of character at a position in a string
CH_ASC2()          Get 2-byte unsigned integer starting at position in string
CH_ASC4()          Get 4-byte signed integer starting at position in string
CH_ASC8()          Get 8-byte IEEE flt. point starting at position in string
CH_CENTER()        Center a string on screen
CH_CHR1()          Overwrite 1 byte in memory variable
CH_CHR2()          Overwrite 2 bytes in memory variable with unsigned
CH_CHR4()          Overwrite 4 bytes in memory variable with signed long
CH_CHR8()          Overwrite 8 bytes in memory variable with IEEE dbl. prec.
CH_CTRL()          Get the numeric value of a Ctrl + key combination
CH_FLDNUM()        Get the number of a field in the current .DBF file
CH_HEXFMBIN()      Convert a binary string to a hexadecimal string
CH_HEXTOBIN()      Convert a hexadecimal string to a binary string
CH_ISMEMO()        Determine if a field is a memo field
CH_MEMCPY()        Byte copy of source string to target string
CH_RFLUSH()        Position a string flushed right on screen
CH_RPAD()          Pad a string with spaces to the specified length
CH_STRH()          Convert a decimal numeric value to a hexadecimal string
CH_SWAPCOL()       Swap standard and enhanced colors in current SET COLOR
CH_VALH()          Convert a hexadecimal string to a decimal value
CH_VARTYPE()       Get the data type of a memory variable
N_ABANDON()        Void most recent uncommitted update in current work area
N_ADDR()           Get the network node number of a station
N_AREDIRECT()      Store list of redirected devices, network paths in array
N_ASERVER()        Get a list of attached servers
N_ATTACH()*        Attach to a server
N_B_CREATE()       Create a bindery object
N_B_DEL()          Delete a bindery object
N_B_ID()           Get the bindery ID of an object
N_B_ISMEMBER()     Find out if an object is a member of a set
N_B_LINK()         Connect an object to a set
N_B_MEMBERS()      Find the members of a set
N_B_NAME()         Get the name of a bindery object
N_B_PASSWORD()     Find out if object's password is valid, or change password
N_B_PRCREATE()     Create a bindery property
N_B_PRDEL()        Delete a bindery property
N_B_PRREAD()       Read the value of a property
N_B_PRSCAN()       Get the properties of an object
N_B_PRTYPE()       Get the type of a property
N_B_PRWRITE()      Modify a bindery item property
N_B_SCAN()         Search for objects
N_B_TYPE()         Get the type of an object
N_B_UNLINK()       Disconnect an object from a set
N_BADLOCK()        Get number of record that caused N_MLOCK() to fail
N_BANNER()*        Set print banner text
N_BLIP()           Display message or call function while in retry loop
N_CAPDFLT()        Set or query the default capture device
N_CAPGET()         Get information about a print capture device (LPT1-LPT3)
N_CAPSET()         Set print capture device (LPT1-LPT3) attributes
N_CAST()           Send a broadcast message
N_CHECKF()         Check which station has a file locked
N_CHECKR()         Find the station that has a record locked
N_CHECKS()         Find the station that has a semaphore locked
N_CHECKU()         Find the stations that have a DBF file opened
N_CLASS()*         Set the document print class
N_CODELVL()        Determine if a file is encrypted
N_COPIES()*        Set the number of copies to be printed by the spooler
N_DATE()           Get server's date, or set local station's date to server's
N_DBF()            Get the name of the currently selected database
N_DBT()            Get name of DBT file, if any, open in current work area
N_DEBUG()          Simulate a network for testing
N_DECODE()         Decrypt a file based on the current SETKEY
N_DECODEST()       Decode a string with the current SETKEY
N_DETACH()*        Detach from a server after logging out
N_DIRTYREAD()      Open files in read-only mode without locking indexes
N_DRVTYPE()        Determine drive type (network, local, undefined)
N_ENCODE()         Encrypt a file based on the current SETKEY
N_ENCODENEW()      Direct that all new files be encrypted with current key
N_ENCODEST()       Encode a string using the current SETKEY
N_ENVLEN()         Get the length of the root environment string
N_ENVSIZ()         Get the size of the root environment space
N_ERROR()          Get error code, if any, from most recent NetLib operation
N_EXCL()           Set Clipper's exclusive flag
N_FATTR()*         Set, reset, or read a file attribute
N_FATTRGET()       Get the current setting of file attribute(s)
N_FATTRSET()       Set file attribute(s)
N_FCOPY()          Copy one file to another
N_FDRIVE()         Get the drive letter portion of a filespec
N_FEXT()           Get the extension portion of a filespec
N_FMAP()           Get the filespec associated with a handle
N_FNAME()          Get a base file name
N_FPATH()          Get the path portion of a filespec
N_FSPEC()          Get the full filespec corresponding to a filename
N_FULLNAME()       Get the full name of the user logged in at a station
N_FUNIQUE()        Create a filename that is unique within a directory
N_FVOL()           Get the network volume name of a drive letter
N_GATHER()         Replace fields of a record with elements of an array
N_GETCAST()        Receive a broadcast message
N_GETENV()         Get environment variable or entire environment buffer
N_GETLINE()        Get the line number in the procedure executing
N_GETPIPE()        Receive a piped message from a station
N_GETPROC()        Get the name of the procedure interrupted by an event
N_HANDLES()        Set the available number of file handles
N_INWIN()          Detect a task-switching environment
N_IPXRECV()        Receive an IPX message
N_IPXSEND()        Send an IPX message
N_IPXSTATUS()      Check the status of IPX
N_ISEXCL()         Determine if a file is open in exclusive mode
N_ISFLOCK()        Determine if the current station has a file locked
N_ISRLOCK()        Determine if record locked, or get record number
N_ISSLOCK()        Determine if semaphore locked, or store semaphore in array
N_LOGIN()          Attach and log an object (normally a user) into a server
N_LOGMSG()         Write up to 80 characters to the Novell system log
N_LOGOUT()         Log out and detach from a server
N_MAPDRIVE()       Create, query or destroy a drive mapping
N_MLOCK()          Lock multiple records in a file
N_MODENV()         Set a new environment variable
N_MONITOR()        Initiate activity monitoring for a database file
N_NBADD()          Add a NetBios name
N_NBDEL()          Delete a NetBios name
N_NBRECV()         Receive a NetBios DataGram
N_NBSEND()         Send a NetBios DataGram
N_NBSTATUS()       Check the status of NetBios
N_NCCONNECT()      Establish a NetBios connection
N_NCDISCONNECT()   Terminate a NetBios connection
N_NCLISTEN()       Wait for an incoming NetBios connection
N_NCRECV()         Receive a message from a NetBios connection
N_NCSEND()         Send a message through a NetBios connection
N_NDX()            Get how many index files open, or name of nth index file
N_NETADDR()        Get a full network address
N_NETNAME()        Get a NetBIOS name table entry
N_ONANYKEY()       Call a procedure if a key is pressed
N_ONCAST()         Call a procedure if a broadcast is received
N_ONEXPR()         Call a procedure when a logical expression becomes true
N_ONIPX()          Call a procedure when an IPX message is received
N_ONNOKEY()        Call a procedure if there is no keyboard activity
N_ONQUIT()         Execute a procedure when an application ends abnormally
N_ONSPX()          Call a procedure on SPX message or request for connection
N_ONTICKn()        Call a procedure or stuff the keyboard at an interval
N_ONTIME()         Call a procedure or stuff the keyboard once
N_PIPE()           Send a piped message
N_PRINTER()        Set the target printer number
N_PRTSC()          Print screen contents on selected printer using INT5
N_PSGET()          Get information about a printer
N_PSPLIST()        Get a list of printers servicing a print queue
N_PSPNO()          Get the printer number corresponding to a printer name
N_PSQLIST()        Get a list of print queues serviced by a printer
N_PSREWIND()       Restart all or part of the currently printing job
N_PSSET()          Set attributes of a printer
N_QFILE()          Place a file directly on a queue
N_QJDELETE()       Delete a job from the print queue
N_QJGET()          Get information about a print job
N_QJLIST()         Get a list of jobs in a print queue
N_QJSET()          Set attributes of a print job
N_READONLY()       Set read-only mode for subsequent USE
N_READY()          Ready a program for network operation
N_RECCON()         Get the current record buffer
N_REDIRECT()       Redirect a device or cancel redirection of a device
N_RESTATTR()       Restore screen attributes
N_RIGHTS()         Get the current user's effective rights in a directory
N_SAVEATTR()       Save screen attributes to a memory variable
N_SCATTER()        Store fields of a record to elements of an array
N_SECONDS()        Get the current system time from the server
N_SECURE()         Enable automatic logout and/or reboot if critical error
N_SERIAL()         Get the server's serial number
N_SERVER()         Set or get the preferred server
N_SERVNUM()        Get a server's connection number
N_SETCAST()        Set/get the broadcast receipt mode
N_SETDIR()         Set the current directory on a drive
N_SETDRV()         Set the current drive
N_SETKEY()         Set the current encryption key
N_SETLOG()         Enable/disable login to a server
N_SETMULTI()       Enable multiple record locks with RLOCK()
N_SETRUN()         Enable files to be read by a child process
N_SLOCK()          Attempt to lock a post-and-wait semaphore string
N_SOFTSCR()        Print screen on selected printer by software emulation
N_SPLAUTO()*       Set auto endcap on or off
N_SPLCPL()*        Set the page width in characters per line
N_SPLDEL()*        Direct NetWare not to delete print jobs once completed
N_SPLFRM()*        Set the document print form name
N_SPLLPP()*        Set the page length in lines per page
N_SPLLPT()*        Set the printer port to be captured by the spooler
N_SPLNOFF()*       Set the NetWare no form feed (NOFF) option
N_SPLNTFY()*       Set the NetWare print notify option on or off
N_SPLQUE()*        Select a print queue
N_SPLRESET()*      Set the printer reset string
N_SPLRESSZ()*      Get the maximum size of the printer reset buffer
N_SPLSETSZ()*      Get the maximum size of the printer initialization buffer
N_SPLSETUP()*      Set the printer initialization string
N_SPLSRV()*        Set or reset the server to which a print jobs are routed
N_SPLTABS()*       Set the number of spaces for tab expansion
N_SPLTMO()*        Set the spooler timeout value in seconds
N_SPLUSER()*       Set the user name field on the NetWare print banner page
N_SPOOL()*         Start or stop spool capture, or add file to spool queue
N_SPXCONNECT()     Make an SPX connection
N_SPXDISCONNECT()  Break an SPX connection
N_SPXLISTEN()      Listen for an SPX connection
N_SPXRECV()        Receive an SPX message
N_SPXSEND()        Send an SPX message
N_SPXSTATUS()      Check status of SPX or the status of an SPX connection
N_STAMAX()         Get/set the number of stations on the network
N_STANUM()         Get/set the current station number
N_STATUS()         Verify that NetLib will function correctly on a network
N_SUNLOCK()        Unlock  semaphores issued by the current station
N_TBEGIN()         Start an explicit transaction
N_TCOMMIT()        End an explicit transaction
N_TIME()           Get the current system time (hh:mm:ss) from a server
N_TIMEOUT()        Set time limit for attempting to use file or apply lock
N_TROLLBACK()      Roll back a transaction
N_TSTATUS()        Determine if TTS is active
N_UPDATED()        Compare elements of an array with fields of a record
N_USE()            Open a database file. (Verify that the file exists)
N_VERSION()        Get the server version number and other statistics
N_WHERE()          Get the station number where a user is logged in
N_WHOAMI()         Get the login name of the user logged in at a station
N_WHOAREYOU()      Get station num/server type associated with network addr.
T_ROLLBACK()*      Rollback (cancel) currently active transaction
T_START()*         Disable implicit transactions and activate TTS at station
T_STATUS()*        Determine if TTS is active
T_STOP()*          Re-enable implicit transactions prior to ending app.
T_TRANS()*         Start or end a TTS transaction

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson