home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / wfield12.zip / WF.DOC < prev    next >
Text File  |  1991-07-01  |  62KB  |  1,277 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                           __
  10.                             __    __|  __|__  -   __   |   __|   ___
  11.             |  |  |  |  |  |  |  |  |    |    |  |__|  |  |  |  |__
  12.             |__|__|  |__|  |  |  |__|    |    |  |___  |  |__|  ___|
  13.             ____________|  _________________________________________
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                                Basic Instructions
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.                            Written by Thomas J. Mosbo
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.                               Copyright  (c)  1991
  36.  
  37.                                     WYNDWARE
  38.                           One Parker Place,  Suite 308
  39.                           Janesville, WI 53545  U.S.A.
  40.                                  (608) 755-1628
  41.                                  (800) 475-1628
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                                Table of Contents
  48.  
  49.  
  50.                I. Introduction. . . . . . . . . . . . . . . . . . .3
  51.  
  52.               II. WYNDFIELDS Files. . . . . . . . . . . . . . . . .3
  53.  
  54.              III. Getting Started . . . . . . . . . . . . . . . . .4
  55.  
  56.               IV. Using the Menus . . . . . . . . . . . . . . . . .5
  57.  
  58.                V. Getting Help. . . . . . . . . . . . . . . . . . .5
  59.  
  60.               VI. Viewing Data. . . . . . . . . . . . . . . . . . .6
  61.  
  62.              VII. Working with Data . . . . . . . . . . . . . . . .8
  63.  
  64.             VIII. Database Design . . . . . . . . . . . . . . . . 11
  65.  
  66.               IX. Indexing. . . . . . . . . . . . . . . . . . . . 14
  67.  
  68.                X. Finding Data. . . . . . . . . . . . . . . . . . 15
  69.  
  70.               XI. Designing Labels. . . . . . . . . . . . . . . . 19
  71.  
  72.              XII. Printing. . . . . . . . . . . . . . . . . . . . 21
  73.  
  74.             XIII. Advanced Features . . . . . . . . . . . . . . . 22
  75.  
  76.              XIV. Wyndware Products . . . . . . . . . . . . . . . 22
  77.  
  78.               XV. Why Register? . . . . . . . . . . . . . . . . . 23
  79.  
  80.  
  81.  
  82.        At the end of most sections are a series of exercises which together
  83.        form a mini-tutorial.  These exercises follow a logical progression,
  84.        building on what was done in previous exercises.  It is therefore
  85.        recommended that the exercises be followed in order as presented
  86.        throughout this booklet.
  87.  
  88.  
  89.                                                                             3
  90.  
  91.  
  92.    I. INTRODUCTION
  93.  
  94.        WYNDFIELDS is a general purpose Database program, useful for
  95.        keeping track of any type of structured information.  Data may be
  96.        added, changed, removed, found, displayed, analyzed, and printed
  97.        easily using the friendly pull-down Menu System.
  98.  
  99.        Creating and printing Mailing Labels or detailed Reports can be
  100.        accomplished painlessly from within the program.  Multiple Indices
  101.        (ways of ordering your data) are maintained automatically for you, and
  102.        several methods are available for extracting exactly the information
  103.        you need from your files.  For more advanced users, WYNDFIELDS also
  104.        offers extensive string and math functions for use in searches and
  105.        calculated Fields, and its date and time tracking abilities are
  106.        unsurpassed.
  107.  
  108.        The program requires a computer with at least 512K, operating with PC
  109.        or MS DOS 3.0 or greater.  If you have a mouse connected, WYNDFIELDS
  110.        will detect it, and a full mouse interface will be available to you.
  111.  
  112.        WYNDFIELDS is user-supported software.  You are encouraged to use,
  113.        copy, and distribute it as freely as you wish.  But if you do find it
  114.        useful, we ask that you please send a registration fee of $70.00 to
  115.        WYNDWARE, One Parker Place, Suite 308, Janesville, WI 53545 U.S.A.
  116.        When you send in your fee, you will receive the latest version of
  117.        WYNDFIELDS and will become eligible to receive updates to the program
  118.        as improvements are made to it.
  119.  
  120.        While we have done our best to create a good product, this program is
  121.        supplied "as is".  The author disclaims all warranties, expressed or
  122.        implied, including, without limitation, the warranties of
  123.        merchantability and of fitness for any purpose.  The author assumes no
  124.        liability for damages, direct or consequential, which may result from
  125.        the use of WYNDFIELDS.
  126.  
  127.  
  128.  
  129.    II. WYNDFIELDS FILES
  130.  
  131.        The following program files are included with WYNDFIELDS:
  132.  
  133.          WF.EXE - WYNDFIELDS program file.
  134.          WF.HLP - Help file for WYNDFIELDS.
  135.  
  136.          These are the only files you need to use the program.
  137.  
  138.  
  139.                                                                             4
  140.  
  141.  
  142.        These additional sample data files are also included:
  143.  
  144.          ST*.* - Star Trek sample Database.
  145.          ML*.* - Mailing List sample Database.
  146.  
  147.          These files will be used in the exercises in the following sections,
  148.          and you are encouraged to experiment with them freely.
  149.  
  150.  
  151.        The remaining files are intended to help you to get started:
  152.  
  153.          README.BAT  - Gives initial instructions.
  154.          INSTALL.EXE - Creates a working copy of WYNDFIELDS for you.
  155.          WF.DOC      - This introductory booklet.
  156.          WFREF.DOC   - A complete reference manual.
  157.  
  158.  
  159.  
  160.    III. GETTING STARTED
  161.  
  162.        In order to include all the WYNDFIELDS files on one disk, they have
  163.        been "squeezed" together.  To "unsqueeze" them and create a working
  164.        copy of WYNDFIELDS, you must run the INSTALL program:
  165.          (If you are installing to Floppy Disks you will need to have 3
  166.            formatted Diskettes ready.)
  167.          Place the distribution disk in drive A.
  168.          At the A:> type INSTALL and press Return.
  169.          Follow the prompts and answer all questions.
  170.  
  171.        Once installed, you will be able to print out the Reference Manual if
  172.        you wish.
  173.  
  174.        To print the manual from a Floppy-based system:
  175.          Place the Data Disk created during installation in drive B.
  176.          At the DOS prompt type COPY B:WFREF.DOC PRN and press Return.
  177.  
  178.        To print the manual from a Hard Disk:
  179.          At the DOS prompt type COPY C:\WFIELDS\WFREF.DOC PRN.
  180.            (If you have installed WYNDFIELDS on a drive other than C or in a
  181.             directory other than WFIELDS, substitute the appropriate names.)
  182.          Press Return.
  183.  
  184.        Once installed, to run WYNDFIELDS on a Floppy-based system:
  185.          Place the Program Disk in drive A.
  186.          Place a Data Disk in drive B.
  187.          At the A:> type WF and press Return.
  188.  
  189.        To run WYNDFIELDS on a Hard Disk:   e.g. drive C
  190.          Change Drive to Hard Disk              type  C:
  191.          Change to WYNDFIELDS Directory         type  CD \WFIELDS
  192.          Start Program                          type  WF
  193.  
  194.        When the Wyndware Title Screen appears, WYNDFIELDS is ready to work.
  195.  
  196.  
  197.                                                                             5
  198.  
  199.  
  200.    IV. USING THE MENUS
  201.  
  202.        The available Menus are listed on the top line of the Screen.  To
  203.        display a Menu:  Press the Function Key shown before the name of the
  204.        Menu.  To choose a Command from the displayed Menu:  Type the first
  205.        letter of the Command.  (Alternately, you may press the Up or Down
  206.        Arrow Keys to highlight to the desired Command, then press Return to
  207.        choose it.)
  208.  
  209.        Commands which are followed by an asterisk (*) may be chosen even when
  210.        the Menu for that Command is not displayed by holding down the Alt key
  211.        and typing the first letter of that Command (or if no Menu is
  212.        displayed by simply typing the first letter of the Command).
  213.  
  214.        When a Menu is displayed you can move from Menu to Menu by pressing
  215.        the Left or Right Arrow Keys, or by pressing the Function Key
  216.        corresponding to the desired Menu.
  217.  
  218.        To choose Commands using a mouse:  Point to the desired Menu on the
  219.        top line to display that Menu.  Then point to the desired Command on
  220.        the Menu and click the Left Mouse Button to choose that Command.
  221.  
  222.  
  223.        Exercise: USING THE MENUS
  224.  
  225.          Press F2 to display the SELECT Menu.
  226.          Press the Right Arrow Key 7 times (slowly) to display each of the
  227.            other Menus.  Notice that very few Commands are available since no
  228.            Database has yet been selected for use.
  229.          Press the Down Arrow Key twice to highlight the word "Exit".  Notice
  230.            that a description of the highlighted Command is displayed on the
  231.            right panel of the bottom bar.
  232.          Press the Return Key to choose the EXIT Command.  Your WYNDFIELDS
  233.            session is ended and you are returned to DOS.
  234.          Type WF and press Return to restart WYNDFIELDS.
  235.  
  236.  
  237.  
  238.    V. GETTING HELP
  239.  
  240.        WYNDFIELDS provides comprehensive context-sensitive and cross-
  241.        referenced online help.  To enter Help:  Press the F1 Key anywhere in
  242.        the program.  If you are currently carrying out a Command, a Help
  243.        Screen related to that Command is displayed.  Otherwise a Screen
  244.        showing how to use the Help system is displayed.
  245.  
  246.  
  247.                                                                             6
  248.  
  249.  
  250.        When in Help you may:  Use the Up and Down Arrow Keys to move from
  251.        Screen to Screen in Help.  Use the Home Key to move to the previous
  252.        Help Menu Screen.  From a Menu Screen, type the number in front of a
  253.        Topic to see the Screen for that Topic.  Press the F1 Key to return to
  254.        the Screen related to the current Command.  If a number followed by a
  255.        Topic appears in the bottom right corner of the Screen, type the
  256.        number to see the Screen for that Topic.  Press the Escape Key to exit
  257.        Help and return to WYNDFIELDS.
  258.  
  259.  
  260.        Exercise:  GETTING HELP
  261.  
  262.          Press F1.  Notice that this is the only case where the pull-down
  263.            Menu is not displayed when the Function Key is pressed.  Instead,
  264.            you are taken directly to the Help Screens.  The Screen displayed
  265.            describes the Help system.
  266.          Type the number 1.  You are taken to the Main Help Menu.
  267.          Type the number 2.  The Database Use Menu appears.
  268.          Type the number 1.  You are taken to a Screen about Selecting a
  269.            Database for Use.
  270.          Press the Down Arrow Key.  You are taken to the next Screen:
  271.            Adding / Editing Records.
  272.          Press the Up Arrow Key.  You are returned to the previous Screen.
  273.          Press the PgUp Key.  The Main Help Menu appears.  By starting at
  274.            this Screen and continuing to press the Down Arrow Key, you can
  275.            see every Help Screen in a logical order, providing an extensive
  276.            description of how to use the program.
  277.          Press Escape to exit Help and return to WYNDFIELDS.
  278.  
  279.  
  280.  
  281.    VI. VIEWING DATA
  282.  
  283.        Data in WYNDFIELDS is kept in Database files.  A Database is a unified
  284.        collection of related information, made up of any number of Records,
  285.        each of which consists of a set group of Fields.  Each Field defines a
  286.        specific type of data (such as a date or a city name) which is
  287.        included in each Record.  Each Record contains the data for each Field
  288.        as it relates to an individual person or item (such as one person on
  289.        an address list).
  290.  
  291.        To select an existing Database for use:  Choose the BASE Command from
  292.        the SELECT Menu (by pressing F2, then B), or type the letter B.  A
  293.        list of available Databases is then displayed.  Highlight the desired
  294.        Database and press Return to put it in use.  If you highlight the word
  295.        "<None>", then all Databases will be closed.
  296.  
  297.  
  298.                                                                             7
  299.  
  300.  
  301.        When a Database is selected, its Records are displayed in a Table.
  302.        Each Column of the Table represents one Field of the Database and each
  303.        Row shows the data for one Record.  You may use the following Cursor
  304.        Movement Keys to scroll the Table Display:
  305.  
  306.          Up/Down Arrow    - Move highlight up/down one Row.
  307.          Home/End         - Move to top/bottom of Screen.
  308.  
  309.          PgUp/PgDn        - Move up/down one Screen.
  310.          Ctrl-PgUp/PgDn   - Move to first/last Record of Database.
  311.  
  312.          Left/Right Arrow - Move left/right one Column.
  313.          Ctrl-Left/Right  - Move left/right one Screen.
  314.          Ctrl-Home/End    - Move to first/last Column.
  315.  
  316.  
  317.        Exercise:  SELECTING A DATABASE
  318.  
  319.          Press F2 to display the SELECT Menu.
  320.          Type the letter B to choose the BASE Command.
  321.          Press the Down Arrow Key until STARTREK is highlighted.  (Typing the
  322.            first letter of a file name is not sufficient to select a file
  323.            since many files might begin with the same letter.)
  324.          Press Return to select the STARTREK Database.  The Table is
  325.            displayed.  Notice that the name of the Database appears in the
  326.            middle panel of the bottom bar.  The name of the current Index is
  327.            shown after it, and the total number of Records in the Database is
  328.            shown in the right panel.  The first Record of the Database ("The
  329.            Cage") is highlighted.
  330.  
  331.  
  332.        Exercise:  TABLE CURSOR KEYS
  333.  
  334.          Press the Down Arrow Key 4 times.  The highlight moves down to "The
  335.            Enemy Within".  Notice that "Tomorrow Is Yesterday" is the last
  336.            Record visible on the Screen (unless you have an EGA Monitor).
  337.          Press the PgDn Key.  Now "Tomorrow Is Yesterday" is the first Record
  338.            on the Screen.
  339.          Press the End Key.  The highlight moves to the last Record on the
  340.            Screen ("I Mudd").
  341.          Press the Down Arrow Key 3 times.  The Table scrolls to show the
  342.            next 3 Records.
  343.          Hold down the Control Key and press PgDn.  The last Record of the
  344.            Database is now highlighted.  Pressing the Down Arrow Key now has
  345.            no effect.
  346.          Press Control-PgUp.  The first Record ("The Cage") is again
  347.            highlighted.
  348.  
  349.  
  350.                                                                             8
  351.  
  352.  
  353.          Press the Left Arrow Key twice.  The Table scrolls two Columns over.
  354.            Notice the double line just before the "Era" Field.  This marks
  355.            the point between the last Column and the first Column of the
  356.            Table.
  357.          Press Control-Home.  The "Era" Field is once more in the left-most
  358.            position on the Screen.
  359.  
  360.  
  361.        Exercise:  CLOSING DATABASES
  362.  
  363.          Type the letter B.  This is equivalent to choosing the BASE Command
  364.            from the SELECT Menu (Since there is an asterisk after this
  365.            Command on that Menu).
  366.          Press Return.  Since the word "<None>" was highlighted, all files
  367.            are closed and the word "WYNDFIELDS" reappears on the Screen.
  368.  
  369.  
  370.  
  371.    VII. WORKING WITH DATA
  372.  
  373.        Once a Database has been selected for use and its Table is displayed,
  374.        a number of options are available for working with the data in that
  375.        Database.
  376.  
  377.        To add a new Record to the Database:  Choose the ADD Command from the
  378.        RECORDS Menu.  To view or edit an existing Record in the Database:
  379.        Highlight the desired Record, then choose the EDIT Command from the
  380.        RECORDS Menu.
  381.  
  382.        When adding or editing Records, you work in the Form display.  The
  383.        Form shows each of the Fields for the particular Record you are
  384.        currently working with.  Type in the desired data for each Field,
  385.        pressing Return after each entry to move to the next Field.  To move
  386.        from Field to Field without entering data, use the Tab and Shift-Tab
  387.        key.  To save the current Record and return to the Table, press F2.
  388.        To return to the Table without saving any changes to the Record, press
  389.        Alt-F2.
  390.  
  391.        When adding Records, press the PgDn key to save the current Record and
  392.        add another without returning to the Table.  When editing, press PgUp
  393.        or PgDn to save the current Record and edit the previous or next
  394.        Record in the Database.  You may also use the following Function Keys
  395.        for ease of entry when adding or editing:
  396.  
  397.          F3 - Copy the contents of the current Field into a numbered Memory
  398.               Field.
  399.          F4 - Copy the contents of a previously assigned numbered Memory
  400.               Field into the current Field.
  401.          F5 - Copy the contents of the current Field from the previous Record
  402.               into the current Field.
  403.          F6 - Copy the contents of all Fields from the previous Record into
  404.               the current Record.
  405.  
  406.  
  407.                                                                             9
  408.  
  409.  
  410.          F7 - Copy the computer system Date into the current Field.
  411.          F8 - Copy the computer system Time into the current Field.
  412.  
  413.  
  414.        To delete a Record from the Database:  Highlight the undesired Record,
  415.        then choose the DELETE Command from the RECORDS Menu.  Answer Y for
  416.        Yes to confirm that the Record is to be removed.  Once a Record is
  417.        deleted, it cannot be restored to the Database.
  418.  
  419.  
  420.        To view a tabular Summary of the Records in a Database:  Choose the
  421.        SUMMARY Command from the RECORDS Menu.  Answer No to the question
  422.        "Recalculate Summary?" only if you have already viewed the Summary for
  423.        this Database since selecting it for use, and have made no changes to
  424.        the Database since viewing the Summary.
  425.  
  426.  
  427.        Exercise:  EDITING RECORDS
  428.  
  429.          Select the MLIST Database for use. (Type the letter B, then
  430.            highlight MLIST and press Return.)
  431.          Press the Down Arrow Key twice so that Bill Bruford is highlighted.
  432.          Press F4 to display the RECORDS Menu.  Notice that most of the
  433.            Commands on this Menu are marked with an asterisk since these are
  434.            some of the most common Commands used in WYNDFIELDS.
  435.          Type the letter E to choose the EDIT Command.  The entry Form for
  436.            the Bruford Record is displayed.  The Cursor is in the first
  437.            Field.
  438.          Press the Tab Key 9 times.  The Cursor moves from Field to Field and
  439.            finally returns to the first Field again.
  440.          Hold down the Shift Key and press the Tab Key 4 times.  The Cursor
  441.            moves backwards 4 Fields, and ends in the "City" Field.
  442.          Press Control-Backspace.  The data in the current Field is erased.
  443.          Type in the name of your own city.
  444.          Press Return to accept the new data and move to the next Field.
  445.          Press PgDn.  You are taken to the next Record (Geoff Downes).  By
  446.            leaving the Bill Bruford Record you have now saved the change you
  447.            made to that Record.
  448.          Press Control-PgUp.  You are taken to the first Record in the
  449.            Database (Jon Anderson).
  450.          Press Control-PgDn.  You are taken to the last Record (Alan White).
  451.          Press PgUp.  The previous Record (Rick Wakeman) appears.
  452.          Press F2 to return to the Table display.  Notice that the current
  453.            Record is the top Record displayed whenever you exit from the Form
  454.            display.
  455.          Press PgUp to display the other Records.  Jon Anderson is again
  456.            highlighted.
  457.  
  458.  
  459.                                                                            10
  460.  
  461.  
  462.        Exercise:  ADDING RECORDS
  463.  
  464.          Press F4 to display the RECORDS Menu again.
  465.          Type the letter A to choose the ADD Command.  A blank Form appears
  466.            so that you can enter data for a new Record.
  467.          Press F5 3 times.  The data from the previously highlighted Record
  468.            appears in the first 3 Fields.
  469.          Type in a new address.  (Feel free to be creative.)
  470.          Press the F6 Key.  All the data from the previous Record is copied
  471.            into every Field of this Record, replacing the data you had typed
  472.            in.
  473.          Press PgDn.  The new Record is saved and another blank Form appears
  474.            so that you can add another Record.
  475.          Type in your own name and address for this Record.
  476.          Press PgDn to save your Record.  Another blank Form appears.
  477.          Press F2 to return to the Table.  Notice that the blank Record was
  478.            saved.
  479.          Type the letter A to select the ADD Command without displaying the
  480.            Menu.
  481.          Type in data for another name.
  482.          Hold down the Alt Key and press F2.  The Record you just typed in is
  483.            not saved.  (If you get in the habit of pressing PgDn whenever you
  484.            add a new Record, you should use Alt-F2 rather than F2 to return
  485.            to the Table when finished to avoid saving the blank Record which
  486.            appears.)
  487.  
  488.  
  489.        Exercise:  DELETING RECORDS
  490.  
  491.          Highlight the blank Record.
  492.          Press F4 to display the RECORDS Menu.
  493.          Type the letter D to choose the DELETE Command.
  494.          Type the letter Y to confirm that you do wish to delete the
  495.            highlighted Record.  The Record is removed from the Database.
  496.          Highlight either of the Jon Anderson Records.
  497.          Type the letter D, then the letter Y.  That Record is also deleted.
  498.  
  499.  
  500.        Exercise:  SUMMARIZING RECORDS
  501.  
  502.          Select the STARTREK Database for use.
  503.          Press F4 to display the RECORDS Menu.
  504.          Type the letter S to choose the SUMMARY Command.
  505.          Type the letter Y to confirm that the Summary needs to be
  506.            calculated.  WYNDFIELDS summarizes the data in the Database and
  507.            displays the information for you.  Notice in the Count Column that
  508.            the number for the "Stardate" Field is less than the number in
  509.            other Fields, indicating that this Field is left blank in a few of
  510.            the Records. Notice also the entry in the Sum Column for the
  511.            "Timing" Field.  This shows the total amount of time for all Star
  512.            Trek episodes, displayed in hours and minutes.  This is one
  513.            example of how the time tracking abilities of WYNDFIELDS can be
  514.            used.
  515.  
  516.  
  517.                                                                            11
  518.  
  519.  
  520.          Press the F2 Key to exit the Summary display and return to the
  521.            Table.
  522.          Type the letter S to choose the SUMMARY Command again.
  523.          Answer N to avoid recalculating the Summary.  Recalculation is
  524.            unnecessary now since no changes have been made to the Database
  525.            since last viewing the Summary.
  526.          Press again F2 to return to the Table.
  527.  
  528.  
  529.  
  530.    VIII. DATABASE DESIGN
  531.  
  532.        Each Database that you work with has a certain set structure of
  533.        Fields.  When you create a new Database you define its Fields by:
  534.        giving each Field a unique Name; determining the Type of the Field
  535.        (Character, Numeric, etc.); giving each Field a specific display
  536.        Format (depending on the Field Type); and specifying the Width of the
  537.        Field (how many characters long the Field is).
  538.  
  539.        Once a Database has been created, its Design may also be modified at
  540.        any time.  Fields may be added or their order shifted and Field Names
  541.        and Formats may be changed without any loss of data.  Other changes
  542.        (such as removing Fields or shortening Field Widths) are potentially
  543.        more dangerous and WYNDFIELDS will warn you if you make such a change,
  544.        to be sure that you really want to alter the Database in this way.
  545.  
  546.        To modify the Design of the Database currently in use:  Choose the
  547.        BASE Command from the DESIGN Menu.  To create a new Database or modify
  548.        a Database not in use:  First close all Databases by selecting
  549.        "<None>" from the list after choosing the BASE Command from the SELECT
  550.        Menu.  Then choose the BASE Command from the DESIGN Menu.  Select the
  551.        desired Database from the list, or to create a new Database:  Select
  552.        "<New>", then type in a new Name for the Database.
  553.  
  554.        Once in the Database Design display, type in the necessary information
  555.        for each Field.  Use the Tab and Shift-Tab Key to move from Column to
  556.        Column.  Press Return to accept the entry in a specific Column and
  557.        move to the next.  Press Control-Return to move to the next Field
  558.        without having to press Return for each Column.  Use the F3 Key to
  559.        insert a new Field ahead of the highlighted Field, F4 to delete the
  560.        highlighted Field, or F5 to move the highlighted Field to a different
  561.        location.  When finished, press F2 to save the Design (or press Alt-F2
  562.        to exit Database Design without saving any changes).
  563.  
  564.  
  565.        Field Names may be up to 10 characters long and contain any characters
  566.        (including spaces) except curly braces ({}).  Capitalization of Field
  567.        Names is ignored for all practical purposes in WYNDFIELDS.
  568.  
  569.  
  570.                                                                            12
  571.  
  572.  
  573.        WYNDFIELDS recognizes 5 different Field Types:
  574.  
  575.          CHARACTER - Any characters are allowable.  The Width of a Character
  576.                      Field may be from 1 to 76.
  577.          NUMERIC   - Only numbers are allowed.  Depending on the Format
  578.                      chosen, a Numeric Field may have a Width of 1 to 26.
  579.          DATE      - Contains a valid Date (from the year A.D. 0 to A.D.
  580.                      9999).  The Width is always 10.
  581.          TIME      - Contains a valid Time expression, divided into Days,
  582.                      Hours, Minutes, and/or Seconds.  The Width may be from 4
  583.                      to 14 depending on the Format chosen.
  584.          EXTENDED  - This is a special text Field containing 1260 characters
  585.                      (but with a Field Width of 4).
  586.  
  587.  
  588.        Field Formats define how the data in each Field will be displayed on
  589.        the Screen and printed out.  Character Fields may have either a
  590.        General or Capitalized Format.  The Capitalized Format converts all
  591.        letters to upper case.  Numeric Formats determine how many decimal
  592.        places will be included in the number and whether commas, dollar
  593.        signs, or pound signs will be inserted.  Date Formats define which
  594.        convention will be used for displaying Dates.  Time Formats determine
  595.        whether Days, Hours, Minutes, or Seconds will be included in that
  596.        Field.
  597.  
  598.  
  599.        Exercise:  MODIFYING A DATABASE DESIGN
  600.  
  601.          If the STARTREK Database is not currently in use, select it.
  602.          Press the F3 Key to display the DESIGN Menu.
  603.          Type the letter B to choose the BASE Command.  A definition of all
  604.            the Fields in the Database is displayed.
  605.          Press the Down Arrow Key 3 times.  The "Title" Field is highlighted.
  606.          Press the Tab Key.  A list of the different Field Types is
  607.            displayed.  Since "Title" is a Character Field, the word
  608.            "Character" is highlighted.
  609.          Press the Tab Key again.  The list of the Formats available for a
  610.            Character Field is displayed.  "Title" uses the General Format, so
  611.            "General" is highlighted.
  612.          Press the Tab Key once more.  The Cursor moves to the Width Column.
  613.            Notice that the right panel of the bottom bar on the Screen shows
  614.            the valid range of Widths available for this Field Type and
  615.            Format.
  616.          Press the Down Arrow Key.  The "Timing" Field is now highlighted and
  617.            the valid Width range has changed.
  618.          Press Shift-Tab.  The Cursor moves backwards to the Format Column.
  619.            Since this is a Time Field, the Formats available are different.
  620.          Press the Down Arrow Key 3 times.  The highlight in the Format list
  621.            moves down.  Note that you can select a Format by highlighting it,
  622.            then pressing Return (but don't do it now).
  623.          Type the letter B.  This selects the second Format on the list, and
  624.            the Cursor moves back to the Width Column.
  625.  
  626.  
  627.                                                                            13
  628.  
  629.  
  630.          Press the F3 Key.  A new blank Field is inserted.
  631.          Press the F4 Key to delete the blank Field.
  632.          Press the F5 Key to move the "Timing" Field.  The appearance of the
  633.            highlight alters to show that you are in the process of moving a
  634.            Field.
  635.          Press the Up Arrow twice.  "Story" is now highlighted.
  636.          Press Return.  The "Timing" Field is moved ahead of the "Story"
  637.            Field.
  638.          Press Control-PgDn.  The empty row at the bottom of the display is
  639.            highlighted so that you could add a new Field.
  640.          Press Alt-F2.  You return to the Table display, but the changes you
  641.            made to the Database Design are not saved.
  642.  
  643.  
  644.        Exercise:  CREATING A NEW DATABASE
  645.  
  646.          Type the letter B to select a Database.
  647.          Press Return with "<None>" highlighted to close all Databases.
  648.          Press F3 to display the DESIGN Menu.
  649.          Type the letter B to choose the BASE Command.
  650.          Press Return with "<New>" highlighted.
  651.          Type in "Sample" for the Name of the new Database, and press Return.
  652.          Type "Character" for the Name of the first Field, and press Return.
  653.          Type the letter C to choose the Character Type.
  654.          Type the letter G to choose the General Format.
  655.          Type in "5" for the Field Width.
  656.          Press Control-Return to accept the first Field without having to
  657.            bother with a Formula.  (Formulae may used to create Calculated
  658.            Fields).
  659.          Type "Numeric" for the Name of the second Field, and press Return.
  660.          Type the letter N for the Numeric Type.
  661.          Type the letter F for the Fixed Format.  This Format then requires
  662.            that the number of decimal places for the Field be entered.
  663.          Type in "3" for the number of decimal places, and press Return.
  664.          Type in "6" for the Field Width, and again press Control-Return.
  665.          Type "Date" for the Name of the third Field, and press Return.
  666.          Type the letter D for the Date Type.
  667.          Type the letter E for the Format.  Date Field Formats are different
  668.            than other Fields.  When you enter a Date, it will always be in
  669.            the format "Mo-Da-Year" (all numbers).  But when the Date is
  670.            displayed, it will be displayed using the selected Format.  Also
  671.            notice that the Field Width of 10 is entered automatically for
  672.            you, and the Cursor goes into the Formula Column.
  673.          Press Return to leave the Formula blank.
  674.          Press F2 to save the new Database Design.  The Table display
  675.            reappears, but with no Records.
  676.          Press F4 to display the RECORDS Menu.  Notice that ADD is the only
  677.            Command on this Menu available since there are no Records in the
  678.            Database.  (Other Menus will also have limited Commands
  679.            available).
  680.          Add some Records and modify the Database Design to experiment with
  681.            how the various Field Types and Formats function.
  682.  
  683.  
  684.                                                                            14
  685.  
  686.  
  687.    IX. INDEXING
  688.  
  689.        As you add Records to a Database, they are appended to the end of the
  690.        Database file.  To allow you to see your data in a more logical order,
  691.        WYNDFIELDS utilizes Index files.  An Index is a list of the Records in
  692.        the Database kept in a specific order based on selected Key Fields.
  693.        When an Index is in use, the Records of the Database appear in the
  694.        order indicated by the Index.
  695.  
  696.        Each WYNDFIELDS Database may have up to 10 different Indices
  697.        associated with it.  Each Index is maintained automatically as you
  698.        add, modify, or delete data in the Database.  An Index may have up to
  699.        10 Key Fields, each of which may be designated to be in Ascending (A
  700.        to Z) or Descending (Z to A) order.
  701.  
  702.        To create or modify an Index for the Database currently in use:
  703.        Choose the INDEX Command from the DESIGN Menu.  Select the desired
  704.        Index from the list, or to create a new Index:  Select "<New>", then
  705.        type in a new Name for the Index.
  706.  
  707.        For each Field you wish to be a Key Field, enter the relevant number
  708.        from 1 to 10 (1 for the first Key Field, 2 for the second, etc.) in
  709.        the first Column.  In the second Column, select whether the order for
  710.        that Field should be Ascending or Descending.  Press F2 when finished
  711.        to save the Index Design.
  712.  
  713.  
  714.        To select an Index for use:  Choose the INDEX Command from the SELECT
  715.        Menu, or type the letter I.  Highlight the desired Index and press
  716.        Return.  The Records of the Database will then appear in the order
  717.        indicated by that Index.
  718.  
  719.  
  720.        In some situations (particularly if your computer loses power while
  721.        you are running WYNDFIELDS), Index files may become corrupted.  If
  722.        your Database appears to have no Records, or fewer Records than you
  723.        remember, it may be necessary to reindex the Database.  The process of
  724.        reindexing rebuilds each of the Indices of the Database Record by
  725.        Record.  To reindex the current Database:  Choose the REINDEX Command
  726.        from the UTILITIES Menu.  Then answer Y to confirm that you wish to
  727.        rebuild the Indices.
  728.  
  729.  
  730.        Exercise:  SELECTING AN INDEX
  731.  
  732.          Select the STARTREK Database for use.  Notice that the Index Name
  733.            STORY appears on the bottom bar after the Name STARTREK, and that
  734.            the Records appear in order according to the "Story" Field.
  735.          Press F2 to display the SELECT Menu.
  736.          Type the letter I to choose the INDEX Command.  Notice that STORY is
  737.            highlighted.
  738.  
  739.  
  740.                                                                            15
  741.  
  742.  
  743.          Highlight STITLE, and press Return.  The Table reappears.  Notice
  744.            that the Index Name STITLE now appears on the bottom bar and that
  745.            the Records are now listed in alphabetical order by Title.  Notice
  746.            also that Titles beginning with numbers appear before Titles
  747.            beginning with alphabetic letters.
  748.  
  749.  
  750.        Exercise:  DESIGNING AN INDEX
  751.  
  752.          Press F3 to display the DESIGN Menu.
  753.          Type the letter I to choose the INDEX Command.
  754.          Highlight the word "<New>" and press Return to design a new Index.
  755.          Type "STYEAR", and press Return.  When designing a new Index,
  756.            WYNDFIELDS automatically sets up the first Field of the Database
  757.            as the first (and only) Key Field (in Ascending order).
  758.          Press the F4 Key to delete the first Key Field.
  759.          Press the Down Arrow Key once to highlight the "Year" Field.
  760.          Type in "1" and press Return.
  761.          Type the letter D for Descending order.
  762.          Press the Down Arrow Key once to highlight the "Title" Field.
  763.          Type in "2" and press Return.
  764.          Type the letter A for Ascending order.
  765.          Press F2 to save the Index Design.  The new Index is built for the
  766.            existing Records of the Database.  When the Table display returns,
  767.            notice that the Records are now listed in order according to year,
  768.            from the most recent to the earliest.  For any year for which
  769.            there is more than one Record, the Records for that year are
  770.            listed by Title in alphabetical order.
  771.  
  772.  
  773.        Exercise:  REINDEXING A DATABASE
  774.  
  775.          Press F7 to display the UTILITIES Menu.
  776.          Type the letter R to choose the REINDEX Command.
  777.          Type the letter Y to confirm that you wish to reindex.  Each of the
  778.            Indices for the STARTREK Database are rebuilt, Record by Record.
  779.  
  780.  
  781.  
  782.    X. FINDING DATA
  783.  
  784.        WYNDFIELDS provides a number of ways to search a Database for specific
  785.        information.  The fastest and easiest way is to perform a Quick
  786.        Search.  The Quick Search is fast because it searches the Key Fields
  787.        of the current Index rather than searching through the Database
  788.        itself.
  789.  
  790.        To perform a Quick Search:  Choose the QUICK SEARCH Command from the
  791.        LOCATION Menu.  Type in the desired data for each Key Field and press
  792.        F2.  You are taken immediately to the first Record in the Database
  793.        with data equal to or greater than the data entered.
  794.  
  795.  
  796.                                                                            16
  797.  
  798.  
  799.        The Quick Search is very fast, but it is also limited.  You must
  800.        search the Key Fields, and the search will only find one Record.  If
  801.        you wanted to search a different Field, or search for a series of
  802.        Records which all met a certain condition, you would need to do a
  803.        Conditional Search.  A Conditional Search is slower, but is much more
  804.        flexible than a Quick Search.
  805.  
  806.        To perform a Conditional Search:  Choose the COND SEARCH Command from
  807.        the LOCATION Menu.  The Search Conditions Table which is displayed
  808.        lists each Field in the Database down the side of the Screen and has 2
  809.        Columns in which to enter values for the search.  In the left Column
  810.        type in the lower value for the search for each Field you wish to
  811.        search.  In the right Column type in the upper value.  WYNDFIELDS will
  812.        add a string of z's to the end of the upper value so that all values
  813.        which begin with the same characters typed into the right Column will
  814.        be included in the search.  To erase all previously entered
  815.        conditions, press F4.When all values have been entered, press F2 to
  816.        accept the conditions.  WYNDFIELDS searches for the first Record which
  817.        contains data greater than or equal to data in any of the Fields in
  818.        the left Column and which contains data less than or equal to data in
  819.        any of the Fields in the right Column.
  820.  
  821.        When searching a Character or Extended Field, instead of entering a
  822.        lower value and upper value, you may also search for a specific piece
  823.        of text found anywhere within the Field.  To do this, enter 2 periods
  824.        in the left Column, followed by the text you wish to find.  (In such a
  825.        case, WYNDFIELDS ignores any value entered in the right Column for
  826.        that Field.)  Using the two period search is the only way in which an
  827.        Extended Field may be searched.
  828.  
  829.        Once the first Record which matches the Search Conditions is found,
  830.        use the NEXT Command from the LOCATION Menu to find the next Record
  831.        which matches the conditions.  Continuing to select the NEXT Command
  832.        (or typing the letter N) will find every matching Record.  The
  833.        PREVIOUS Command from the LOCATION Menu (or typing the letter P)
  834.        allows you to refind the previous matching Record.
  835.  
  836.        The Conditional Search is slower than the Quick Search since it must
  837.        search through each Record of the Database individually until it finds
  838.        a matching Record, rather than using the Index.  The speed of a
  839.        Conditional Search is increased greatly (particularly for larger
  840.        Databases), when values in the Search Conditions Table are entered for
  841.        the first Key Field of the current Index, since WYNDFIELDS will then
  842.        perform the equivalent of a Quick Search for the value in the Key
  843.        Field, and then proceed with the other conditions of the search from
  844.        that point in the Database.
  845.  
  846.  
  847.                                                                            17
  848.  
  849.  
  850.        Closely related to the Conditional Search is the concept of the
  851.        Filter.  To set a Filter:  Choose the FILTER Command from the LOCATION
  852.        Menu.  Then fill out the Search Conditions Table just as you would for
  853.        a Conditional Search.  The Filter is then set so that only those
  854.        Records which match the Filter Search Conditions show up in the Table
  855.        display at all.  As long as the Filter is set, the Database will work
  856.        as though just those Records which match the conditions are the only
  857.        Records in the Database.  You will only be able to edit Filtered
  858.        Records.  Only Filtered Records will be calculated in the Summary, and
  859.        only Filtered Records will be printed.  To indicate that the Database
  860.        is Filtered, the word "Filtered" appears on the bottom bar in place of
  861.        the number of Records in the Database.
  862.  
  863.        To remove a Filter:  Choose the FILTER Command from the LOCATION Menu,
  864.        and press Alt-F2.
  865.  
  866.  
  867.        Exercise:  PERFORMING A QUICK SEARCH
  868.  
  869.          If the STARTREK Database is not currently in use, select it.
  870.          If the STORY Index is not the current Index, select it.
  871.          Press F5 to display the LOCATION Menu.  Notice that every Command on
  872.            this Menu is followed by an asterisk.
  873.          Type the letter Q to choose the QUICK SEARCH Command.
  874.          Type " 1.26" (be sure to include the space), and press F2.  Story
  875.            1.26, "The City on the Edge of Forever" is found.
  876.          Type the letter Q again to perform another Quick Search.
  877.          Type " 3.00" (again with the space), and press F2.  The first Record
  878.            equal to or greater than 3.00 is Story 3.01, "Spectre of the Gun".
  879.          Type the letter I, highlight the STITLE Index, and press Return.
  880.          Type the letter Q for another Quick Search.  Since the Index has
  881.            changed, the Field for the search has also changed to "Title".
  882.          Type in "THE TROUBLE WITH TRIBBLES", and press F2.  The relevant
  883.            Record is found.  Notice that capitalization was ignored.
  884.          Type the letter Q again, then type in "Where No" and press F2.  The
  885.            Title "Where No Man Has Gone Before" is found.  In a Quick Search,
  886.            You only need to fill in enough data to find the desired Record.
  887.          Select the STYEAR Index (assuming that you created it in the earlier
  888.            exercise).
  889.          Type the letter Q once more.  Notice that since this Index has 2 Key
  890.            Fields, both Fields are available to enter a value into.
  891.          Type "1966" in the "Year" Field, press Return, type "The" in the
  892.            "Title" Field, and press F2.  WYNDFIELDS finds "The Alternative
  893.            Factor", the first Record from 1966 whose Title begins with "The".
  894.  
  895.  
  896.                                                                            18
  897.  
  898.  
  899.        Exercise:  PERFORMING A CONDITIONAL SEARCH
  900.  
  901.          Press F5 to display the LOCATION Menu.
  902.          Type the letter C to choose the COND SEARCH Command.
  903.          Press the Down Arrow Key 4 times to highlight the "Timing" Field.
  904.          Type in "1:00" (one hour based on the chosen Format for this Field),
  905.            and press F2.  Since this was entered in the left Column,
  906.            WYNDFIELDS searches for the first Record with a value greater than
  907.            or equal to one hour in the "Timing" Field.  The first Record it
  908.            finds is "Encounter at Farpoint".
  909.          Press F5 to display the LOCATION Menu again.
  910.          Type the letter N to choose the NEXT Command.  The next Record
  911.            matching the Search Conditions is found, "The Voyage Home".
  912.          Type the letter N twice more.  "The Wrath of Khan" is now
  913.            highlighted.
  914.          Type the letter P for the PREVIOUS Command.  "The Search for Spock"
  915.            is highlighted.
  916.          Type the letter P 2 more times.  "Encounter at Farpoint" is once
  917.            again highlighted.
  918.          Type the letter P once more.  WYNDFIELDS tries to find a previous
  919.            Record, but none is found.
  920.  
  921.          Type the letter C to perform another Conditional Search.
  922.          Press the F4 key.  This erases the previously entered condition.
  923.          Press the Up Arrow 3 times so that the "Year" Field is highlighted.
  924.          Type "1970", and press Return.
  925.          Type "1979" in the right Column, and press F2 to initiate the
  926.            search.  WYNDFIELDS finds the first Record with a year between
  927.            1970 and 1979, "The Motion Picture".  Since "Year" is the first
  928.            Key Field, the search is very fast.
  929.          Type the letter I, highlight the STORY Index, and press Return.
  930.          Type the letter C for another Conditional Search.
  931.          Press F2, leaving the conditions as they had been entered before. 
  932.            This time, since the "Year" Field is no longer the Key Field, the
  933.            search takes longer.
  934.  
  935.          Type the letter C again, then press the F4 key to erase the previous
  936.            Search Conditions.
  937.          Press the Down Arrow 5 times to highlight the "Crew" Field.  This
  938.            Field contains abbreviations for the names of the regular Crew
  939.            Members on Star Trek.
  940.          Press Shift-Tab to move back into the left Column.
  941.          Type "..Cv" (Cv is an abbreviation for Chekov), and press F2.  Since
  942.            the 2 periods were included at the beginning, WYNDFIELDS searches
  943.            for the text "Cv" anywhere in the "Crew" Field.  The Record it
  944.            finds is "Catspaw".
  945.          Press Control-Right Arrow to scroll the display so that the whole
  946.            "Crew" Field can be seen.  The letters "Cv" appear in this Field
  947.            for this Record.
  948.          Type the letter N (for NEXT) 4 times.  Notice that the highlight
  949.            skips over any Records which do not contain "Cv" in the "Crew"
  950.            Field.
  951.  
  952.  
  953.                                                                            19
  954.  
  955.  
  956.        Exercise:  WORKING WITH A FILTER
  957.  
  958.          Press F5 to display the LOCATION Menu.
  959.          Type the letter F to choose the FILTER Command.
  960.          Press F2, leaving the Search Conditions the same as they were in the
  961.            last exercise.  WYNDFIELDS finds and displays only those Records
  962.            for which the "Crew" Field contains the text "Cv".  Notice that
  963.            the word "Filtered" appears on the bottom bar to indicate that the
  964.            Database is now Filtered.
  965.          Type the letter S (for the SUMMARY Command), then answer Y to
  966.            confirm recalculation.  The Summary displayed now applies only to
  967.            those Records in the Filter (only those episodes in which Chekov
  968.            appeared).  Notice that the count and total timing for the Records
  969.            is much smaller than before.
  970.          Press F2 to exit the Summary display and return to the Table.
  971.          Type the letter F for the FILTER Command again and press the Down
  972.            Arrow Key once.
  973.          Type in "1968" in the left Column, press the Tab Key, and type in
  974.            "1968" in the right Column as well.
  975.          Press F2 to set the Filter.  Since the condition in the "Crew" Field
  976.            was not erased it is still in effect.  The Filter now searches
  977.            only for those episodes which contain "Cv" in the "Crew" Field and
  978.            which are from the year 1968.  Only a small number of Records are
  979.            found and displayed.
  980.          Type the letter F for the FILTER Command once more, and press
  981.            Alt-F2.  This removes the Filter, and the full number of Records
  982.            in the Database is redisplayed on the bottom bar.
  983.  
  984.  
  985.  
  986.    XI. DESIGNING LABELS
  987.  
  988.        One of the most common uses for a Database is to print out Mailing
  989.        Labels.  Before Labels can be printed, however, you must first design
  990.        the layout of the Labels.
  991.  
  992.        To design Labels:  Choose the LABELS Command from the DESIGN Menu.
  993.        Choose an existing Label Definition from the list, or to create a new
  994.        Definition:  Select "<New>", then type in a new Name.
  995.  
  996.        The Label Design display shows a facsimile of the Label in the center
  997.        of the Screen.  In this box, type in any text which will be printed on
  998.        each Label, or use the following Function Keys to place Fields on the
  999.        Label:
  1000.  
  1001.          F3 - Insert a blank line ahead of the line containing the cursor.
  1002.          F4 - Delete the line containing the cursor.
  1003.          F5 - Insert a Field at the cursor location.  After pressing F5, a
  1004.               list of all Fields is displayed.  Highlight the desired Field
  1005.               and press Return to insert it.  If there is not enough room at
  1006.               the cursor location to insert the whole Field, the Field will
  1007.               not be inserted.
  1008.          F6 - Delete the Field the cursor is in (if the cursor is in a
  1009.               Field).
  1010.  
  1011.  
  1012.                                                                            20
  1013.  
  1014.  
  1015.          F7 - Set the Field the cursor is in to be trimmed or not trimmed.
  1016.               If the Field is trimmed, then extra spaces at the end of the
  1017.               Field will be ignored so that any text and Fields following it
  1018.               will be printed directly after the last non-space character of
  1019.               the Field.  Fields are always trimmed unless you select this
  1020.               option.
  1021.          F8 - Set Label options such as: Label width, number of Labels to be
  1022.               printed across the page, space between Labels, etc.
  1023.  
  1024.        When finished with the Design, press F2 to save the Label Definition
  1025.        and return to the Table Design.
  1026.  
  1027.        Label Definitions are not attached to a specific Database, so you can
  1028.        use the same Label layout for different Databases.  If the Fields of
  1029.        the different Databases do not correspond to each other, however, some
  1030.        Fields on the Label may be lost or altered.
  1031.  
  1032.  
  1033.        Exercise:  DESIGNING LABELS
  1034.  
  1035.          Select the MLIST Database for use.
  1036.          Press F3 to display the DESIGN Menu.
  1037.          Type the letter L to choose the LABELS Command.
  1038.          Highlight the word MLABEL, but do not press Return.
  1039.          Press the F5 Key to copy the MLABEL Definition to a new file.
  1040.          Type in "Sample" for the new Label Name, and press Return.  The list
  1041.            of Label Definitions is redisplayed, with SAMPLE now among them.
  1042.          Highlight SAMPLE and press Return.  A facsimile of a Label appears
  1043.            on the Screen with a number of Fields already in place.
  1044.          Press the Down Arrow Key to move to the line containing the
  1045.            "Company" Field.
  1046.          Press F4 to delete this line.  A new blank line appears at the
  1047.            bottom of the Label.
  1048.          Press Control-End to move to the bottom line, then type in "Phone: "
  1049.            (including the space).
  1050.          Press F5 to insert a Field, then press the Up Arrow Key 3 times to
  1051.            highlight the "Phone #" Field.
  1052.          Press Return.  The Field is inserted on the Label.
  1053.          Press F8 to see the various Label options.  Options are measured in
  1054.            characters, so if you planned to use compressed print you would
  1055.            want to increase the width of the Label.  Look over the options
  1056.            and make any changes you wish.
  1057.          Press F2 to save the options and return to the Label Design display.
  1058.          Press F2 to save the Label Definition and return to the Table
  1059.            display.
  1060.  
  1061.  
  1062.                                                                            21
  1063.  
  1064.  
  1065.    XII. PRINTING
  1066.  
  1067.        Before actually printing, WYNDFIELDS allows you to change various
  1068.        Print Options.  To set Print Options:  Choose the OPTIONS Command from
  1069.        the UTILITIES Menu, or type the letter O.  The top box of the Options
  1070.        display contains a number of Screen Options which may be changed.  The
  1071.        bottom box lists the different Print Options.  Use the Tab and Shift-
  1072.        Tab Key to move from entry to entry.  Type in the desired values for
  1073.        each option.  When finished, press F2 to save all the options.
  1074.  
  1075.        WYNDFIELDS can print out information from a Database in several
  1076.        different forms:  The Database Design structure, a Summary of the
  1077.        Database, Mailing Labels, tabular Reports, Mail Merges (form letters),
  1078.        the Database Table, or the entry Form for the current Record.
  1079.  
  1080.        To print:  Press F6 to display the PRINT Menu, highlight the desired
  1081.        item to print, and press Return.  If printing Labels, Reports, or Mail
  1082.        Merges, you must select the desired Definition to be printed.  If
  1083.        printing any item other than the Database Design or the entry Form,
  1084.        WYNDFIELDS then asks if you wish to set Print Conditions.  If you
  1085.        answer Yes, use the Search Conditions Table just as you would when
  1086.        performing a Conditional Search to select those Records which will be
  1087.        printed, then press F2 to accept the conditions.  (If a Filter has
  1088.        been set, there is no need to set the Print Conditions.)  WYNDFIELDS
  1089.        then prints the relevant item to the destination (Printer, Screen, or
  1090.        Disk File) currently selected in the Print Options.
  1091.  
  1092.  
  1093.        Exercise:  PRINTING
  1094.  
  1095.          If the MLIST Database is not currently in use, select it.
  1096.          Press the F7 Key to display the UTILITIES Menu.
  1097.          Type the letter O to choose the OPTIONS Command.
  1098.          Press the Tab Key 3 times to move to the "Destination" Field, then
  1099.            type the letter S to select the Screen.  This will allow you to
  1100.            experiment with printing without wasting paper.  Alter any of the
  1101.            other options you wish.  If you use a laser printer you should
  1102.            change the Paper Length to 60 instead of 66.  Note also that the
  1103.            Print Width selected here will be overridden by widths you specify
  1104.            for Labels, Reports, and Mail Merges.
  1105.          Press F2 to save the Print Options.
  1106.  
  1107.          Press F6 to display the PRINT Menu.
  1108.          Type the letter D to print the Database Design.  The structure of
  1109.            the current Database (including the definition of all its Indices)
  1110.            is printed on the Screen.  Press any key when prompted after each
  1111.            Screen is printed.
  1112.          Press F6 again to display the PRINT Menu.
  1113.          Type the letter F to print the entry Form for the Record which is
  1114.            currently highlighted in the Table display.  Again, follow the
  1115.            prompts as the Form is printed.
  1116.  
  1117.  
  1118.                                                                            22
  1119.  
  1120.  
  1121.          Press F6 once more to display the PRINT Menu.
  1122.          Type the letter L to choose the LABELS Command.
  1123.          Highlight the word SAMPLE, press Return, and answer Yes to enter
  1124.            Print Conditions.  The Search Conditions display appears.
  1125.          Press the Down Arrow to highlight the "Last Name" Field, then press
  1126.            the Tab Key to move to the right Column.
  1127.          Enter "M" and press F2.  Labels are printed for all Records through
  1128.            Patrick Moraz (or any name you added which begins with "M").
  1129.  
  1130.  
  1131.  
  1132.    XIII. ADVANCED FEATURES
  1133.  
  1134.        In addition to the procedures outlined above, WYNDFIELDS offers many
  1135.        advanced abilities such as:
  1136.          Creating and printing detailed tabular Reports.
  1137.          Creating Form Letters using the built-in text editor, or creating
  1138.            data files for use with Mail Merges using popular word processors.
  1139.          Redesigning the appearance of the Table display and Form layout.
  1140.          Renaming, deleting, and copying Databases and other files.
  1141.          Using Formulae (and numerous calculation Functions) to create
  1142.            Calculated Fields and to do extremely detailed searches.
  1143.          Updating or deleting multiple Records based on search conditions.
  1144.          Transferring data between different Databases, and translating data
  1145.            between the WYNDFIELDS format and other common file formats.
  1146.  
  1147.        For instructions on using these features, consult the program's Help
  1148.        screens and the WYNDFIELDS Reference Manual (see the Getting Started
  1149.        Section on how to print out this manual).
  1150.  
  1151.  
  1152.  
  1153.    XIV. WYNDWARE PRODUCTS
  1154.  
  1155.        WYNDSHELL is a non-memory-resident Hard Disk Menu program which allows
  1156.        you to run the programs on your computer from easily definable menus.
  1157.        Built into WYNDSHELL is another program: WYND-DOS, a utility program
  1158.        which performs such functions as formatting disks, copying and
  1159.        deleting files, and creating subdirectories - all from a friendly
  1160.        environment - without having to type commands at a DOS prompt.  Like
  1161.        WYNDFIELDS, WYNDSHELL and WYND-DOS also support the use of a mouse.
  1162.        A stand-alone version of WYND-DOS is available at a reduced price.
  1163.  
  1164.        FLAGS is an educational program which displays representations of over
  1165.        600 different flags of the world.  (Requires color monitor.)
  1166.  
  1167.  
  1168.                                                                            22
  1169.  
  1170.  
  1171.    XV. WHY REGISTER?
  1172.  
  1173.        The program contained on this disk is a fully operational program with
  1174.        complete documentation.  You are encouraged to use, copy, and
  1175.        distribute it as freely as you wish.  But if you do find it useful, we
  1176.        ask that you please register your copy.  There are several reasons why
  1177.        it is to your advantage to do this:
  1178.  
  1179.          1. This is the only way in which this software is supported. 
  1180.             WYNDWARE depends on your registration fee for our continued
  1181.             existence.  If we do not receive your registration, we will be
  1182.             unable to continue offering programs like this to you.
  1183.  
  1184.          2. By registering, you are assured of receiving the most up-to-date
  1185.             and full-featured product possible.  We are continually upgrading
  1186.             our products, making them more powerful and easier to use.  When
  1187.             you register, you will receive a copy of the most current version
  1188.             of the program, and will be placed on our list to receive notices
  1189.             of new revisions when they become available.
  1190.  
  1191.          3. The initial registration reminder screen which appears at the
  1192.             beginning of the program is removed when you install your
  1193.             registered copy, saving you an extra keystroke when you start the
  1194.             program.
  1195.  
  1196.          4. While the documentation in this manual, and in the on-disk
  1197.             Reference Manual, does cover every feature of the program, the
  1198.             User's Guide you will receive upon registration does offer an
  1199.             additional illustrated Tutorial section which can help you
  1200.             step-by-step to learn the program in a logical and detailed
  1201.             order.
  1202.  
  1203.          5. Additional sample data files are also included with the
  1204.             registered version, including a sample Inventory system and a
  1205.             Time-managing database.  Plus if you enjoyed the STAR TREK
  1206.             database, you may also be interested in the BEATLES database
  1207.             which is also included when you register.
  1208.  
  1209.          6. As an added incentive for registering at this time, we will also
  1210.             include with your order a copy of THE HIVE, our strategy game for
  1211.             up to 4 players (including the computer if you wish).  This game
  1212.             is ONLY available to registered users of our products and is
  1213.             included at NO additional cost.
  1214.  
  1215.  
  1216.        To become a registered owner of WYNDFIELDS, or to order other WYNDWARE
  1217.        products, use the convenient order form in the back of this booklet or
  1218.        call 1-800-475-1628 for credit card orders.
  1219.  
  1220.  
  1221.   ORDER / REGISTRATION FORM
  1222.  
  1223.  
  1224.    WYNDWARE
  1225.    One Parker Place, Suite 308
  1226.    Janesville, WI 53545  U.S.A.
  1227.    (608) 755-1628
  1228.    (800) 475-1628
  1229.  
  1230.  
  1231.       Name __________________________________________________________________
  1232.  
  1233.    Address __________________________________________________________________
  1234.  
  1235.            __________________________________________________________________
  1236.  
  1237.       City ______________________________  State _______  Zip _______________
  1238.  
  1239.    Country ______________________________  Phone ____________________________
  1240.  
  1241.  
  1242.     _                                     _                          _
  1243.    |_|  Check or Money Order             |_|  Mastercard            |_|  VISA
  1244.  
  1245.    Card Number ______________________________________________________________
  1246.  
  1247.    Signature ____________________________  Expiration Date __________________
  1248.  
  1249.  
  1250.    _____ copies of WYNDFIELDS Database   at $70.00 each. . . . $ ____________
  1251.  
  1252.    _____ copies of WYNDSHELL / WYND-DOS  at $45.00 each. . . . . ____________
  1253.  
  1254.    _____ copies of WYNDSHELL alone       at $30.00 each. . . . . ____________
  1255.  
  1256.    _____ copies of WYND-DOS alone        at $30.00 each. . . . . ____________
  1257.  
  1258.    _____ copies of FLAGS                 at $25.00 each. . . . . ____________
  1259.  
  1260.                    Wisconsin residents add 5% Sales Tax. . . . . ____________
  1261.  
  1262.                    Non-USA orders please add 20% shipping. . . . ____________
  1263.  
  1264.                    TOTAL ENCLOSED. . . . . . . . . . . . . . . $ ____________
  1265.  
  1266.  
  1267.    Registered owners will receive the most recent version of the program,
  1268.    with a detailed Manual, and will be eligible to receive updates to the
  1269.    program as improvements are made to it.
  1270.  
  1271.    Please contact us for site-licensing and quantity discounts.
  1272.  
  1273.  
  1274.    Where did you get your copy of WYNDFIELDS? _______________________________
  1275.  
  1276.    Comments _________________________________________________________________
  1277.