home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / DATABASE / STOWIT40.ZIP / STOWIT.DOC < prev    next >
Encoding:
Text File  |  1993-09-18  |  57.8 KB  |  1,561 lines

  1.  
  2.  
  3.       Stowit!  Version 4.0    Database Generator
  4.       c 1993 by Peter Neuendorffer.
  5.  
  6.       I would like to thank Edgar Dworsky for his hard work.
  7.  
  8.                --------------------------------------------------
  9.               |    Stowit allows you to create four files for    |
  10.               |    a basic database.  The files could be for     |
  11.               |    an audio  collection, a list of Boats, an     |
  12.               |    employee file, It could be a list of books,   |
  13.               |    a film digest. It could be any collection of  |
  14.               |    records that you wish.                        |
  15.               |                                                  |
  16.               |    Stowit allows up to twenty one lines          |
  17.               |    for each record in Stowit and one thousand    |
  18.               |    records for each file. Stowit has a variety   |
  19.               |    of searching, sorting and printing options.   |
  20.                --------------------------------------------------
  21.  
  22.       Table of Contents                       Page
  23.  
  24.               INTRODUCTION                      2
  25.               INSTALLATION                      4
  26.               OVERVIEW and MENUS                5
  27.  
  28.  
  29.               CREATING A NEW STOWIT FILE        9
  30.               ADD      (record screen)         12
  31.               ALL      (record list)           13
  32.               SEARCH                           14
  33.               DEFINE MENU                      21
  34.  
  35.  
  36.               NUMERIC DATA                     25
  37.               PRINTING                         26
  38.               SORTING                          27
  39.               BACKUP NOTE                      27
  40.  
  41.       Shareware Information:
  42.       I provide this software as is, with no warranty as to
  43.       suitability.  I welcome your comments on the RIME bbs
  44.       network.  I log on at Channel One bbs (617-354-8873).
  45.       You must be verified on Channel One to download Stowit
  46.       copies from their system.  Please note that I will not
  47.       send any disks or media, as the program is complete as
  48.       is. This evaluation package is  not "crippled" in any
  49.       way. It never writes or reads any files except its own.
  50.  
  51.       You are free to distribute this software AS IS. You
  52.       may use it for one month free of charge.  If you continue
  53.       to use Stowit, please send  $25.00 registration fee to
  54.  
  55.               Peter Neuendorffer
  56.               1399 Commonwealth Ave. #11
  57.               Allston MA 02134
  58.  
  59.  
  60.  
  61.  
  62.       INTRODUCTION                        Introduction and glossary    p 2
  63.  
  64.  
  65.  
  66.  
  67.  
  68.       First I'll describe what Stowit does and does not do, then
  69.       Installation instructions, a glossary, and then I'll describe briefly
  70.       the menus.  Detailed descriptions about how to use Stowit, and its
  71.       capabilities follow in the manual sections Creating New Stowit Files,
  72.       Add, All, Search, and Define Menu.  At the end of the manual is a
  73.       description of how Stowit handles numbers and printing capabilities.
  74.       Also, a description of how Stowit does sorting of information.
  75.  
  76.       
  77.       Welcome to Stowit database generator, a program that allows
  78.       you to design your own records for storage.  You may
  79.       press F1 for help screens wherever you are in Stowit.
  80.       There are twenty seven of these screens.
  81.  
  82.       Stowit gives you an easy way to store records in four separate files.
  83.       When running the program, you get a menu with four file names. After
  84.       selecting a file, you remain in this file until you exit (escape) back
  85.       to this menu.  Once you choose a file you are in the MAIN menu.
  86.  
  87.       It is up to you how you organize the record's structure. You set up
  88.       the record structure by choosing DEFINE from the main menu.  You
  89.       enter your data, and maintain the four files from the two other
  90.       MAIN menu areas, which are ADD and ALL.  The main menu option SEARCH
  91.       allows you to search any field in any record for a word or words
  92.       you choose. To get a clearer view of the program organization, look
  93.       below at the menu descriptions and examples.
  94.  
  95.       For example, in a file of music Albums you could search
  96.       the Composer field to find "Stravinsky" records. There are
  97.       other powerful search options as well, include handling
  98.       of greater than or less than numeric data.
  99.  
  100.       Stowit provides easy access to your data. It provides lists that you
  101.       may page through, and allows you to sort these lists.  Printing
  102.       options include the entire records, selected fields of each record,
  103.       or table printing of each record across the line, if it fits.
  104.       This means if you were printing record albums, you could print a
  105.       report of just the album title and the serial number.  Also, printing
  106.       can be done using the list found in a search.  Thus you could
  107.       print a report of all albums recorded by the Beatles in England,
  108.       if you had a field "Artist" and another field "Country recorded."
  109.       Stowit accepts your database data from your keyboard, and requires
  110.       no knowledge or handling of the files it uses, except as noted
  111.       at the very end of this manual.
  112.  
  113.       Here is what Stowit does not do: It does not format files in dBASE,
  114.       PARADOX or other formats.  It is not a WINDOWS program. Stowit does
  115.       not work on a network.  It does not accept disk file input.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.       INTRODUCTION continued                     glossary           p 3
  123.  
  124.  
  125.  
  126.       Here are some computer and Stowit program words used in this
  127.       manual. They may not be familiar to you.
  128.  
  129.       <ENTER>                Press the Enter key
  130.  
  131.       Enter_______           Type some information and then press
  132.                              the Enter key. Then, you have entered the data.
  133.  
  134.                              Example: "Enter the name"
  135.                              You type:  Jones     then, you press Enter
  136.  
  137.       Escape or Esc          Press the Escape key. Reserved for
  138.                              getting out of a screen and back to another.
  139.                              In menus, pressing Escape always returns
  140.                              you to where you were before.
  141.  
  142.       Select                 In menus, use the up and down arrow keys
  143.                              to highlight the item you wish. Then,
  144.                              press the ENTER key to execute that item.
  145.  
  146.       File                   A database file in Stowit, is a
  147.                              collection of related records. This file
  148.                              might be a "Record Collection" file.
  149.  
  150.       Record                 A collection of related fields in Stowit.
  151.                              This might be a "Record Album" record.
  152.  
  153.       Stowit field           An item of related data. Say the
  154.                              "Album Title" field in each Stowit record.
  155.  
  156.       Field name             This is the name or label for each field.
  157.                              This might be "Record album title:" This name
  158.                              is your choice.
  159.  
  160.       Field length           The maximum length that each field may be.
  161.                              This varies by the field. You set
  162.                              this length.
  163.  
  164.       Data                   This is the information you type into
  165.                              fields. For example "U2 Zooropa."
  166.  
  167.       Search field           A field in the record that is being
  168.                              or could be searched for a word or words.
  169.                              You could search in the "Artist" field
  170.                              of every record for the word "Beatles."
  171.  
  172.       Define                 Set up the structure of each field. Do this
  173.                              before you start entering data. You can
  174.                              change many things about the structure later.
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.       INSTALLATION:                                                  p 4
  183.  
  184.       To install Stowit and get it up and running is simple.
  185.       You don't have to run any special programs. First, here is a
  186.       description of the system you need to run my program. You need
  187.       at least an XT with hard drive. This program does not
  188.       support use on a floppy drive.
  189.  
  190.               - This is a DOS program, not a WINDOWS program.
  191.               - An XT or AT or 386 or 486  IBM (r) compatible computer.
  192.               - 1 Megabyte of RAM standard.
  193.               - A Hard Drive. Stowit's data files grow in size.
  194.               - A Monochrome or color card. A monochrome or color monitor.
  195.               - A Printer is optional. It must be a parallel printer.
  196.               - This program does not use a mouse.
  197.  
  198.  
  199.  
  200.       To install to your hard drive,
  201.       and run Stowit, follow these steps.
  202.  
  203.         1. Copy the files to a Hard Drive sub directory
  204.         2. Run Stowit from its own directory on the hard drive.
  205.         3. Run STOWIT.EXE.
  206.  
  207.  
  208.  
  209.         -  -  -  -  -  -  {EXAMPLE} -  -  -  -  -  -  -  -  -  -  -
  210.  
  211.           Here is what you would type from the DOS prompt.  Suppose your
  212.           floppy drive's letter is B.  If it is A, substitute the letter A
  213.           for B in the directions below. C refers to the letter of your
  214.           hard drive. <ENTER> means to press the enter key following each
  215.           command.
  216.  
  217.           Insert the Stowit disk in the B drive
  218.           Now type:                    c:                 <ENTER>
  219.                                        cd\                <ENTER>
  220.                                        md stowit          <ENTER>
  221.                                        b:                 <ENTER>
  222.                                        cd\                <ENTER>
  223.                                        copy *.* c:\stowit <ENTER>
  224.           To go to your hard drive:    c:                 <ENTER>
  225.           To run Stowit any time:      cd\stowit          <ENTER>
  226.                                        stowit             <ENTER>
  227.        -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
  228.  
  229.       Here is how to use old Stowit data with the new version.
  230.       Copy all your new Stowit 4.0 files into your previous Stowit directory.
  231.       The data files from all Stowit versions are compatible with this
  232.       version.  If you wish to upgrade using old Stowit data, do the
  233.       copy before you start using the new Stowit.  The new numerical
  234.       sorting will be correct in an upgraded file after you add one
  235.       record to the file.  Note, the old program DEFINE.EXE in Stowit is
  236.       no longer used.  If you do not need your old Stowit data, you do not
  237.       have to do this special copy.
  238.  
  239.  
  240.  
  241.  
  242.       OVERVIEW continued:                         Menus              p 5
  243.  
  244.  
  245.  
  246.       (The examples below use a Record Collection example. Your
  247.       database could be on any subject you wish.)
  248.  
  249.  
  250.  
  251.  
  252.       MENUS:
  253.       There are five major screens in Stowit. Here they are in the
  254.       order they appear when you use the program.  They are the Files Menu,
  255.       the Main Menu, the Record List, the Record Screen and the
  256.       Comment Screen.
  257.  
  258.  
  259.  
  260.       1 The Files Menu:
  261.       - - - - - - - - - - {EXAMPLE} - - - - - - - - - - - -
  262.  
  263.                            Files
  264.  
  265.                         ------------
  266.                         | File 1   |
  267.                         | File 2   |
  268.                         | File 3   |
  269.                         | File 4   |
  270.                         | Quit     |
  271.                         ------------
  272.  
  273.  
  274.       - - - - - - - - - - - - - - - - - - - - - - - - - - -
  275.  
  276.  
  277.       This is what you see first when you run Stowit.  Remember from
  278.       any screen or option you may press F1 to get help on the screen
  279.       or option. When you first run Stowit, choose any file.
  280.       Instructions on how to set up your file are below in the
  281.       manual section CREATING A NEW STOWIT FILE. After you set up
  282.       the file, the menu will be updated with the name you have given
  283.       your database file.  Each file is separate from the other.  To
  284.       change files, escape back to this menu and select a new file.
  285.  
  286.       Quit is the selection to leave the Stowit program.  To do a fast exit
  287.       from most anywhere in Stowit, press the Escape key repeatedly.
  288.       Then select Quit from the Files Menu.
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.       OVERVIEW continued:                         Menus continued    p 6
  303.  
  304.  
  305.       2 The Main Menu:
  306.        - - - - - - - - - - {EXAMPLE} - - - - - - - - - - - -
  307.  
  308.                            ----------
  309.                            | All    |
  310.                            | Search |
  311.                            | Add    |
  312.                            | Define |
  313.                            ----------
  314.  
  315.       - - - - - - - - - - - - - - - - - - - - - - - - - - -
  316.       This is the menu you get after selecting a file in the Files
  317.       Menu.  The options are ALL, SEARCH, ADD and DEFINE.
  318.       Selecting All will bring up the Record Screen shown below. It is how
  319.       you access all your data records in the current Stowit file.  Search
  320.       allows you to selected data or ideas in the file.  By selecting Add
  321.       you can add new records to the file.  Selecting Define allows you to
  322.       set up or change the organization of records. I describe all of the
  323.       Define options in the DEFINE MENU part of the manual.
  324.  
  325.  
  326.  
  327.       3 The Record List:
  328.        - - - - - - - - - - {EXAMPLE} - - - - - - - - - - - -
  329.  
  330.          --------------------------------------------------------------|
  331.          |Stowit! Record Collection                                    |
  332.          |Enter Escape etc . . .  Alt-P=print Alt-s=sort               |
  333.          |[All]                                                        |
  334.          |____________________________________________________________ |
  335.          |                          Boston Cream Stompers I            |
  336.          |                          Cowboys Zoo Band Rides Away        |
  337.          |                          Sgt. Peppers                       |
  338.          |                          Surrealistic Pillow                |
  339.          |                                                             |
  340.          | Sorted by                                                   |
  341.          | Album Title                                                 |
  342.          |                                                             |
  343.          |                                                             |
  344.          --------------------------------------------------------------
  345.       - - - - - - - - - - - - - - - - - - - - - - - - - - -
  346.       When you select ALL from the main menu, the Record list for all
  347.       the records appears. This shows a list of records by first field.
  348.       It sorts alphabetically with number fields sorted first. You can
  349.       sort this list by other fields in each record with the Alt-S key
  350.       combination (see SORTING below.)  This record list also appears after
  351.       a search. Then, the list has only records found by the search.  From
  352.       the Record List you may print reports on your printer as well. (Alt-P
  353.       key combination brings up a print menu). Select the record that you
  354.       wish to view or edit. If the list is more than one screen large, use
  355.       PgeUp and PgDn keys. Press Escape to return to the last menu. Use the
  356.       Ctrl-PgUp or Ctrl-PageDn to move to the first or last pages.
  357.       The Left and Right Arrow keys from the Record List allow
  358.       you to preview the fields in the highlighted record.
  359.  
  360.  
  361.  
  362.       OVERVIEW continued:                         Menus continued    p 7
  363.  
  364.  
  365.  
  366.  
  367.       4 The Record Screen:
  368.        - - - - - - - - - - {EXAMPLE} - - - - - - - - - - - -
  369.  
  370.      ---------------------------------------------------------------------
  371.     |  Stowit!  Record Albums        Home = last record End = next record|
  372.     |           F6 = Delete    F10 = Accept    PgDn = Comments           |
  373.     |                                                                    |
  374.     |_______________________[F10 Accept]_________________________________|
  375.     |  Album Title:  Cowboys Zoo Band Rides Away                         |
  376.     |       Artist:  Bob Bob                                             |
  377.     |       Number:  12343212                                            |
  378.     |        Price:  ____                                                |
  379.     |        Notes:  I like it a lot. Great.                             |
  380.     |                Not only that but I like country funk music.        |                                                                     |
  381.     |       Rating:  9                                                   |
  382.     |                                                                    |
  383.     |                                                                    |
  384.     |                                                                    |
  385.     |                                                                    |
  386.     |---------------------------------------------------------------------
  387.  
  388.        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  389.  
  390.  
  391.       This is Record Screen for each Stowit record. You get to it from
  392.       the list of records. So your path to your data could be
  393.       ALL to Record List to the Record Screen. Or it could be
  394.       SEARCH to Record List to the Record Screen. Or, for a new record,
  395.       selecting ADD takes you directly to a fresh Record Screen.
  396.  
  397.       To see the next record as it appeared in the record list,
  398.       you can press the END key from the Record Screen. To go the previous
  399.       record on the record list, press the HOME key from this screen.
  400.  
  401.       Choose a field to edit with the up and down arrow keys. The
  402.       field will be highlighted.  Type in the new data.
  403.       The old field will blank out, so press the right arrow first
  404.       if you want to keep part of the old field.  When you have
  405.       finished with your changes, if any, press the F10 function key to
  406.       save. If you don't want to save the recent changes, just press
  407.       escape without pressing F10.
  408.  
  409.       From the Record Screen, press F6 to delete the record entirely,
  410.       then answer "Y" to the question "Delete Record?" The record, once
  411.       deleted, cannot be retrieved.  This has no effect on the file
  412.       structure however.  To access the Comment Screens, press page
  413.       down from a record screen (see below).
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.       OVERVIEW continued:                        Menus continued     p 8
  423.  
  424.  
  425.  
  426.  
  427.       5 The Comment Screens:
  428.         - - - - - - - - - - {EXAMPLE} - - - - - - - - - - - -
  429.  
  430.        ----------------------------------------------------------------------
  431.        |  Stowit!  Record Albums    Comments: Cowboys Zoo Band . . .    P 1.|
  432.        |     PgUp = Exit    PgDn=next page    AltN=          AltY=          |
  433.        |____________________________________________________________________|
  434.        |     My comments on the album Cowboys Zoo band. Has a certain       |
  435.        |     ambience that is not seen here or in Europe, etc.              |
  436.        |     Anything I type here will not be searched by rest of the       |
  437.        |     program. And I can page down to another page like this one.    |
  438.        |                                                                    |
  439.        |                                                                    |
  440.        |                                                                    |
  441.        |                                                                    |
  442.        |                                                                    |
  443.        |                                                                    |
  444.        |                                                                    |
  445.        |---------------------------------------------------------------------
  446.  
  447.        - - - - - - - - - - - - - - - - - - - - - - - - - - -
  448.  
  449.       This is the Comment Screen. Two of these come with every record.
  450.       It is like having two pages of comments attached to every card in
  451.       a Rolodex.  You get to a record's comment pages by using the
  452.       Page Down key from  any Record Screen.  Use the Page Up and Page
  453.       Down keys to access pages one and two. Enter lines of text, using
  454.       the enter key or down arrow at the end of each line.  To delete
  455.       a line, put the cursor on the line to delete and press the
  456.       Alt-Y key combination.  To insert a blank line, position
  457.       the cursor on the line before which you want a blank line.
  458.       Then, press Alt-N.
  459.  
  460.       Please note: To save new or changed comments, you must
  461.       page up to the record screen and press F10. Otherwise, the
  462.       recent changes will be ignored.
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.       CREATING A NEW STOWIT FILE                                     p 9
  483.  
  484.       How to create a new Stowit file:
  485.       This is for when you start Stowit for the first time. Also,
  486.       you need to define each new Stowit file. The reason for
  487.       the set up is so that you may tailor the records of a file
  488.       to your needs.  You will set up the record structure for
  489.       your file, field by field.
  490.  
  491.       You answer questions in the ADD FIELD area, located from the
  492.       MAIN MENU/ DEFINE selection. This will decide how your Stowit
  493.       record appears laid out on the record screen, and how
  494.       searches and sorting will be done.  By dividing each record
  495.       into named fields, the information in your database can
  496.       be accessed in many different ways.
  497.  
  498.       Even after you enter data, you may return to the
  499.       MAIN MENU/DEFINE menu to add, insert, or delete fields in your
  500.       record's structure.  Other options are available. I describe these
  501.       below in the DEFINE MENU section.  For now, you will only need the
  502.       ADD FIELD option in  the MAIN MENU/DEFINE menu.  Although initially
  503.       confusing, it is easier to understand if you review these terms:
  504.  
  505.  
  506.          Example of a field:
  507.       - - - - - - - - - - {EXAMPLE} - - -  - - - - - - - - - - - - - - - - -
  508.  
  509.  
  510.              Field name     The actual title of your field.   Ex. "Last Name"
  511.              Field length   The maximum length of the entry
  512.                             area for the field.               Ex. 15
  513.  
  514.  
  515.  
  516.              Last Name: ______________
  517.  
  518.  
  519.                 ^             ^
  520.                 |             |-----------Entry part is 15 characters long
  521.                 |                         This is the "field length"
  522.                 |
  523.                 --"field name" is Last Name.
  524.  
  525.  
  526.  
  527.       - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - -
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.       CREATING A STOWIT FILE continued.                              p 10
  543.  
  544.  
  545.  
  546.  
  547.  
  548.       - - - - - - - [ INSTRUCTIONS ] - - - - - - -
  549.  
  550.  
  551.       Select the File slot you wish (File1, File2, File3, or File4) from
  552.       the main menu. Then, select Define from the main menu. From the
  553.       DEFINE menu select Add Field.
  554.  
  555.  
  556.       Then, enter the name of the file. Example, BOOKS.
  557.  
  558.  
  559.       Do this for each field in your record:
  560.               1. Enter the field name. Example, ALBUM TITLE or SERIAL NUMBER
  561.                  This name can be changed later.
  562.                  The record title means the first field.
  563.                  Entering the word "same" (WITHOUT QUOTES) will create
  564.                  a field having no title just like the field before it.
  565.                  This new "same" field follows along with the field
  566.                  before it for searches. This is useful
  567.                  for having a group of fields to be searched under one
  568.                  field name by the Stowit program.
  569.  
  570.               2. Enter a number for the length of the field.
  571.                                        Example, 20.
  572.                  The length for the first field must be two to fifty
  573.                  characters in length. All other fields can be one to
  574.                  two-hundred-fifty-five characters long.
  575.  
  576.               3. "Same Line?"
  577.                    Is this field to be on the same line
  578.                    in the record screen as the field name?
  579.                    (type Y for Yes, N for No).  "No" means the field will
  580.                    start in the first column of the next line.
  581.                    "Yes" means the field will display on the same line as
  582.                    the name, starting at display column 19.
  583.  
  584.               4. "Search Field?"
  585.                    Answer Y for yes, if you want this to be a field
  586.                    to be searched in the main part of the program. If
  587.                    not, answer N for no. This can be changed later.
  588.  
  589.  
  590.               5. "Add a Field?". If you are finished, press N for no,
  591.                    otherwise press Y for yes to continue adding other
  592.                    fields to your record. Pressing C will
  593.                    cancel all your changes.
  594.  
  595.       - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.       CREATING A NEW STOWIT FILE continued.                          p 11
  603.  
  604.  
  605.  
  606.  
  607.  
  608.       Here is an example of a sample record you could create:
  609.       - - - - - - - - - - {EXAMPLE} - - -  - - - - - - - - - - - - - - - - -
  610.  
  611.          File title------>        RECORDINGS
  612.  
  613.          Record title---->         Name of album: ________________________
  614.  
  615.          Field----------->                Artist:
  616.                                       -------------------
  617.  
  618.          Field----------->                 Songs: ------------------------
  619.  
  620.          (same) field---->                        ------------------------
  621.                                 (The number of dashes is the field length.)
  622.          (same) field---->                        ________________________
  623.  
  624.  
  625.  
  626.  
  627.       The Artist field starts on the next line after its name (the word
  628.       artist.) When defining it, answered "N" to "Same Line?". The Songs
  629.       field has two "same" fields attached to it. When Stowit searches
  630.       for Songs it will check these fields as well.
  631.  
  632.       - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  633.  
  634.  
  635.  
  636.       Other Notes:    Sometimes the software will say "Too many lines."
  637.                       You can then Redo the last field, Save the
  638.                       record before the last field, or Cancel your
  639.                       additions altogether.  When entering field
  640.                       lengths, keep in mind that the screen is eighty
  641.                       characters wide. The Same Line field starts
  642.                       at column nineteen. The NOT same line field
  643.                       starts at column one. A field titled "same"
  644.                       looks just like the field before it.  Later,
  645.                       you can make fields longer or shorter.
  646.  
  647.  
  648.                       If you are defining numeric fields, you may wish
  649.                       to restrict the field length for them to eleven or
  650.                       so characters. This will allow printing of tabular
  651.                       reports (see the manual's section on PRINTING).
  652.  
  653.                       You do not have to answer any special questions
  654.                       for fields that will have numeric data.
  655.                       Stowit handles numbers as described below in the
  656.                       section NUMERIC DATA.
  657.  
  658.  
  659.  
  660.  
  661.  
  662.       ADD (main menu)                                                p 12
  663.  
  664.  
  665.  
  666.  
  667.       Add:
  668.  
  669.       From the Main Menu, you select the ADD option to add new records
  670.       to your file.  If a box pops up saying "File not Defined" then
  671.       you must follow the instructions in the above section called
  672.       CREATING A NEW STOWIT FILE.  You have to have at least one
  673.       record added in a file for the search and all options to
  674.       work as well.
  675.  
  676.       After selecting Add, you are in the Record Screen for your new record.
  677.       Move the highlight bar up and down with the up or down arrow keys
  678.       This chooses a field to edit.  The enter key also moves to the
  679.       next field.  Type in information to this field. You may use the
  680.       Ctrl-cursor-right or Ctrl-cursor-left to move to the next word or
  681.       the last word shown in your record's field.
  682.  
  683.       To change text in a field, make sure you press the right arrow
  684.       key first. Then, type the INSERT key to type over.  Or just press your
  685.       first new letter at the start of the field, and the entire field will
  686.       wipe. To escape without saving your record, press Escape.
  687.  
  688.       To save your new record, press F10 BEFORE pressing Escape to get
  689.       out.  When in the Add option,  a blank record will appear after
  690.       every F10 save.  Then, you can either start another record, or
  691.       press Escape to get out, returning you to the previous menu.
  692.       You must have something in the first field to save the record.
  693.  
  694.       To add Comment Screens to your record, press page down from
  695.       the new Record Screen that you are editing.  You can type in
  696.       two pages of text. Page down to the second screen, and page up
  697.       back to the Record Screen.  Don't forget to press F10 to save
  698.       both the record and the Comment screens.
  699.  
  700.       In the Comment screens, press Enter, or the down arrow to get
  701.       to each new line.  To delete a line, position the cursor on the
  702.       line to delete and press the Alt-Y key combination.  To insert
  703.       a line, press the Alt-N combination.
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.       ALL (main menu)                                                p 13
  723.  
  724.  
  725.  
  726.       All:
  727.  
  728.       From the main menu, selecting ALL allows you to get to the
  729.       Record List. The list then shows you a list of all
  730.       the records in the file so far.  If the list is longer than
  731.       one page,  you may page through it by pressing the Page-Down
  732.       or Page-Up keys.
  733.  
  734.       The list contains the first 50 characters of the first
  735.       field of each record. Numbers sort first, then alphabetic
  736.       or mixed alphabetic-numbers fields, then all first fields that
  737.       are blank. Blank fields show up marked as "(blank)," and refer
  738.       to real records.
  739.  
  740.       To access a given record, just select it.  You can reedit the
  741.       record now if you wish.  Escape from the record list brings you
  742.       back to the main menu.  I describe other record screen sort and
  743.       printing options in the sections PRINTING and SORTING.
  744.       From the Record List you can sort the list by different fields,
  745.       or print reports of whole records. Also, you can print reports
  746.       of selected fields in records, or print table reports.
  747.  
  748.  
  749.  
  750.  
  751.                   - - - - - - - - {EXAMPLE} - - - - - -
  752.  
  753.  
  754.       Main Menu   <-------->  Record List <-------->  Record Screen + Comments
  755.  
  756.  
  757.  
  758.            ALL    <-------->  [select record] <---->  [edit record]
  759.                               [Printing]              F10 to save.
  760.                               [Sorting ]
  761.  
  762.  
  763.                - - - - - - - - - - - - - - - - - - - -
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.       SEARCH (main menu)                                              p 14
  783.  
  784.  
  785.       SEARCH allows you to find data in Stowit. It finds data in your
  786.       file. It organizes lists of records for viewing, editing or printing.
  787.  
  788.       Select Search from the MAIN MENU, and then select the type of
  789.       search you wish. Then, enter your search request, which will
  790.       differ in form depending on the type of search you are doing.
  791.       After Stowit finds records, it will display them in a Record
  792.       List.  From there, as in ALL, you may select individual records
  793.       for viewing or editing.  When you select a record, Stowit
  794.       highlights data that matches words from your search request.
  795.       Whenever Stowit searches a field, it also searches the "same"
  796.       fields attached to it.
  797.  
  798.       There are three types of searches in Stowit:
  799.       simple field searches, whole record searches, and regular
  800.       conditional searches.  I'll explain them below.
  801.  
  802.       - - - -  - - - - - - - - {EXAMPLE} - - - - - - - - - - - -
  803.  
  804.                                Search Menu
  805.                              -----------------
  806.                              | Album Title   |
  807.                              | Artist        |
  808.       1. Simple fields --->  | Label         |
  809.                              | Serial Number |
  810.                              | Criticism     |
  811.       2. Whole record ---->  | Whole Record  |
  812.       3. Regular condition-->| Regular       |
  813.                              -----------------
  814.       - - - - - - - - - - - - - - - - - - - -  - - - - - - - - -
  815.  
  816.       1. Simple Field Searching:
  817.       You can search a given field for the presence of a word or phrase.
  818.       Select a field on the menu. Now, enter a word or phrase to search for.
  819.  
  820.       First, here is a note about exact and non-exact type searches. From the
  821.       Search menu, you may toggle off and on the ability to search
  822.       for exact matches. Move the highlight bar up and down to a field name.
  823.       Then, toggle the EXACT feature on and off with the space bar. If there
  824.       is a star next to a name, then that field will be searched exactly. For
  825.       example, if the star is present, a search in "Album Title" for the word
  826.       California will only find records with Album titles of "California"
  827.       exactly. A non-exact search would find "California Dreaming" as well.
  828.  
  829.       For a single field search, select a field from the search menu. Enter
  830.       a word or words to search for.  The request does not have to be in
  831.       capital or lower-case letters.  A request for California finds a field
  832.       with "california." It finds "CALIFORNIA."  This "non case sensitive"
  833.       feature applies to other types of searching as well.  When the search
  834.       is over, records may be found satisfying your request. A list of only
  835.       those records appears as a Record List, just as in the ALL option. This
  836.       list may be sorted or printed (Alt-S to sort,  Alt-P to print.) As
  837.       always, you may view or edit records by selecting them from the list.
  838.  
  839.  
  840.  
  841.  
  842.       SEARCH (main menu)                 Whole Record Searching       p 15
  843.  
  844.  
  845.  
  846.  
  847.       2. Whole Record Searching:
  848.       You can search each entire record for the presence of a word or phrase.
  849.       Select Whole Record from the search the menu. Now you enter a word or
  850.       phrase or special condition phrase to search for.
  851.  
  852.  
  853.       There are two major differences between the Whole Record search
  854.       type and the Single Field type.  First, each entire record will
  855.       be searched for the word (or phrase) you request.  Second, the
  856.       Whole Record search allows special conditional requests.
  857.  
  858.  
  859.       Whole Record search requests:
  860.       All simple field requests to search for a word or phrase apply to
  861.       Whole Record searching. In addition, a special format allows
  862.       powerful searching of your file.  This involves setting up
  863.       a condition to search for.  The words AND  OR  NOT  are special
  864.       words, or operators, which you use to make your search request.
  865.  
  866.       Also, you may use the left parentheses (  and right parentheses  ) to
  867.       structure the request.  You may search for word1 AND word2.
  868.       This means search for records that have both "word1" and "word2."
  869.       You can search for "word1 or word2."  This means to find
  870.       all records that either contain "word1," or may contain "word2."
  871.       Various combinations of the word "and" and the word "or" and
  872.       the word "not" may be used.  To make clear what you mean,
  873.       use parentheses around parts of the condition.  The quotation marks
  874.       above are not part of a search request.
  875.  
  876.  
  877.       On the next page are some examples of Whole Record search requests.
  878.       The table shows what you type, and what the search request means.
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.       SEARCH continued.               Whole Record Searching cont.    p 17
  903.  
  904.       Here are some examples of search requests in Whole Record
  905.       Searching:
  906.       -- - - - - - - - - - -  {EXAMPLE} - - - - - - - - - - - - - - -
  907.  
  908.  
  909.          Your request                      What it Means
  910.          ____________                      __________________________________
  911.  
  912.  
  913.          Bobby                             Searches each whole record for
  914.                                            the word "bobby" (capitals don't
  915.                                            matter.)
  916.  
  917.          bobby and Teddy                   Searches for any record containing
  918.                                            both  the word "bobby" and the
  919.                                            word "teddy."
  920.  
  921.          symphony or opera                 Searches for any record containing
  922.                                            either the word "symphony" or the
  923.                                            word "opera". Either one will do.
  924.  
  925.          not costly                        Searches for any record that
  926.                                            does not contain the word "costly."
  927.  
  928.  
  929.  
  930.          not (costly or expensive)         Every record that contains neither
  931.                                            "costly" or "expensive."
  932.  
  933.          ford and (station wagon or van)   Every record must contain
  934.                                            the word "ford". The record also must
  935.                                            contain either "station wagon"
  936.                                            or "ford."
  937.  
  938.          boston or new york or chicago     Every record contains at least
  939.                                            one of "boston," "new york" or
  940.                                            "chicago."
  941.  
  942.         (ford and station wagon) or van    Can contain both "ford" and
  943.                                            "station wagon." Otherwise it
  944.                                            can contain the word "van."
  945.  
  946.  
  947.         (red and green) or (blue and black)  Has to contain both
  948.                                              "red" and "green." Or it could
  949.                                              contain both "blue" and "black."
  950.  
  951.              (ted    )                     Has to contain the word
  952.                                            "Ted."
  953.  
  954.           - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --
  955.            There may be as many spaces as you wish between parentheses
  956.            and words.  Also, as many spaces as you wish on both sides
  957.            of the reserved words OR   AND   NOT.  If the condition
  958.            is not logically correct, the software will let you know.
  959.  
  960.  
  961.  
  962.       SEARCH continued                 Regular Conditional            p 18
  963.  
  964.       3. Regular Conditional Searching:
  965.       Select Regular on the search menu. Note the list of fields
  966.       that appears at the top of the screen.  You refer to this
  967.       list when creating a condition to search for.  Now enter a word
  968.       or phrase or special conditional phrase to search for.
  969.  
  970.       You may use Whole Record requests to search in Regular Conditional
  971.       Searching.  Regular searching also introduces several new
  972.       operators. They allow searching in multiple fields, and
  973.       numeric searching.  This is an extension of both the Simple Field,
  974.       and Whole Record search types.
  975.  
  976.                     New Operators
  977.  
  978.                     <                Less than
  979.                     >                Greater than
  980.                     ==               Equal to
  981.                    1 = word          Field "1" contains "word"
  982.  
  983.       Operators less than, greater than, or double equals sign allow
  984.       you to search for numbers in your data. The single equals
  985.       sign operator allows you to search in a specific field for a
  986.       specific word.
  987.  
  988.       If you wish, you may enter special conditions for your search
  989.       request.  The simplest form is "field number," followed by
  990.       a new operator, followed by what you are searching for.  More
  991.       Examples follow on the next page.
  992.  
  993.  
  994.  
  995.  
  996.  
  997.       -- - - - - - - - - - - -{EXAMPLE}- - - - - - - - - -
  998.  
  999.                        Search Fields
  1000.                         1 Last Name
  1001.                         2 First Name
  1002.                         3 Salary
  1003.                         4 State
  1004.  
  1005.  
  1006.       Regular Search Request:
  1007.  
  1008.                      (4 = MASS) and (3 > 10000)
  1009.       - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1010.  
  1011.  
  1012.       You are requesting records that have "MASS" in the state
  1013.       field (field 4), and with salaries greater than 10000.
  1014.       You refer to the list at the top of the screen to get the
  1015.       number of the field. Then, put the number followed by
  1016.       the equals sign, followed by the word(s) you wish to
  1017.       find in that field.
  1018.  
  1019.  
  1020.  
  1021.  
  1022.       SEARCH continued                 Regular Conditional cont.     p 19
  1023.  
  1024.  
  1025.       Here are some examples of search conditions in Regular Conditional
  1026.       Searching.  Given the list of search fields at the top of the screen:
  1027.  
  1028.  
  1029.                        Search Fields
  1030.                         1 Last Name
  1031.                         2 First Name
  1032.                         3 Salary
  1033.                         4 State
  1034.  
  1035.  
  1036.           - - - - - - - - - {EXAMPLE}- - - - - - - - - - - - - - - - -
  1037.  
  1038.          Your request                      What it Means
  1039.          ____________                      __________________________________
  1040.             bobby                           Search for "bobby."
  1041.  
  1042.             bobby and teddy                 Search for "bobby" and "teddy"
  1043.                                             both in the same record.
  1044.  
  1045.             1=Jones                         Search for all records with
  1046.                                             "Jones" in the last name
  1047.                                             field (field 1 in list
  1048.                                             at top of the screen).
  1049.  
  1050.             4 = CA                          All records with "CA" in
  1051.                                             the State field (field 4.)
  1052.  
  1053.             3<6001                          All records with numbers
  1054.                                             less than 6000 in the
  1055.                                             salary field (field 3.)
  1056.  
  1057.             3 > 5000                        All records with numbers
  1058.                                             greater than 3000 in the
  1059.                                             salary field (field 3.)
  1060.  
  1061.             3 == 20                         All records with the number 20
  1062.                                             in the salary field. Note this
  1063.                                             finds "20" (not "200" or "2000".)
  1064.  
  1065.             4 = (CA or MA)                  All records with "CA" or
  1066.                                             "MA" in the state field (field 4).
  1067.  
  1068.             (4 = WM) and (1 = Jones)        All records with "WM" in the
  1069.                                             state field, but must
  1070.                                             contain "Jones" in the Last
  1071.                                             Name field.
  1072.  
  1073.             (4 = (MA or CA)) and (3>20000)  All records showing people from
  1074.                                             MA or CA who earn over 20000.
  1075.  
  1076.             (3<10000) and (3>9999)          Salary fields containing
  1077.                                             numbers between 9999 and 10000.
  1078.  
  1079.  
  1080.  
  1081.  
  1082.       SEARCH continued.                Regular Conditional cont.      p 20
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.       Here is a technical note on Regular conditional search requests.
  1089.       This is a chart for engineers who are familiar with conditional
  1090.       expressions.
  1091.  
  1092.  
  1093.  
  1094.                    Order of Evaluation from Top to Bottom
  1095.                    ---------------------------------------
  1096.  
  1097.  
  1098.                           Parts in parentheses (inside parentheses first)
  1099.                           evaluate first.
  1100.  
  1101.                           Literal word or phrase or field number.
  1102.  
  1103.                           <     >  ==
  1104.  
  1105.                           NOT  (unary)
  1106.  
  1107.                           AND
  1108.  
  1109.                           OR
  1110.  
  1111.                           =      (right to left binary)
  1112.                                  Field at left contains the
  1113.                                  expression on the right.
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.       DEFINE MENU                                                     p 21
  1143.  
  1144.  
  1145.       You get to Define menu from the Main Menu.  Select Define
  1146.       from the Main menu.  Define allows you to change the structure of
  1147.       your Stowit file's records even if there is data in the file.
  1148.  
  1149.  
  1150.       Define menu:
  1151.       - - - - - - - - - -{EXAMPLE}- - - - - - - - - - - - - - -
  1152.  
  1153.  
  1154.                    Define File Menu for    IDEAS
  1155.  
  1156.                        -----------------
  1157.                        | Titles        |
  1158.                        | Add    Field  |
  1159.                        | Insert Field  |
  1160.                        | Longer Field  |
  1161.                        | Shorter Field |
  1162.                        | Delete Field  |
  1163.                        | Searches      |
  1164.                        | Remove Base   |
  1165.                        | Set Color     |
  1166.                        -----------------
  1167.  
  1168.       - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1169.  
  1170.  
  1171.  
  1172.  
  1173.       Titles:
  1174.       You can change the field name of any field in any file.
  1175.       Select the Titles option from the Define menu.  A menu will
  1176.       pop up listing all the fields, excluding "same" fields.
  1177.       You may change the name of any field by selecting the
  1178.       field name from this menu.  Then, enter the new name.
  1179.       The new name will show up for that field from then on,
  1180.       and will be written to disk for the next run of Stowit.
  1181.  
  1182.       You cannot change the file title, except with a new file.
  1183.       Define the file title for a new file in the Add Field option.
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.       DEFINE MENU                      Add field                      p 22
  1203.  
  1204.  
  1205.  
  1206.       Add Field:
  1207.       Here is where you can add new fields to the bottom of any record in
  1208.       Stowit.  After you add a field, the record will now contain this new
  1209.       field.  Your other data will not be effected.  Use this option 
  1210.       to create a new file as described above in CREATING A NEW STOWIT FILE.
  1211.  
  1212.       If you are creating a new file over an old one, you must first
  1213.       erase the old file structure from Remove Base in the Define Menu.
  1214.  
  1215.  
  1216.  
  1217.       - - - - - - -  - - - - - - -{INSTRUCTIONS}- - - - - - - - - - -  - -
  1218.  
  1219.       Select Add Field from the Define menu.
  1220.  
  1221.       Press the "Y" key to answer "Add a field?"
  1222.  
  1223.       Do this for each field in your record:
  1224.               1. Enter the field name. Example, ALBUM TITLE or SERIAL NUMBER
  1225.                  This name can be changed later. The record title means the
  1226.                  first field. Entering the word "same" (WITHOUT QUOTES) will
  1227.                  create a field having no title just like the field before it.
  1228.                  This new "same" field follows along with the field before it
  1229.                  for searches. This is useful for having a group of fields to
  1230.                  be searched under one field name by the Stowit program.
  1231.  
  1232.               2. Enter a number for the length of the field. Example, 20.
  1233.                  The length for the first field must be two to fifty
  1234.                  characters in length. All other fields can be one to
  1235.                  two-hundred-fifty-five characters long.
  1236.  
  1237.               3. "Same Line?"
  1238.                    Is this field to be on the same line
  1239.                    in the record screen as the field name?
  1240.                    (type Y for Yes, N for No).  "No" means the field will
  1241.                    start in the first column of the next line.
  1242.                    "Yes" means the field will display on the same line as
  1243.                    the name, always on display column 19.
  1244.  
  1245.               4. "Search Field?"
  1246.                    Answer Y for yes, if you want this to be a field
  1247.                    to be searched in the main part of the program. If
  1248.                    not, answer N for no. This can be changed later.
  1249.  
  1250.               5. "Add a Field?". If you are finished, press N for no,
  1251.                    otherwise press Y for yes to continue adding other
  1252.                    fields to your record. Pressing C will
  1253.                    cancel all your changes.
  1254.       - - - - - - - - - -  - - - - - - - - - -  - - - - - - - - - - - - -
  1255.       Additional explanation may be found in the manual section
  1256.       CREATING A NEW STOWIT FILE, above.
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.       DEFINE MENU     Insert Field / Longer Field / Shorter Field     p 23
  1263.  
  1264.  
  1265.  
  1266.  
  1267.       Insert Field;
  1268.  
  1269.       This allows you to insert a new field before any other field
  1270.       in the record.  After selecting Insert Field from the Define
  1271.       Menu,  you get a pop up menu of the fields.  Select a field
  1272.       to insert your new field before.  Then, answer the questions
  1273.       for the new field the same way as in the description in
  1274.       Add Field above.  The change will not effect your present data
  1275.       in other fields.
  1276.  
  1277.       Note if you insert a "same" field, it will be attached to
  1278.       the field above it in the record.  If you insert a titled
  1279.       field before a same field,  you will carry along the data
  1280.       in that same field with the new field.  As this is a bit confusing,
  1281.       it is easiest not to insert a new field before a "same" field.
  1282.  
  1283.  
  1284.       {  FOR EXAMPLE, SEE ADD FIELD ABOVE}
  1285.  
  1286.  
  1287.  
  1288.  
  1289.       Longer Field:
  1290.  
  1291.       You can make any field length larger. This makes the
  1292.       number of characters allowed for any field greater. Select
  1293.       Longer Field from the Define Menu.  Then, select a field
  1294.       to make longer from the pop up list of fields.  Enter
  1295.       the new length of the field.  The information of the old length
  1296.       is there to help you.  Also, Stowit tells you the column that the
  1297.       old field ENDS at. This change will not effect
  1298.       any data in the field or other fields.  As with all
  1299.       Define options, Stowit writes the results to disk for next
  1300.       time.
  1301.  
  1302.  
  1303.  
  1304.  
  1305.       Shorter Field:
  1306.  
  1307.       Warning! This option can lead to loss of data. You will
  1308.       be making an existing field shorter.
  1309.  
  1310.       You can make any field length shorter. This makes the
  1311.       number of characters allowed for the field less.  Select
  1312.       Shorter Field from the Define Menu.  Then select a field to
  1313.       make shorter from the pop up list of fields.  Enter
  1314.       the new length of the field.  The information of the old
  1315.       length is there to help you.  This change will not affect data
  1316.       in other fields, but it could cut off data in the current field,
  1317.       as the field will now be shorter.
  1318.  
  1319.  
  1320.  
  1321.  
  1322.       DEFINE MENU cont.    Delete Field / Searches  / Remove Base     p 24
  1323.                                                     / Set Color
  1324.  
  1325.  
  1326.  
  1327.       Delete Field:
  1328.  
  1329.       Warning:  This option can cause loss of your data.  You can
  1330.       can delete a field in the record.  If this field contains data,
  1331.       the data will be lost. This will not affect other fields.
  1332.  
  1333.       To delete a field, make sure that you do not need the data
  1334.       if any, in this field.  Then, select Delete Field from the
  1335.       Define Menu.  Next, Select the field to delete.  If you
  1336.       are sure you want to delete the field, press "Y" for "yes."
  1337.       The field will be deleted from the record structure.  Any
  1338.       data in the field will be deleted as well.  The data cannot
  1339.       be recovered.
  1340.  
  1341.  
  1342.  
  1343.       Searches:
  1344.  
  1345.       You can decide the fields that can be searched in the Search Menu.
  1346.       Select Searches from the Define Menu.  To make a field a
  1347.       search field,  move the highlight bar to the field name, and
  1348.       then press the space bar.  If a star appears beside the name,
  1349.       the field is a Search field.  You can  return to this later.
  1350.          You may have up to ten Search Fields in a file at once.
  1351.  
  1352.  
  1353.  
  1354.  
  1355.       Remove Base:
  1356.  
  1357.       Warning: Once you remove a base, Stowit has erased that file slot.
  1358.       This includes all data for the file and the file structure.
  1359.       Take care when using this option. Once you remove a file,
  1360.       it cannot be reclaimed.
  1361.  
  1362.       Check to make sure you are in the right file to remove.  Then,
  1363.       select Remove Base from the Define Menu. Answer "Y" for yes twice
  1364.       and the file will be removed.  Answer "N" for no, and the file
  1365.       will not be removed.
  1366.  
  1367.  
  1368.       To create a new file in an old file slot, select the old file,
  1369.       and move to the Define Menu.  Select Remove Base and remove
  1370.       the old file. You have to do this before moving to Add Field
  1371.       to set up your new file. Otherwise,  Add Field will just add new
  1372.       fields to the unwanted old file.
  1373.  
  1374.  
  1375.       Set Color:
  1376.  
  1377.       The Set Color option allows you to decide what colors Stowit will
  1378.       display.  It has no effect on the printer output, which is always
  1379.       black and white (plain ascii) text.  The next time you run
  1380.       Stowit, the new colors will still be in effect.
  1381.  
  1382.       NUMERIC DATA                                                    p 25
  1383.  
  1384.  
  1385.  
  1386.       When Defining your Stowit records, you do not have to worry
  1387.       about defining special numeric fields. Although you are
  1388.       free to enter decimal or "real" numbers, Stowit only searches
  1389.       and sorts long integer numbers.  These are numbers between
  1390.       -2147483648  and +2147483647.  This easily includes any numbers
  1391.       up to nine digits in length with a sign.
  1392.  
  1393.       In the Regular Search option of the Search Menu, you can
  1394.       search for fields with numbers less than, greater than
  1395.       or equal to your search request.  For data to be considered
  1396.       in such a numeric search, the field of a record must contain
  1397.       ONLY numbers.  The numeric search would ignore an entry like "35X25"
  1398.       because it contains the letter X.  The numeric search also ignores
  1399.       "20.00," because it contains a decimal point.
  1400.  
  1401.       Each "same" field searches separately. This allows you to have
  1402.       a number in the main field, and a word in the "same" field.
  1403.  
  1404.       In a regular search, searching for        3>1000    means that
  1405.       field three (as it appears in the Regular Search menu) must
  1406.       contain a number greater than 1000.
  1407.  
  1408.       A simple field or whole record search for a number such as
  1409.       20  finds instances of 20. It also finds 200, or 2000.
  1410.       Thus the Regular Search for numbers is more exact.
  1411.  
  1412.       When sorting numbers, the record list will show numbers first.
  1413.       then it shows mixed alphabetic/or number fields, then "blank" fields
  1414.       at the end.
  1415.  
  1416.       When printing tabular reports, the numbers justify to the
  1417.       right. Thus, they line up in a business like way.
  1418.  
  1419.       Regular Searches for numbers may be mixed with text. See the examples
  1420.       in the SEARCH/Regular Conditional Search section above.
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.       PRINTING                                                        p 26
  1443.  
  1444.  
  1445.  
  1446.  
  1447.       Printing reports in Stowit:
  1448.  
  1449.       Most printing is done from the Record List.  Select ALL, or
  1450.       do a Search. The records in the resulting Record List can be
  1451.       printed in various ways.
  1452.  
  1453.       To get to the Print Menu,  select a Record List. Then, press the
  1454.       Alt-P key combination.
  1455.  
  1456.  
  1457.       - - - - - - - - - - - {EXAMPLE} - - - - - - - - - - - - - - -
  1458.  
  1459.                             Printing Options
  1460.  
  1461.  
  1462.                            --------------------
  1463.                            |  Whole Records   |
  1464.                            |  Selected Fields |
  1465.                            |  Tabular Report  |
  1466.                            |  List only       |
  1467.                            --------------------
  1468.  
  1469.       - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - -
  1470.  
  1471.  
  1472.       Make sure your printer is on line.  Then select the type of
  1473.       printing you wish.
  1474.  
  1475.  
  1476.       Whole Records will print every whole record, fitting
  1477.       more than record on a page if possible.  It works from
  1478.       the active list on the Record List.
  1479.  
  1480.  
  1481.       Selected Fields will ask you which fields you wish to include.
  1482.       Only those fields from the records on your list will be printed.
  1483.  
  1484.  
  1485.       Tabular report will allow you to select fields to print in table
  1486.       form, one line for each record.  If the fields are too wide, the
  1487.       software will say so, and the print job will not be done.
  1488.  
  1489.  
  1490.       Additionally,  from any Record Screen you may print the current
  1491.       record by pressing the Alt-P combination.  Make sure your printer
  1492.       is on line first.
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.       SORTING and BACKUP NOTE                                         p 27
  1503.  
  1504.       You may sort any record list by a different field in the
  1505.       record.  Once you do this,  any printing or displaying will
  1506.       present the records in the new order.  Each time you enter a
  1507.       record list,  the records sort by the first field.  In a
  1508.       records albums file, for example, they might be sorted by
  1509.       "Album title."  After sorting, the records might be sorted
  1510.       alphabetically by "Artist."  When you sort, the highlight bar
  1511.       follows the highlighted record in the list.
  1512.  
  1513.       To sort a Record List,  press the Alt-S key combination from the
  1514.       record list.  Then, select the field to sort by.  Records 
  1515.       sorted alphabetically. They sort by the first 50 characters
  1516.       of the field only.
  1517.  
  1518.       Use Ctrl-Page-Up to get to the first page.  Use Ctrl-Page-Down
  1519.       to get to the last page of the list.
  1520.  
  1521.       Numeric data (integers from  -2147483648  to +2147483647)
  1522.       sort first, smallest to largest.  Mixed alphabetic or
  1523.       other numeric data sorts next, followed by "blank" fields.  These
  1524.       are fields that have nothing entered.
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.       BACKUP NOTE:
  1534.  
  1535.      - - - - - - - - - {INSTRUCTIONS}- - - - - - - - - - - - - - - - -
  1536.  
  1537.       Follow this Only if you are backing up an entire Stowit directory.
  1538.       TO BACK UP AN ENTIRE STOWIT DIRECTORY TO RESTORE LATER, COPY ALL
  1539.       FILES IN THE STOWIT DIRECTORY INCLUDING THE PROGRAM FILES TO
  1540.       A BLANK FLOPPY.
  1541.  
  1542.       THEN, WHEN RESTORING THE FILES, WORK WITH AN EMPTY SUB DIRECTORY.
  1543.  
  1544.       THE FILES DO NOT MIX AND MATCH, AND SO IT IS BEST TO RESTORE A
  1545.       BACKED UP STOWIT PACKAGE TO AN EMPTY SUBDIRECTORY. THIS DOES NOT
  1546.       APPLY TO NORMAL USE OF STOWIT.
  1547.     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.