/*
README
The Frankie Library Tour v1.04
*/


Disclaimer
----------
THE PROGRAMMER'S DESK DISCLAIMS ALL WARRANTIES RELATING TO THIS SOFTWARE,
WHETHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND ALL
SUCH WARRANTIES ARE EXPRESSLY AND SPECIFICALLY DISCLAIMED.  NEITHER
THE PROGRAMMER'S DESK NOR ANYONE ELSE WHO HAD BEEN INVOLVED IN THE CREATION,
PRODUCTION, OR DELIVERY OF THIS SOFTWARE SHALL BE LIABLE FOR ANY INDIRECT,
CONSEQUENTIAL, OR INCIDENTAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
USE SUCH SOFTWARE EVEN IF THE PROGRAMMER'S DESK HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES OR CLAIMS.  IN NO EVENT SHALL THE PROGRAMMER'S
DESK'S LIABILITY FOR ANY DAMAGES EVER EXCEED THE PRICE PAID FOR THE LICENSE
TO USE THE SOFTWARE, REGARDLESS OF THE FORM OF CLAIM.  THE PERSON USING THE
SOFTWARE BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.



License
-------
Frankie is copyrighted material (COPYRIGHT (c) 1992,1993 by Angelito Dizon,
All rights reserved.)  Frankie is not public domain nor free software.  The
registered version of Frankie may not be duplicated other than for backup
purposes.  The same registered copy of Frankie may not be used in more than
one computer at the same time.



Quick Start:
-----------
1.  Unzip "FRANK.ZIP"

2.  Read "README" - this file

3.  Run the self-extracting file FRANKIE.EXE".  The following files will
    be extracted into the current directory:

    FRANKIE.CH  - the header file
    FRANKIE.LIB - the library file

    OVERVIEW.F  - overview of the Frankie library
    ENGINES.F   - overview of the Frankie engines
    FUNCLIST.F  - a list of the Frankie non-engine functions
    TECHSUPT.F  - technical support info

    F_TOUR.PRG  - source code of the Frankie Tour program
    BM_TOUR.PRG -
    DB_TOUR.PRG -
    FV_TOUR.PRG -
    HM_TOUR.PRG -
    HP_TOUR.PRG -
    RD_TOUR.PRG -
    VM_TOUR.PRG -
    MISC.PRG    -

    CBFRANK.BAT - batch file to compile/link (Blinker) the tour program
    CBRRANK.BAT - batch file to compile/link (RTlink) the tour program
    F_TOUR.LNK  - Blinker link file

    F_TOUR.HLX  - Help file of the tour program
    F_TOUR.HLP  -

    CUSTOMER.DBF- demo datafiles used by the tour program
    CUSTOMER.NTX-
    DEMO.DBF    -
    DEMO.DBT    -
    HARDWARE.DBF-
    HARDWARE.NTX-
    SOFTWARE.DBF-
    SOFTWARE.NTX-
    
    README      - this file
    REGISTER.FRM- registration form

    In addition, six subdirectories will be created:

    BM - dialog box documentation
    DB - database browser documentation
    FV - file viewer documentation
    HM - horizontal menu documentation
    HP - Help Facility documentation
    RD - Get/Read documentation
    VM - VErtical menu documentation.

4.  Compile and link the ??_TOUR.PRGs using CRFRANK.BAT if you use Rtlink,
    or CBFRANK.BAT if you use Blinker.  This will create F_TOUR.EXE.
    Run it to "tour" the various features of the Frankie mouseable user
    interfaces.  Be sure that the environmental variables LIB and INCLUDE
    are properly set.

5.  To run the demo programs in these directories, go to the desired
    directory, then compile/link each demo program using the Blinker
    and RTlink batch files, CB.BAT and CR.BAT

6.  Study and/or compile/link/run the various ??_DEMO.PRGs.


Norton Guides
-------------
A separate file of the Norton Guides to the Frankie Library is available.
In CompuServe, it is named FRANKG.ZIP.


Registration
------------
Print and fill out REGISTER.FRM, then follow instructions therein.  Or fill
out a registration form via the F_TOUR program.


Changes from v0.08 to v0.09
---------------------------
1.  The mouse limits now follow the current video mode setting.
2.  Documentation of the Help Facility.

Changes from v0.09 to v0.10
---------------------------
1.  Documentation of the File Viewer Engine.
2.  Changed the ADhm_exit() reference in HM_DEMO2.PRG to ADhm_abort().

Changes from v0.10 to v0.11
---------------------------
1.  Remedied erroneous return value of ADr_nthget() when called after
    the last Get.
2.  Fixed the problem of refreshing the ADvermenu() screen when PgDn
    is pressed on certain combinations of #menu options and #rows.
3.  Added FUNCLIST.F.
4.  Added REGISTER.FRM

Changes from v0.11 to v0.13
---------------------------
1.  Changed ADshowfile() to ADfview()
2.  Fixed an ADr_jump() bug.

Changes from v0.13 to v0.16
---------------------------
1.  Minor fixes on ADread().

Changes from v1.00 to v1.01
----------------------------
1.  Fixed ADvm_initsel() bug.

Changes from v1.01 to v1.01a
----------------------------
1.  Modified the DB_DEMO?.PRGs to be able to locate the database files.

Changes from v1.01a to v1.04
----------------------------
1.  Made fixes on ADasize(), ADm_hide(), ADm_show(), ADprevmonth(),
    ADnextmonth(), ADhormenu().

Changes from v1.04 to v1.04a
----------------------------
1.  Fixed Xdemo16() in DB_TOUR.PRG.

Changes from v1.04a to v1.05
----------------------------
1.  Minor fix on ADvermenu()
