home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #6 / CDA_6.iso / shell / utils / ez-dbase.exe / EZ-DB.DOC < prev    next >
Encoding:
Text File  |  1995-03-09  |  35.6 KB  |  1,061 lines

  1.  
  2.  
  3.                                       - I -
  4.  
  5.  
  6.          SYSTEM REQUIREMENTS
  7.               Hardware ..................................... 1
  8.               Software ..................................... 1
  9.  
  10.          FILE LISTING
  11.               Files and their purpose ...................... 1
  12.  
  13.          CREATE
  14.               Introduction ................................. 2
  15.               Creating a DataBase File ..................... 2
  16.               Defining a Structure ......................... 3
  17.               Field Name ................................... 3
  18.               Field Type ................................... 3
  19.               Field Len .................................... 3
  20.               Field Dec .................................... 3
  21.               Hot Keys ..................................... 4
  22.  
  23.               EZ-DB intro .................................. 4
  24.               Getting started with EZ-DB ................... 5
  25.               Selecting a record ........................... 5
  26.  
  27.          FUNCTIONS & SUB-MENUS
  28.               Selecting a function ......................... 6
  29.               Add Record ................................... 6
  30.               Modify Record ................................ 6
  31.               Delete Record ................................ 6
  32.               Display Record ............................... 6
  33.               Print Record ................................. 6
  34.  
  35.          SELECTING A SPECIFIC RECORD
  36.               All Records .................................. 7
  37.               Specific Record .............................. 7
  38.               Relational Operators ......................... 7
  39.               Multiple Select .............................. 7 - 8
  40.  
  41.          PRINT
  42.               Selected Record(s) ........................... 8
  43.               Record(s) Columns ............................ 8
  44.               Mailing List/Labels .......................... 8
  45.               Mailing Label ................................ 8
  46.               Edit Label File .............................. 8
  47.               Edit Column File ............................. 8
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  58.  
  59.  
  60.  
  61.  
  62.                                      - II -
  63.  
  64.  
  65.          EDITOR & LETTERS
  66.               Using the Editor ............................. 9
  67.               Current Letter ............................... 10
  68.               Letter(s) Selected Records ................... 10
  69.               Letter Current Record ........................ 10
  70.               Edit Current Letter .......................... 11
  71.               Letter Type .................................. 11
  72.  
  73.          FORMS
  74.               Using a Form ................................. 11
  75.               How to create a form letter .................. 11
  76.  
  77.          OPTIONS
  78.               Re-Index File ................................ 11
  79.               Purge Records ................................ 12
  80.               Move Field ................................... 12
  81.  
  82.          CONFIGURATION
  83.               Printer Width ................................ 12
  84.               Left Margin .................................. 12
  85.               Word Wrap .................................... 12
  86.               Total Columns ................................ 12
  87.               Column Width ................................. 12
  88.               Column Spacing ............................... 12
  89.  
  90.          QUIT
  91.               Exit to Dos .................................. 12
  92.               System ....................................... 12
  93.  
  94.          OTHER PRODUCTS
  95.               Dir-Desc ..................................... 13
  96.  
  97.          REGISTRATION
  98.               Registration ................................. 14
  99.               Warranty ..................................... 15
  100.               Order Form ................................... 16
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  117.  
  118.  
  119.  
  120.  
  121.                                       - 1 -
  122.  
  123.  
  124.                                SYSTEM REQUIREMENTS 
  125.  
  126.  
  127.  - Hardware:   The minimum hardware should be an IBM PC XT/AT or compatible.
  128.                The minimum amount of RAM should be no lower than 256k.
  129.                A hard drive is also recommended.
  130.  
  131.  
  132.  - Software:   The minimum software that is required for EZ-DB would be
  133.                DOS 3.0 or greater.
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.                                   FILE LISTING
  143.  
  144.  
  145.              File Names                        Purpose
  146. ================================================================================
  147.  
  148.              EZ-DB.!XE               EZ-DB.EXE in packed form
  149.              CREATE.!XE              CREATE.EXE in packed form
  150.  
  151.              README.1ST              A simple informational text file
  152.              INSTALL.EXE             Install un-packs 1st 2 files mentioned
  153.  
  154.              EZ-DB.EXE               The main executable file
  155.              EZ-DB.INI               Init file, holds info for use by EZ-DB
  156.              EZ-DB.DOC               Detailed information text file (MANAUAL)
  157.              CREATE.EXE              Function for creating database files
  158.              CUSTOMER.DBF            Sample database file
  159.              CUSTOMER.NDX            Sample index file
  160.              CUSTOMER.BAK            Sample backup file
  161.              SAMPLE.LTR              Sample letter file
  162.              ORDER.FRM               Registration form, a simple text file
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  177.  
  178.  
  179.  
  180.  
  181.                                       - 2 -
  182.  
  183.  
  184.                               CREATE   Introduction
  185.  
  186.  
  187. CREATE is a simple utility which allows the user to create DBASE III compatible 
  188.  
  189. files for use with EZ-DB.  CREATE creates the two files necessary for EZ-DB to 
  190. function properly.  The first file name has the extension of "DBF" which is the 
  191.  
  192. data file and is where all the records are stored.  The second file has the 
  193. extension of "NDX" which is the index file.  The index file holds selected 
  194. information on which the data file is indexed.
  195.  
  196.  
  197.  
  198.                              Ceating A Database File
  199.  
  200.  
  201. EZ-DB / CREATE (CREATE.EXE) can be executed from any floppy or hard drive, 
  202. although it is recommended that they be installed or copied to your hard drive. 
  203.  
  204. Once CREATE is installed and the program is executed, you are prompted for a 
  205. dos file name to be used for the data and index files.  Enter any valid dos 
  206. file name and press enter.  The file name you enter will be used for both the 
  207. data and index file names.
  208. If you press escape you will exit the program without creating the files.
  209.  
  210.  
  211. NOTE:
  212.   CREATE will only create files in the current directory if they do not exist!
  213.  
  214.  
  215. After naming the file you are asked if you want to allow duplicate records.
  216. What we mean by this is, if you select (N)o when asked, while using EZ-DB
  217. and entering your data, the first field will not allow you to enter a record
  218. which already exists.
  219.  
  220. EXAMPLE:  If the first field is company (meaning company name) and you have 
  221. Petrie Software in that field you cannot have another company with the same 
  222. name.  This is used to prevent duplicate records for example mass mailings.  
  223. You would not want to send out data 2, 3, or more times to a company and run up 
  224.  
  225. your post office bill.
  226. If you select (Y)es, then you will be allowed to create records with the same 
  227. data entered.  This means you can have two or more records that are duplicates. 
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  236.  
  237.  
  238.  
  239.  
  240.                                       - 3 -
  241.  
  242.  
  243. The arrow keys move the cursor to any field.  When the fields take up more than 
  244.  
  245. a single screen you can press the page up and page down keys to scroll through 
  246. the fields, a file may have up to 128 fields.  Press the F1 key to exit the 
  247. program and create the files.  Press enter to confirm or escape to exit, the 
  248. program without creating the files.
  249.  
  250.  
  251.                               Defining a Structure
  252.  
  253.  
  254. Define the structure of the database file by specifying the following 
  255. information for each field:
  256.  
  257. - FIELD NAME:  The field name must start with a letter, but the rest of the 
  258.                name and can contain digits, letters and underscores.
  259.  
  260. - FIELD TYPE:  Valid field types are Character, Numeric, Logical, or Date.
  261.  
  262.          Character fields: contain text, this includes anything that can
  263.                be printed including letters, numbers, symbols, and spaces.
  264.                A character field can be up to 254 characters in length.
  265.  
  266.          Numeric Fields: can contain only numbers, the decimal point and a
  267.                plus (+) or minus (-) sign and commas are not allowed.  This 
  268.                field can be up to 19 characters in length.
  269.  
  270.          Logical Fields: contain one character. True or False / Yes or No.  A
  271.                Logical field is used to keep track of items that can only be
  272.                one of two things.
  273.  
  274.          Date Fields: is eight characters in length and is used to store dates.
  275.                ( Example>>  "08/31/63" )
  276.  
  277. - FIELD LEN:   Field Length is the maximum number of characters or digits that
  278.                are to be contained in the field.  In the case of numeric
  279.                fields the decimal point and sign are counted in the length.
  280.  
  281. - FIELD DEC:   Field Decimal is the number of decimal places to be used in a
  282.                numeric type field only.  The length of digits is 1 to 19.
  283.                Enter decimal places 0 to 15 and keep it at least 2 less than
  284.                the fields length.
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  295.  
  296.  
  297.  
  298.  
  299.                                       - 4 -
  300.  
  301.  
  302.                                HOT KEYS for CREATE
  303.  
  304.  
  305.  - F1:      Pressing the F1 key will save the file and edit you back.
  306.  
  307.  
  308.  - F10:     Is the hot key for on-line help.  The on-line help screen will tell
  309.             you the hot keys and their functions.
  310.  
  311.  
  312.  - ALT M:   This is a move feature that will allow you to move a certain field.
  313.             Place the cursor on the field that you wish to move the current
  314.             field will blink until you move it to a new location and press
  315.             the enter key.
  316.  
  317.  
  318.  - ALT D:   Will delete the current field where the cursor is positioned.
  319.  
  320.  
  321.  - ALT I:   Will insert a new field where the cursor is positioned.
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.                               Introduction to EZ-DB
  329.  
  330.  
  331. EZ-DB's easy to use fully functional Data Base management system, provides 
  332. tracking for any records of large numbers for individuals/companies, etc.
  333. With EZ-DB, you can print out customized records, mail merge for mass mailings, 
  334.  
  335. custom letter applications, labels, etc.  EZ-DB also includes a easy to use
  336. editor for creating all of your letters and labels.
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  354.  
  355.  
  356.  
  357.  
  358.                                       - 5 -
  359.  
  360.  
  361.                                       EZ-DB
  362.                                  Getting Started
  363.  
  364. To start type ez-db (file name) where file name is the file that you made with 
  365. the CREATE function.  Failure to enter a filename, EZ-DB will automatically 
  366. look for the customer file.  The customer file is a default.  If that file 
  367. cannot be found you will get an error and EZ-DB will not run properly.
  368.  
  369. To start EZ-DB you must first use the create function and build a database,
  370. explained earlier in this book.  When starting EZ-DB you should first enter
  371. the directory that holds the EZ-DB files.  When in the appropriate directory
  372. your command line should look like this     (c:\EZ-DB\ez-db (database name))
  373. and press return.
  374. The c:\EZ-DB is your root prompt and the directory name which holds the
  375. files, assuming that you named the directory EZ-DB.
  376. The \ez-db executes the program and database name is the name you used in
  377. the CREATE function.
  378.  
  379. When you first start EZ-DB with a new database name, you will see no records
  380. in the database.  Press the F1 key to active the menu selections from the
  381. top.  Refer to add a record located at the lower portion of this page and
  382. the begining of the next page to begin adding records.
  383.  
  384.  
  385.  
  386.                            EZ-DB FUNCTIONS & SUB MENUS
  387.  
  388.  
  389. SELECTING A FUNCTION:  The FUNCTION menu is located on the TOP of the screen.
  390.                    Press F1 to bring up the menu. Use the UP, DOWN, RIGHT and
  391.                    LEFT arrow keys to highlight the desired FUNCTION.  Press
  392.                    ENTER to execute the selected function.
  393.  
  394.  
  395.  - Add Record:     When Add Record is selected, a data entry screen is
  396.                    displayed.  There is a menu located on the top to the screen
  397.                    and the fields of your data base are listed on the left.
  398.                    The highlighted area next to the field name shows you how
  399.                    many characters that can be entered in that specific field,
  400.                    which you assigned in the create function.
  401.                    The return key is used as an enter key, after entering your
  402.                    data you must press the return key so that the database
  403.                    excepts the data and also moves you to the next field.
  404.                    You can use the UP and DOWN arrow keys to move the
  405.                    Highlighted area through the various fields in the database.
  406.                    EZ-DB also supports the use of the BACKSPACE, DELETE, and
  407.                    the INSERT keys.
  408.  
  409.  
  410.  
  411.  
  412.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  413.  
  414.  
  415.  
  416.  
  417.                                       - 6 -
  418.  
  419.  
  420.  - Add a Record (Continued):
  421.                    When you are satisfied with your entry press F1 to SAVE
  422.                    RECORD.  The more information you enter on your customer
  423.                    base, the more effective EZ-DB will be to you.
  424.                    You will notice that the screen will begin to fill with the
  425.                    data that has been entered.
  426.                    There are two ways to have your record show in the
  427.                    database, the first is you press F1, go to select and press
  428.                    enter on all records.  The second way is if you are in the
  429.                    database and you scroll the screen one page away from the
  430.                    targeted area and back that record will apear.
  431.  
  432.  
  433.  - Modify Record:  When Modify Record is selected, the Add record data entry
  434.                    screen and the "CURRENTLY SELECTED" record's data is
  435.                    displayed next to the appropriate field on the screen.
  436.                    Functionality is the same for Add Record.
  437.  
  438.  
  439.  - Delete Record:  When Delete Record is selected, the "CURRENTLY SELECTED"
  440.                    record is marked for deletion. The record will remain in the
  441.                    data base file until the PURGE RECORDS function is executed
  442.                    from the OPTIONS menu.  If the record is already marked as
  443.                    "DELETED", then it can be UN-MARKED and will not be affected
  444.                    by the PURGE RECORDS function by pressing the F8 key.
  445.  
  446.  
  447.  - Display Record: When Display Record is selected, the "CURRENTLY SELECTED"
  448.                    record is displayed on the screen. Press the escape key to
  449.                    return to the main screen.
  450.  
  451.  
  452.  - Print Record:   When Print Record is selected, the "CURRENTLY SELECTED"
  453.                    record is sent to the printer and you are returned to the
  454.                    main screen.
  455.  
  456.  
  457. SELECTING A RECORD:
  458. Use the PgUp and PgDn keys to move by page.  Use the up and down arrow keys to 
  459. move the highlighted bar through the records until you reach a desired record 
  460. that you are looking for.  Press return to select the  highlighted record which 
  461.  
  462. will be referenced to as the "CURRENTLY SELECTED" record from now on in this 
  463. document.
  464. After pressing the return key on a record you will enter a view screen.  The 
  465. format of this screen is vertical, this makes it easier to read all of or most 
  466. of the files located in that record.  Pressing the escape key will exit you 
  467. from this view feature back to the database.
  468.  
  469.  
  470.  
  471.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  472.  
  473.  
  474.  
  475.  
  476.                                       - 7 -
  477.  
  478.  
  479.                            SELECTING A SPECIFIC RECORD
  480.  
  481.  
  482. SELECT:   from the SELECT submenu, you are given the following choices:
  483.  
  484. Select All Records:  Reinitializes the data base and all records are displayed
  485.                      on the screen.
  486.  
  487.    EZ-DB allows you to select one or more records that meet your specified
  488.    search criteria.  EZ-DB is not case sensitive when using specific and
  489.    Multiple select.
  490.    If you are looking for all the records that their last names are Anderson,
  491.    you may also type anderson and get the same result.
  492.  
  493.  
  494.  - Specific Record:  This is a simple way to select records. It only uses the
  495.                    equals condition (Show records that equal specified search
  496.                    criteria). Simply select the field you want to search on and
  497.                    press the RETURN key.  Type in your search criteria, (Ex.
  498.                    FIRST_NAME = John) and it will select only the records which
  499.                    have John as a first name. If you can't remember the exact
  500.                    spelling of a name or address etc... you can type in the
  501.                    first few characters and only those records that begin with
  502.                    the specified characters are selected.
  503.  
  504.  - Multiple Select:  You also have the ability to build a complex query using
  505.                      one or all the fields of the data base and combining them
  506.                      with relational and/or logical operators.
  507.  
  508. Relational Operators :                                    Logical Operators:
  509.                    
  510.   =   Equal to                                                .AND.
  511.   <   Less than                                               .OR.
  512.   >   Greater Than 
  513.   <=  Less Than or Equal to
  514.   >=  Greater Than or Equal to
  515.   <>  Not Equal to
  516.  
  517. Press the F1 key to enter menu selections and pick select, pick multiple select 
  518.  
  519. and press return.  A window will appear and that will show you all the fields 
  520. in the database, from the selection field select the field you would like to 
  521. run a condition on.  Another window will open, here you pick the relational 
  522. operation that you want to perform.  After selecting the operator press return 
  523. which will prompt you for the criteria that the operator will use.  Again press 
  524.  
  525. return, you will be prompted to either select a logical operator or no more 
  526. conditions. 
  527.  
  528.  
  529.  
  530.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  531.  
  532.  
  533.  
  534.  
  535.                                       - 8 -
  536.  
  537.  
  538. If you select one of the operators you will start the process again from the 
  539. fields of the records.  If you select no more conditions it will process the 
  540. information that you have entered and show you the results.  Use this function 
  541. a few times, play with it and make some test runs.  It won't hurt anything and 
  542. you will enjoy the many different ways you can use your data with EZ-DB.
  543. At anytime you may press escape and either exit the process or just backup
  544. one window at a time.
  545.  
  546.  
  547. For example if you want to search for all companies that begin with the letter 
  548. "A" and that are in the state of CALIFORNIA.  From the selection field, select 
  549. the category COMPANY and press return.  Another window will open and ask you to 
  550.  
  551. select the category = EQUAL TO and enter the letter A.  Then select COMBINE 
  552. WITH .AND. and press RETURN. Press the arrow key so that the highlighted bar is 
  553.  
  554. on STATE. Press RETURN and insert the letters CA in the query area. The 
  555. highlighted bar is on NO MORE CONDITIONS, press RETURN again and EZ-DB will 
  556. search for all companies that begin with the letter A and are located within 
  557. the state of CA. 
  558.  
  559.  
  560.                                       PRINT
  561.  
  562.  
  563. Selected Records: This feature will print a listing of all "SELECTED" records.
  564.                   in a column format.  On the printout you will get your data
  565.                   fields at the top in a neat menu.  A vertical listing of all
  566.                   the records that you selected with the page number at the top
  567.                   of every page.
  568.  
  569. Records Columns:  Print selected records in columns.  You first have to make a
  570.                   column file with the format that you want.  Also you must 
  571.                   set the last three variables in the config section of the
  572.                   menu fields.  The config section is set to a default.
  573.  
  574. Mailing List/Labels: Simply prints a mailing list for each "SELECTED" record(s)
  575.                   on a 3 1/2" by 15/16" label format.
  576.  
  577. Mailing label:    Prints a mailing label for ONLY the "CURRENTLY SELECTED"
  578.                   record.
  579.  
  580. Edit label file:  Using the editor which is explained on page nine.  You can
  581.                   format the file to print out in any form.
  582.  
  583. Edit Column file: Using the editor you will create the format of how the
  584.                   columns will be printed out.
  585.                   Example:  *#DATE#**#NAME#**#COMPANY#**#ADDRESS#*
  586.  
  587.  
  588.  
  589.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  590.  
  591.  
  592.  
  593.  
  594.                                       - 9 -
  595.  
  596.  
  597.                                 EDITOR & LETTERS
  598.  
  599.  
  600. The Editor
  601.  
  602. EZ-DB has installed a editor for the use of creating letters.
  603. In the menu of the database there are three ways of entering the editor,
  604. and each way has the word edit in the string.  Two of them are under the
  605. print menu and the other is under the letters menu.
  606.  
  607. Once you enter the editor you can just start typing in your letter, form letter
  608. or label as you would with any word processor or wp.
  609.  
  610.  
  611. In the editor is an on-line help menu:
  612. The F1 Key:
  613.                    In that menu is the F1 key that is used to save the file.
  614.                    At any time you can press F1 to save the file and exit out
  615.                    to the database.
  616.  
  617.  
  618. The F5 Key:
  619.                    F5 Pick Field is used to enter any field that is in the
  620.                    database.  Position the cursor where you would like to have
  621.                    a field insereted into your letter. Selecting the F5 key
  622.                    opens a window with every field in the database.  You can
  623.                    use the arrow keys to select any one of these fields to
  624.                    enter into your letter.  Press return on the field you want
  625.                    to enter and the window will close. A word (the field name)
  626.                    will appear at the cursor and it will be surronded with the
  627.                    pound sign and the star sign on either side of it.
  628.  
  629.  
  630. The F7 Key
  631.                    F7 Pick Function opens a window and gives you the option to
  632.                    enter the date in two different formats, (Month, Day Yr) or
  633.                    (MM-DD-YY).  The F7 key also allows for the current time,
  634.                    (Hour:Min).  Both of these functions will give the proper
  635.                    date and time of the system, the day they are used not the
  636.                    day of the creation of this letter.
  637.  
  638.  
  639. The Escape Key:    
  640.                    Escape is used to exit the letter, and return to the
  641.                    database without saving any changes you may have entered.
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  649.  
  650.  
  651.  
  652.  
  653.                                      - 10 -
  654.  
  655.  
  656.                                 The Editor Cont.
  657.  
  658.  
  659.                    By inserting the fields, you will be able to print out your
  660.                    letters personalized, your forms quickly and efficently, and
  661.                    your labels personalized for mass mailings to everyone in
  662.                    your database.
  663.  
  664.  
  665. Field Symbols:
  666.                    EZ-DB will search through any document that you created for
  667.                    a field name with these symbols *#   #*.  A valid field name
  668.                    is written between these *#  #* symbols, the entire string
  669.                    will be replaced by the data of that particular field for
  670.                    that record.
  671.  
  672.  
  673. LTR Extension:
  674.                    This editor uses any ASCII text file with the extension of
  675.                    "LTR". Most word processing packages allow you to create
  676.                    ASCII text files with a conversion utility that is built
  677.                    into them. Convert your document into ASCII text and if you
  678.                    have to, using DOS, rename the file so it has an extension
  679.                    of LTR. EZ-DB needs to "read" the LTR extension to function
  680.                    properly.
  681.                    Example: your word processor names your file "LETTER.DOC".
  682.                    Rename it to "LETTER.LTR"
  683.  
  684.  
  685. Current Letter:    When this is selected, the system will display all your
  686.                    "LETTER" files in the current directory in a window. You are
  687.                    then prompted to select the file you wish to use as the
  688.                    current letter.  Make your selection by using the UP, DOWN
  689.                    arrow keys. When the desired file is highlighted, press the
  690.                    return key to enter the desired letter for the editor or
  691.                    the escape key to return to the letter menu.
  692.                    The file you select will now be displayed next to the
  693.                    CURRENT LETTER option.
  694.  
  695.  
  696. Letter(s) Selected Records:  This selection will print a personalized letter
  697.                    for each of the selected records (on continuous form paper).
  698.  
  699.  
  700. Letter Current Record: This selection will print a personalized letter for only
  701.                    the "CURRENTLY SELECTED" record.
  702.  
  703.  
  704.  
  705.  
  706.  
  707.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  708.  
  709.  
  710.  
  711.  
  712.                                      - 11 -
  713.  
  714.  
  715. Edit current Letter:  This function allows you to create or edit the letters in
  716.                       the database.  Press the F1 key and use the arrow keys to
  717.                       open the letters menu and select edit current letter.
  718.                       This will enter you into EZ-DB's editor.  Earlier on
  719.                       pages 9 & 10 you were given a description on how to use
  720.                       the editor, if needed please read again and refresh.
  721.                       If you have a letter that you have already created and
  722.                       want to change it for any reason go to the current letter
  723.                       section and it will give you a pick of letters to choose.
  724.  
  725.    EXAMPLE:  If the "CURRENTLY SELECTED" record's Field's FIRST_NAME was John,
  726.    you could write a personalized letter to John by starting the letter with
  727.    the line "Dear *#FIRST_NAME#*, will be printed as "Dear John,"
  728.                       
  729. Letter Type:          This option is used to specify whether you want to print
  730.                       out a regular letter or print out a form letter.
  731.                       A regular letter will be text with options from the
  732.                       fields that you choose.    (EXA.  order.ltr)
  733.  
  734.  
  735.                                       FORMS
  736.  
  737.  
  738. What is a form letter:  A FORM letter is used in conjunction with EZ-DB.
  739.                    This feature would enable you to print out the information
  740.                    from EZ-DB onto any form.  Examples of forms would be:
  741.                    An order form, a travel request form, or a direct deposit
  742.                    form.
  743.                    First you must have a database created.  Then you would
  744.                    pick edit current letter which will be none.  Create a new
  745.                    letter.  The hard part is placing the right information in
  746.                    the appropriate places.  Meaning you want your data to print
  747.                    out on the pre-prepared form where the boxes or empty spaces
  748.                    are located.
  749.  
  750.  
  751.                                      OPTIONS
  752.  
  753.  
  754.  - Re-Index File:  This feature allows you to change the way the data file is
  755.                    indexed (Sorted).  All the fields in the data file are
  756.                    displayed in a window. You are prompted to select the field
  757.                    you wish to index the data file on.  Make your selection by
  758.                    using the UP, DOWN arrow keys. When the desired field is
  759.                    highlighted, press RETURN to select or the ESCAPE key to
  760.                    return to the OPTION menu.  After selecting a field, the
  761.                    system will RE-INDEX the file.  Upon completion, all records
  762.                    will be displayed on the screen sorted in the new order.
  763.  
  764.  
  765.  
  766.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  767.  
  768.  
  769.  
  770.  
  771.                                      - 12 -
  772.  
  773.  
  774.                                OPTIONS (continued)
  775.  
  776.  
  777.  - Purge Records:  All records that are marked for deletion are DELETED.
  778.                    This will permanently remove the record(s).
  779.  
  780.  - Move Field:     This will temporarily move a field to another location.
  781.                    If you exit and re-enter it will return back to it's
  782.                    original form.
  783.                    If you want to move a field permanently use the create
  784.                    function.   Once your inside create just type the name of
  785.                    the database file your working on and make the changes.
  786.  
  787.  
  788.                                   CONFIGURATION
  789.  
  790.  
  791.  - Printer Width:  This variable is used to set the amount of characters that
  792.                    are printed across each line.  The different choices are:
  793.                    80 width, 128 width and 232 width.  To change them just
  794.                    press the return key.  This is preset to 80 characters.
  795.  
  796.  - Left Margin:    This margin is the amount of space that is default on the
  797.                    left side of the paper.  It can be set from zero to forty.
  798.  
  799.  - Word Wrap:      80, 100, 120, 132, 150 or off.  This is preset to off.
  800.  
  801.  - Total Columns:  This is the number of columns that can be printed and they
  802.                    range between one through eight, and is preset to 2.
  803.  
  804.  - Column Width:   This is the width of a column while printing.  The ranges
  805.                    are between one and forty.  Figure out the width of your
  806.                    data fields and set this appropriately.
  807.  
  808.  - Column Spacing:  This is the width of space between columns.  The ranges
  809.                    are between one and forty.  Depending on ( column width )
  810.                    and how much space you would like between columns, five
  811.                    which is preset would be sufficient.
  812.  
  813.  
  814.                                       QUIT
  815.  
  816.  - Quit:    Terminates EZ-DB and EXITS to DOS.
  817.  
  818.  - System:  Temporarily Exits EZ-DB and returns you to dos type "EXIT" to
  819.             return to EZ-DB right where you left off.
  820.  
  821.  
  822.  
  823.  
  824.  
  825.         EZ-DB Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  826.  
  827.  
  828.  
  829.  
  830.                                      - 13 -
  831.  
  832.  
  833.                              DESCRIPTION OF DIR-DESC
  834.  
  835.  
  836. DIR-DESC is a powerful full color menu driven utility that allows a user to add 
  837. up to 55 characters as a description to any and all of your files and 
  838. directories.  As many as 499 files can be located in each directory fully 
  839. loaded with descriptions.
  840. Some of the many other useful tools that are supplied with DIR-DESC are:
  841. copy, move, rename, erase and view files.  View a tree of your system, make a 
  842. new directory, remove the current directory and convert .DES files to ACSII 
  843. text files.
  844. Print out diskette jackettes with file names or locate files also sort files by 
  845. name or description.  Format diskette drives, change to a different directory, 
  846. and perform full attribute handling on any file or directory.
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.         EZ-DB Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  885.  
  886.  
  887.  
  888.  
  889.                                      - 14 -
  890.  
  891.  
  892.                                   REGISTRATION
  893.  
  894.    If you find EZ-DB to be of use, a registration fee of $10.00 is required.
  895.    For every registered user of EZ-DB with Petrie Software will be entitled to
  896.    the following:
  897.  
  898.       - The right to continue using a registered version of EZ-DB Ver 1.0
  899.         The latest version. (with the opening and ending screens removed)
  900.       - Inform you when new releases become available, also any other
  901.         software that Petrie Software will be distributing.
  902.  
  903.  
  904.  
  905.    We appreciate your comments and suggestions about this program.  We also
  906.    would like feedback on any other ideas for different applications which
  907.    you may use for your business or personal use.
  908.  
  909. Please send your registration's to:
  910.  
  911.                                Petrie Software Co.
  912.                                    PO Box 904
  913.                               Northboro, MA. 01532
  914.  
  915.  
  916.  
  917.  
  918.  
  919.     Thank you for your support for this program and to the SHAREWARE concept. 
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  944.  
  945.  
  946.  
  947.  
  948.  
  949.                                      - 15 -
  950.  
  951.  
  952.  
  953.                                     WARRANTY
  954.  
  955.  
  956. This program is provided AS IS without any warranty, expressed or implied, 
  957.  
  958. including but not limited to fitness for a particular purpose. Petrie Software 
  959.  
  960. shall not be liable for any damages, whether direct, indirect, special or 
  961.  
  962. consequential arising from a failure of this program to operate in the manner 
  963.  
  964. desired by the user.
  965.  
  966.  
  967.  
  968.  
  969.  
  970. IN NO EVENT WILL Petrie Software BE LIABLE FOR ANY DAMAGES, INCLUDING ANY
  971.  
  972. LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  973.  
  974. ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY CLAIM BY
  975.  
  976. ANY OTHER PARTY. 
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  1003.  
  1004.  
  1005.  
  1006.  
  1007.                                      - 16 -
  1008.  
  1009.  
  1010. --------------------------------------------------------------------------------
  1011.                     REGISTRATION FORM     EZ-DB \ CREATE 1.0
  1012. --------------------------------------------------------------------------------
  1013.  
  1014.  
  1015. Send to:
  1016.                                Petrie Software Co.
  1017.                                   P.O. Box 904
  1018.                               Northboro, MA. 01532
  1019.                          Voicemail / BBS (508)-393-1732
  1020.  
  1021. For proper registration the entire form must be completed.  The information is 
  1022. important to both you and my company.  THANK YOU!
  1023.  
  1024.    Name: ________________________________________________
  1025.  
  1026.    Address: ____________________________________________ 
  1027.  
  1028.    City: ________________________________________________
  1029.  
  1030.    State: _____      Zip Code: _________________    
  1031.  
  1032.    Telephone Number (Optional)  (_____)  _____ - _______
  1033.  
  1034. Where did you receive EZ-DB & CREATE:__________________________________________
  1035.  
  1036. _______________________________________________________________________________
  1037.  
  1038. Specify disk size:   5 1/4______    or   3 1/2______
  1039.  
  1040. _____ Please send me EZ-DB for the low price of $10.00.
  1041.  
  1042. _____ Please send me both EZ-DB and DIR-DESC for the low price of $15.00.
  1043.  
  1044. Additional comments/suggestions: ______________________________________________
  1045.  
  1046. _______________________________________________________________________________
  1047.  
  1048. _______________________________________________________________________________
  1049.  
  1050. Please see page 13 for a description of DIR-DESC.
  1051.  
  1052. If you register EZ-DB Ver1.0 & DIR-DESC we will cut the registration fee from
  1053. $20.00 to $15.00 for both EZ-DB and DIR-DESC.
  1054.  
  1055. Thank You for supporting our software and the shareware concept.
  1056.  
  1057.  
  1058.  
  1059.  
  1060.        EZ-DB  Ver 1.0 / CREATE Ver 1.0 (C) Copyright Petrie Software 1994
  1061.