!short: ALIAS()        Return a specified work area alias
!file:C5G0_001.EHO:ALIAS()
!short: APPEND BLANK   Add a new record to the current database file
!file:C5G0_002.EHO:"APPEND BLANK"
!short: APPEND FROM    Import records from a (.dbf) or ASCII file
!file:C5G0_002.EHO:"APPEND FROM"
!short: BOF()          Determine when beginning-of-file is encountered
!file:C5G0_001.EHO:BOF()
!short: BROWSE()       Browse records within a window
!file:C5G0_001.EHO:BROWSE()
!short: CLEAR ALL*     Close files, release public and private variables
!file:C5G0_002.EHO:"CLEAR ALL"*
!short: CLOSE          Close a specific set of files
!file:C5G0_002.EHO:CLOSE
!short: COMMIT         Perform a solid-disk write for all work areas
!file:C5G0_002.EHO:COMMIT
!short: COPY STRUCTURE           Copy the current (.dbf) structure to a new (.dbf)
!file:C5G0_002.EHO:"COPY STRUCTURE"
!short: COPY STRUCTURE EXTENDED  Copy field definitions to a (.dbf) file
!file:C5G0_002.EHO:"COPY STRUCTURE"
!short: COPY TO        Export records to a new (.dbf) or ASCII file
!file:C5G0_002.EHO:"COPY TO"
!short: COUNT          Tally records to a variable
!file:C5G0_002.EHO:COUNT
!short: CREATE         Create an empty structure extended (.dbf) file
!file:C5G0_002.EHO:CREATE
!short: CREATE FROM    Create a new (.dbf) from a structure extended file
!file:C5G0_002.EHO:"CREATE FROM"
!short: DELETE         Mark records for deletion
!file:C5G0_002.EHO:DELETE
!short: DBEDIT()*      Browse records in a table layout
!file:C5G0_001.EHO:DBEDIT()*
!short: DBEVAL()       Evaluate a code block for records matching a scope/condition
!file:C5G0_001.EHO:DBEVAL()
!short: DBF()*         Return current alias name
!file:C5G0_001.EHO:DBF()*
!short: DBFILTER()     Return the current filter expression as a character string
!file:C5G0_001.EHO:DBFILTER()
!short: DBGOBOTTOM()   Move to the last logical record
!file:C5G0_001.EHO:DBGOBOTTOM()
!short: DBGOTO()       Move to a particular record
!file:C5G0_001.EHO:DBGOTO()
!short: DBGOTOP()      Move to the first logical record
!file:C5G0_001.EHO:DBGOTOP()
!short: DBRECALL()     Reinstate a record marked for deletion
!file:C5G0_001.EHO:DBRECALL()
!short: DBREINDEX()    Recreate all active indexes
!file:C5G0_001.EHO:DBREINDEX()
!short: DBRELATION()   Return the linking expression of a specified relation
!file:C5G0_001.EHO:DBRELATION()
!short: DBRSELECT()    Return the target work area number of a relation
!file:C5G0_001.EHO:DBRSELECT()
!short: DBSEEK()       Search for a key value
!file:C5G0_001.EHO:DBSEEK()
!short: DBSELECTAR()   Change the current work area
!file:C5G0_001.EHO:DBSELECTAR()
!short: DBSETDRIVER()  Set the default database driver
!file:C5G0_001.EHO:DBSETDRIVER()
!short: DBSETFILTER()  Set a filter condition
!file:C5G0_001.EHO:DBSETFILTER()
!short: DBSETINDEX()   Open an index
!file:C5G0_001.EHO:DBSETINDEX()
!short: DBSETORDER()   Set the controlling order
!file:C5G0_001.EHO:DBSETORDER()
!short: DBSETRELAT()   Relate two work areas
!file:C5G0_001.EHO:DBSETRELAT()
!short: DBSKIP()       Move relative to the current record
!file:C5G0_001.EHO:DBSKIP()
!short: DBSTRUCT()     Create an array containing the structure of a database file
!file:C5G0_001.EHO:DBSTRUCT()
!short: DBUNLOCK()     Release all locks for the current work area
!file:C5G0_001.EHO:DBUNLOCK()
!short: DBUNLOCKALL()  Release all locks for all work areas
!file:C5G0_001.EHO:DBUNLOCKALL()
!short: DBUSEAREA()    Use a database file in a work area
!file:C5G0_001.EHO:DBUSEAREA()
!short: DELETED()      Return the deleted status of the current record
!file:C5G0_001.EHO:DELETED()
!short: EOF()          Determine when end-of-file is encountered
!file:C5G0_001.EHO:EOF()
!short: FCOUNT()       Return the number of fields in the current (.dbf) file
!file:C5G0_001.EHO:FCOUNT()
!short: FIELD          Declare database field names
!File:C5g0_004.EHO:FIELD
!short: FIELDNAME()    Return a field name from the current (.dbf) file
!file:C5G0_001.EHO:FIELDNAME()
!short: FIELDBLOCK()   Return a set-get code block for a field variable
!file:C5G0_001.EHO:FIELDBLOCK()
!short: FIELDGET()     Retrieve the value of a field variable
!file:C5G0_001.EHO:FIELDGET()
!short: FIELDPOS()     Return the position of a field in a work area
!file:C5G0_001.EHO:FIELDPOS()
!short: FIELDPUT()     Set the value of a field variable
!file:C5G0_001.EHO:FIELDPUT()
!short: FIELDWBLOCK()  Return a set-get block for a field in a given work area
!file:C5G0_001.EHO:FIELDWBLOCK()
!short: FOUND()        Determine if the previous search operation succeeded
!file:C5G0_001.EHO:FOUND()
!short: FLOCK()        Lock an open and shared database file
!file:C5G0_001.EHO:FLOCK()
!short: GO             Move the record pointer to a specific record
!file:C5G0_002.EHO:GO
!short: HEADER()       Return the current database file header length
!file:C5G0_001.EHO:HEADER()
!short: INDEX          Create an index file
!file:C5G0_002.EHO:INDEX
!short: JOIN           Merge two (.dbf) files to create a new (.dbf) file
!file:C5G0_002.EHO:JOIN
!short: LASTREC()      Determine the number of records in the current (.dbf) file
!file:C5G0_001.EHO:LASTREC()
!short: LUPDATE()      Return the last modification date of a (.dbf) file
!file:C5G0_001.EHO:LUPDATE()
!short: MEMOEDIT()     Display or edit character strings and memo fields
!file:C5G0_001.EHO:MEMOEDIT()
!short: MEMOLINE()     Extract a line of text from a character string or memo field
!file:C5G0_001.EHO:MEMOLINE()
!short: MEMOREAD()     Return the contents of a disk file as a character string
!file:C5G0_001.EHO:MEMOREAD()
!short: MEMOTRAN()     Replace carriage return/line feeds in a character string
!file:C5G0_001.EHO:MEMOTRAN()
!short: MEMOWRIT()     Write a character string or memo field to a disk file
!file:C5G0_001.EHO:MEMOWRIT()
!short: MLCOUNT()      Count the number of lines in a character string or memo field
!file:C5G0_001.EHO:MLCOUNT()
!short: MLPOS()        Determine the position of a line in a string or memo field
!file:C5G0_001.EHO:MLPOS()
!short: PACK           Remove deleted records from a database file
!file:C5G0_002.EHO:PACK
!short: RECALL         Restore records marked for deletion
!file:C5G0_002.EHO:RECALL
!short: RECCOUNT()*    Determine the number of records in the current (.dbf) file
!file:C5G0_001.EHO:RECCOUNT()*
!short: RECNO()        Return the current record number of a work area
!file:C5G0_001.EHO:RECNO()
!short: RECSIZE()      Determine the record length of a database (.dbf) file
!file:C5G0_001.EHO:RECSIZE()
!short: REINDEX        Rebuild open indexes in the current work area
!file:C5G0_002.EHO:REINDEX
!short: REPLACE        Assign new values to field variables
!file:C5G0_002.EHO:REPLACE
!short: RLOCK()        Lock the current record in the active work area
!file:C5G0_001.EHO:RLOCK()
!short: SELECT         Change the current work area
!file:C5G0_002.EHO:SELECT
!short: SELECT()       Determine the work area number of a specified alias
!file:C5G0_001.EHO:SELECT()
!short: SET DELETED    Toggle filtering of deleted records
!file:C5G0_002.EHO:"SET DELETED"
!short: SET EXCLUSIVE* Establish shared or exclusive USE of (.dbf) files
!file:C5G0_002.EHO:"SET EXCLUSIVE"*
!short: SET FILTER     Hide records not meeting a condition
!file:C5G0_002.EHO:"SET FILTER"
!short: SET RELATION   Relate two work areas by a key value/record number
!file:C5G0_002.EHO:"SET RELATION"
!short: SKIP           Move the record pointer to a new position
!file:C5G0_002.EHO:SKIP
!short: STRTRAN()      Search and replace characters within a string or memo field
!file:C5G0_001.EHO:STRTRAN()
!short: TOTAL          Summarize records by key value to a (.dbf) file
!file:C5G0_002.EHO:TOTAL
!short: UNLOCK         Release file/record locks set by the current user
!file:C5G0_002.EHO:UNLOCK
!short: UPDATE         Update active (.dbf) file from another (.dbf) file
!file:C5G0_002.EHO:UPDATE
!short: USE            Open an existing (.dbf) and its associated files
!file:C5G0_002.EHO:USE
!short: USED()         Determine if a database file is in USE
!file:C5G0_001.EHO:USED()
!short: ZAP            Remove all records from the current database file
!file:C5G0_002.EHO:ZAP

