==========

OFL       1.2	Describes functions in libraries

By  selecting the library you wish to consult, you will be presented with a
list  of  its  functions.  Just clic on the one you're interested in, and a
requester containing the following information will appear:

 - the function's name
 - a short summary of what it does
 - its offset
 - the structures and registers it uses
 
Naturally enough, the information provided is not comprehensive; OFL is no
replacement  to  the  autodocs.   Its  main  aim is to provide you with the
minimum  information needed and spare you hours of tedious research through
tons  of  documentation.  For more details, you will have to go through the
autodocs and/or the 'Rom Kernal Reference Manuals'.

Author: Christophe Beaumont
Path: AmigaLibDisk1086:Programs/OFL/

==========

QuickFile      3.10	Flexible,fast, & easy flat file database

QuickFile is a flexible, flat file database. It uses random access with
indexing for fast access to records. Files can be larger than available
ram, but as much of the file as possible is kept in ram to reduce disk
accesses. Features include:

    - Multiple indexes with unique and non-unique keys
    - Data types include character, date, integer, floating point,
      calculation, cycle, image and external
    - Up to 250 characters per field  and 250 fields per record.
    - Form and list style displays and reports.
    - Unlimited number of views of each file.
    - Sort over any number of keys, ascending and descending order.
    - Search operators include Like, Equal, Between, Sounds Like, Not Like
      and Not Equal.
    - Fields can be added, changed, or deleted at any time.
    - ASCII export/import
    - Multi column label printing.
    - Multi-level grouping and totalling
    - Any number of open windows
    - Online context sensitive AmigaGuide help

Author: Alan Wigginton
Path: AmigaLibDisk1086:Programs/QuickFile/

