home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / bus_pers / doug.lzh / Dougie.DOC < prev    next >
Text File  |  1991-03-02  |  25KB  |  542 lines

  1.  
  2.  
  3.      DOUGIEBASE                 Amiga 512K                      page 1
  4.  
  5.  
  6.  
  7.      Documentation : Doug Dyer Victoria B.C.  April 23,1987.  
  8.  
  9.      INTRODUCTION: 
  10.  
  11.      DOUGIE  BASE  is  a  database  program  which  allows the user to
  12.      create  his  own  databases using a horizontal format with either
  13.      automatic  or  custom   spacing   between  field  headings in the
  14.      title  bar.The  program  allows dumping of data to the printer or
  15.      disk,  changing  records,  adding  or  deleting  records, and the
  16.      capability  to  search  or sort records.Records are maintained in
  17.      files  of  one  hundred  records  at  a  time,  with an automatic
  18.      retrieval  method  for  bringing  in subsequent files in the same
  19.      database.Searches  are  global  allowing record searches over all
  20.      the  related  files  in the database.The searched information may
  21.      then  be dumped to its own separate file for later retrieval when
  22.      necessary.The  number  of  files  in each database, and therefore
  23.      the  number of records, is limited only by the memory capacity of
  24.      the  disk.You  will  need a  pre-formatted blank disk to use as a
  25.      file  disk  (data  disk)  in drive 1 or 0. It is recommended that
  26.      data  be  saved  to  a separate file disk, rather than the DOUGIE
  27.      BASE  program  disk.The  program  is  presently set up to use the
  28.      external  drive for the data disk, and the internal drive for the
  29.      program disk.  
  30.  
  31.      LOAD   INSTRUCTIONS:  (Auto  load  at  WB  prompt  or  load  from
  32.      AmigaBasic  ,or  double-click  on  the  "dbloader"  ICON  on  the
  33.      WORKBENCH.)   Insert  the  program  disk  into  drive  0  at  the
  34.      Workbench  prompt.If loading from BASIC ,after Amigabasic appears
  35.      on  screen,at  the  "OK" prompt in the output window,type  'clear
  36.      ,100000  <return>'   and then type 'run "dougiebase"<return>'.(Do
  37.      not   type   the  single  quotes  ,only  the  double  quotes).The
  38.      DOUGIEBASE main menu should appear on screen.  
  39.  
  40.      THE MENU: The menu items are as follows: 
  41.       BEGIN FORMAT PROGRAM AGAIN 
  42.       LOAD 
  43.       SAVE 
  44.       OUTPUT TO PRINTER 
  45.       QUIT TO SYSTEM 
  46.       EXIT TO BASIC 
  47.       FORMAT NEW DATABASE 
  48.       INPUT TO NEW FILE 
  49.       INPUT EXISTING FILE 
  50.       DELETE 
  51.       CORRECT CHANGE 
  52.       NOTES 
  53.       VIEW DATA ON SCREEN 
  54.       SEE FILE PARAMETERS 
  55.       SEARCH 
  56.       SORT 
  57.  
  58.  
  59.  
  60.      
  61.  
  62.  
  63.      DOUGIEBASE                 Amiga 512K                      page 2
  64.  
  65.  
  66.      These  items  will  be  discussed in the order they appear on the
  67.      menu.DOUGIEBASE  allows  menu  items to be selected from the menu
  68.      bar  with  the  mouse  and  clicking on the appropriate items.The
  69.      menu however is designed to primarily facilitate keyboard use.  
  70.  
  71.      LOAD: 
  72.  
  73.      After  checking  that  the  file disk is in the appropriate drive
  74.      press  return  at  the  waiting  prompt.You will then be asked to
  75.      enter  the  number  of the drive containing the data disk.Enter 1
  76.      or  0.Pressing  <RETURN>  defaults  to  the external drive.At the
  77.      directory   prompt  press  <RETURN>.This  locks  in  the  current
  78.      directory  as  the  root  directory.If  the  database  is  in any
  79.      directory  other than root enter the directory name at this point
  80.      and  then  press  <RETURN>. Enter the name of the database at the
  81.      next  prompt.You  will  then be asked to enter the file number.If
  82.      you  want  to  see  the first 100 records entered in the database
  83.      enter  '1'.If  you  know the data you seek is in the second group
  84.      of  100 records then enter '2'.Note that after the first group of
  85.      100  records  are  brought  in that DOUGIEBASE will automatically
  86.      link  in  the  following  files in the database at the press of a
  87.      key.Just  follow the prompt at the end of the viewing screen.(see
  88.      VIEW DATA below.) 
  89.  
  90.      SAVE: 
  91.  
  92.      After  entering  data you will want to make a permanent record of
  93.      the  information.Choosing  the  SAVE  option  dumps  the  data to
  94.      disk.The  data  is automatically saved to the current filename of
  95.      the  database  in  memory.This filename is created at the time of
  96.      creation  of the database when the headings and other information
  97.      relative  to  the  specific  database are entered.(See FORMAT NEW
  98.      DATABASE  below.)After  every  addition  of  new  records  to the
  99.      database  the SAVE option must be used to retain the new data for
  100.      future  access.If SAVE is used after a sort the original order of
  101.      the  records  will  be lost as SAVE dumps data under the original
  102.      filename.  
  103.  
  104.      PRINTER: 
  105.  
  106.      To  obtain  a  hardcopy  of  the  records  in the database select
  107.      PRINTER.Note  that  the  printer driver must be set up previously
  108.      from  PREFERENCES.Single  or  double  line  spacing may be chosen
  109.      from  within  the  program  at  each  printout.The program allows
  110.      hardcopy  during  the  read  notes  section and for a search.(See
  111.      NOTES  and SEARCH below)."Prompt" warnings occur for first use of
  112.      print  option  to  warn  user  to turn printer on.If the "Printer
  113.      trouble  !"  Alert  appears and the printer is not brought online
  114.      at  this  point  before continuing, the program may crash. If the
  115.      printer  option  is  chosen  and  the printer is not online,there
  116.      will  be  a  few  seconds  delay before the PRINTER TROUBLE ALERT
  117.      appears at the top of the screen.  
  118.  
  119.  
  120.      
  121.  
  122.  
  123.      DOUGIEBASE                 Amiga 512K                      page 3
  124.  
  125.  
  126.  
  127.      BASIC: 
  128.  
  129.      This  exits  DOUGIEBASE  and returns to basic.An escape option is
  130.      provided.  
  131.  
  132.      QUIT TO SYSTEM: 
  133.  
  134.      This exits DOUGIEBASE and returns to CLI.  
  135.  
  136.      FORMAT NEW DATABASE: 
  137.  
  138.      This  will be the initial option choice used to create a database
  139.      from  scratch.   Place a formatted disk in the appropriate drive.
  140.      (drive  one  if  using  two  drives). This will be the file disk,
  141.      which  will  include data files numbered in sequential  order, as
  142.      well  as  files  which  contain  formatting information about the
  143.      particular database, such as headings, math formulas, etc.  
  144.  
  145.      The   user   will   be   asked  to  choose  UNIFORM  or  VARIABLE
  146.      format.UNIFORM  format automatically divides the heading or title
  147.      bar  into  an evenly distributed arrangement of fields.DOUGIEBASE
  148.      uses  a  page  width  of  76 characters and if a database of five
  149.      fields  is  created the titles and column width of the fields are
  150.      automatically  formatted  to  a  width  of  15  characters  each,
  151.      without  the user having to count out spaces etc.If the option of
  152.      using  30  characters  for the first field in a UNIFORM format is
  153.      chosen  then  the  first  field  is  30  characters  wide and the
  154.      remainder  of  the  title  bar  and  field widths will be equally
  155.      partitioned   automatically.(i.e.   for  five  fields  total  the
  156.      remaining  four  fields will each be 11 characters wide --- 76-30
  157.      = 46 divide by 4 = 11).  
  158.  
  159.      If  the  VARIABLE   format  option is chosen the user creates the
  160.      length  of  fields  by visually customizing the title bar to suit
  161.      his  specific requirements.The title bar is shown on screen as it
  162.      is  being  created to allow for immediate assessment of the field
  163.      width  and space separation between titles.The user is allowed to
  164.      make  changes as he proceeds.The VARIABLE  format option also has
  165.      the  added  advantage  of  an  "intelligent  vocabulary" of three
  166.      words  which, when used in the title bar, allow certain automatic
  167.      formatting  options.When  either  ' COST' ,' VALUE' , or ' TOTAL'
  168.      is  used  in  the  title  bar, the user is automatically asked to
  169.      select  5  or  6  digit  widths for use in math calculations.This
  170.      space  is then automatically allotted.When the records are listed
  171.      the  numbers  in  these  titled  columns  will  be formatted with
  172.      automatic  right  justification,2 decimal points, and preceded by
  173.      the   dollar  sign.  Note  that  the  dollar  sign  is  added  by
  174.      DOUGIEBASE.It  does  not  have  to  be  typed during data entry.'
  175.      TOTAL'  gives  an automatic total tally, for the numbers in the "
  176.      TOTAL"  column,  at  the  end  of  all  the record listings after
  177.      viewing.This  feature  is available for all but the ACCUMULATE or
  178.  
  179.  
  180.      
  181.  
  182.  
  183.      DOUGIEBASE                 Amiga 512K                      page 4
  184.  
  185.  
  186.      DECUMULATE  math  functions.(See  MATH  FUNCTIONS below).Note the
  187.      space   preceding  the  intelligent  word.If  'COST'  is  entered
  188.      instead   of   '  COST'  the  automatic  format  feature  is  not
  189.      engaged.Note  that the single quotes are not typed,just the space
  190.      and the letters C O S T.  
  191.  
  192.      When  entering field titles the maximum width of the title bar is
  193.      76   characters.    If   this   width   is   exceeded  DOUGIEBASE
  194.      automatically   terminates  field  title  entry.If  you  wish  to
  195.      terminate  field  title entry prior to reaching the maximum title
  196.      bar width just enter '*' and press <return>.  
  197.  
  198.      There  is  a  maximum  limit  of 10 fields per record.Records are
  199.      dumped  to  disk  in  groups of 100 in sequential files which are
  200.      automatically   sequentially  numbered  to  allow  for  automatic
  201.      linking   of  files  in  each  database.Therefore,the  number  of
  202.      records per database is only limited by available disk space.  
  203.  
  204.      During  the  creation of a database you are given the opportunity
  205.      of  testing the headings on the printer before committing to your
  206.      final title bar.  
  207.  
  208.      You   will   be  asked  if  you  wish  to  make  changes  to  the
  209.      headings.The   headings   for    each   field   may   be  changed
  210.      individually  at  this  point  without having to change the whole
  211.      title  bar.Just  enter  the  number  of  the  field  you  wish to
  212.      change.However,  only  the  spelling  of  the  field title may be
  213.      changed  on  an  individual basis,not the field length.Should you
  214.      wish  to  change the field length,you must type "0" at the CHANGE
  215.      WHICH  FIELD  ?  prompt.This allows you to change the whole title
  216.      bar,including the field lengths.  
  217.  
  218.  
  219.       (MATH FUNCTIONS).  
  220.  
  221.      During  the  database  creation  process a prompt will ask if you
  222.      want  to use the MATH FUNCTIONS. You must make this choice during
  223.      creation  of  the  database.Otherwise,  later entries cannot take
  224.      advantage  of  calculation  fields.DOUGIEBASE  does not allow the
  225.      changing  of  field  titles or adding of math functions after the
  226.      creation  of  the  database.MATH FUNCTION choices are ACCUMULATE,
  227.      DECUMULATE,  ADD,  SUBTRACT, MULTIPLY, and DIVIDE.DOUGIEBASE will
  228.      prompt  for  designation  of  which fields will hold the data for
  229.      the  specific  math  function.ACCUMULATE  allows  a  field  to be
  230.      chosen  for  numerical  data  to  be  automatically  added to the
  231.      numerical  data in the corresponding field of the next record and
  232.      the   accumulated   total  to  be  held  in  a  designated  total
  233.      field.This    accumulated    total    is    tallied   record   by
  234.      record.DECUMULATE  subtracts  numerical data record by record.The
  235.      other  math  functions  do  as indicated.You must designate which
  236.      fields  will  hold which data.Just follow the prompts.For example
  237.      if  you  choose  the  ADD  math function, DOUGIEBASE will ask you
  238.  
  239.  
  240.      
  241.  
  242.  
  243.      DOUGIEBASE                 Amiga 512K                      page 5
  244.  
  245.  
  246.      which  field  you  want  to hold the addendum, which field to add
  247.      with,  and  which  field  to  put the total or calculation result
  248.      in.  
  249.  
  250.      DOUGIEBASE  is no substitute for a spreadsheet.You are allowed to
  251.      do   mathematical   operations  on  only  two  fields,  with  the
  252.      calculation  result  in  a third field.Some tricks can be used to
  253.      functionally  increase the fields of operation.For example,if you
  254.      want  to  make a list of COSTS in field 2 and a percent surcharge
  255.      in  field  3  and  want  to  have  the  "added"  result  of  this
  256.      calculation  in  field  4,  you should enter the percent as 100 +
  257.      percent  fraction so the result of the multiplication calculation
  258.      in  field  4  represents the new cost after the percent surcharge
  259.      is  added  on.(Use  1.3  instead  of  just  .3  to  represent  30
  260.      percent.)Incidentally,if  you  wish  all  these "new costs" to be
  261.      tallied  as a TOTAL at the end of the record listing,don't forget
  262.      to  use  the  intelligent  field heading " TOTAL" for field 4.(or
  263.      whichever is the appropriate field).  
  264.  
  265.      A  PROTECTION  option  is  also  provided.If  you  wish  to store
  266.      private  data enter"Y" at the"PROTECT DATABASE ?" prompt.You will
  267.      then  be  asked  to  enter  a  password for future access to this
  268.      database.The  data  from a protected database will not be allowed
  269.      to  be  loaded  into  memory  until the user reenters the correct
  270.      password.  
  271.  
  272.      At   this   point   DOUGIEBASE   asks  for  a  filename  for  the
  273.      database.Enter   the   filename   you  wish  to  use  for  future
  274.      access.DOUGIEBASE  automatically  appends  the  number '1' to the
  275.      filename  for  the  first  group  of 100 records in file 1 of the
  276.      named  database  and  as  the  next group of 100 records is added
  277.      DOUGIEBASE  automatically  adds  sequential  numbers to the files
  278.      for  linking  all  the  files  in  the  named  database.After the
  279.      creation  of  the  title  bar  DOUGIEBASE  will then allow you to
  280.      enter individual record data field by field.  
  281.  
  282.      INPUT NEW FILE: 
  283.  
  284.      This is an identical option to create new database.  
  285.  
  286.      INPUT EXISTING FILE: 
  287.  
  288.      To   add  more  records  to  an  existing  database  choose  this
  289.      option.You   are  asked  to  enter  the  record  data,  field  by
  290.      field.First  you  must  have loaded the database into memory with
  291.      the  LOAD  option  from  the  menu.You will first be asked if you
  292.      want  REPEAT  ENTRY  MODE ?Choosing repeat entry allows retrieval
  293.      of  previously  entered  data  to automatically be entered in the
  294.      current  field.Just  press  the  shift  '-' key(Shifted minus) to
  295.      step  backwards through the previous entries and when the desired
  296.      data  is  reached  press  <return>  to  set  the  entry into that
  297.      current  field.The  next  field  is  then  brought  up  for  data
  298.  
  299.  
  300.      
  301.  
  302.  
  303.      DOUGIEBASE                 Amiga 512K                      page 6
  304.  
  305.  
  306.      entry.To  cancel  the  repeat option just type any key instead of
  307.      the  Shift  minus.During  data  input  just follow the prompts on
  308.      screen .Choose the available options as they present.  
  309.  
  310.      If  you  enter  more  than  100  records DOUGIEBASE automatically
  311.      creates  the  next file to hold the next group of 100 records.The
  312.      files  will  automatically  be  numbered  sequentially.DOUGIEBASE
  313.      will  also  automatically  save  the  first  100  records  before
  314.      allowing  you to begin entering the next 100.Note however that if
  315.      you  are  entering  new  data  but  the file does not contain 100
  316.      records  it  is  up  to  the user to SAVE the new data entries to
  317.      disk,  as  otherwise,  this  information  will be lost for future
  318.      access.  
  319.  
  320.      DELETE: 
  321.  
  322.      This  option allows previously entered records to be deleted from
  323.      the  database.   The list of record titles or first field entries
  324.      will  be  scrolled  on  the screen.The number of the record to be
  325.      deleted  is  then  entered  at the appropriate prompt.This record
  326.      title  is  matched  with an INDEX file and if the record is found
  327.      the  deletion  will proceed.You will be shown the complete record
  328.      and  given  an  opportunity to cancel the deletion process.If the
  329.      record  is  not  in  the  database  an  error message "RECORD NOT
  330.      FOUND." will appear and you will be returned to the main menu.  
  331.  
  332.      CORRECT:  
  333.  
  334.      CORRECTIONS     can     be    made    to    previously    entered
  335.      records.Corrections  can  be  made  by  individual  field  or the
  336.      entire   record   can   be   changed.Just   follow  the  onscreen
  337.      prompts.The  corrected  version  can then be saved to disk or you
  338.      can return to the main menu.  
  339.  
  340.      NOTES: 
  341.  
  342.      DOUGIEBASE  allows  additional  notes  to be written or retreived
  343.      for  each  record.   A  separate notes menu will appear after the
  344.      record  to  be  worked  with  is selected.When choosing the notes
  345.      option  you  will  be  given  the  opportunity to use the current
  346.      database  in memory or to load in a different database.The record
  347.      may  be  selected  by  either  hitting  the space bar followed by
  348.      <RETURN>  as  the  desired record scrolls by on the screen, or by
  349.      directly  entering  the  name  of  the  record  (field  1) at the
  350.      appropriate  prompt.Not  all  the letters of the first field need
  351.      be  entered  if  you  start the search title with an '*'.However,
  352.      the  first  few  letters  must  be  entered  in  sequential order
  353.      according  to their original entry.If the record is selected from
  354.      the  scrolling  screen  hit  space  bar  as  the  desired  record
  355.      appears,then  hit <RETURN>.If you overshoot there is an option on
  356.      the  subsequently  appearing  menu  that  allows you to backtrack
  357.      through  the  list or to advance forward in the list.Hit <RETURN>
  358.  
  359.  
  360.      
  361.  
  362.  
  363.      DOUGIEBASE                 Amiga 512K                      page 7
  364.  
  365.  
  366.      to enter the record. Just follow the prompts.  
  367.  
  368.       READ NOTES.  
  369.  
  370.      When  this  is  selected  from  the  notes  menu  the  previously
  371.      selected  record  will  be  loaded  in  from  disk.If the note is
  372.      PROTECTED  you will be asked to enter the password before you can
  373.      read  the  record.After the record is loaded in you are given the
  374.      opportunity  to  make  a  hardcopy  of  the record note.Press the
  375.      space  bar  to  read  in  the  next  record or choose to select a
  376.      different record.Just follow the onscreen prompts.  
  377.  
  378.       WRITE NOTES.  
  379.  
  380.      The  selected  record  will be printed to the screen and a cursor
  381.      will  appear  below  the  prompt  WRITE NOTES.DOUGIEBASE allows a
  382.      maximum  of 5 lines to be entered as notes for each record.If you
  383.      type  the  word  'protect'  in  either upper or lower case on the
  384.      first  line  as  the  first  entry  after the write notes prompt,
  385.      DOUGIEBASE  will  ask  you to enter a password to secure the note
  386.      from   unauthorized  access  later.This  uses  one  line  of  the
  387.      designated  note space so only 4 lines of notes can be entered in
  388.      a  protected  record  note.The  password  entered   in  the notes
  389.      section is specific to each individual protected note.  
  390.  
  391.      The  backspace  key  is  active  to  make  corrections  of typing
  392.      errors.At  the  end  of  each line (maximum of 76 characters) the
  393.      cursor  is  automatically  returned  to the next line.Wordwrap is
  394.      automatically  engaged  in the WRITE NOTES section.When finished,
  395.      press  <return>  to  enter the note.After entry you will be asked
  396.      if you want to make any corrections.Follow onscreen prompts.  
  397.  
  398.      If  this  is  the  first time you have accessed the notes section
  399.      for  this  particular  database,  DOUGIEBASE  will ask you if you
  400.      want  to  PREFORMAT  the notes file before writing any notes.This
  401.      has   the  advantage  of  better  organized  notes  retreival.For
  402.      example,  if  you  ask to read a note for a record which, as yet,
  403.      has  no  notes  written to it, DOUGIEBASE will inform you that no
  404.      notes   are   written   on   this  record.Without  preformatting,
  405.      DOUGIEBASE  will  attempt to load in the nonexistent note and put
  406.      5  lines  of garbage on the screen.No harm done but preformatting
  407.      is  worth  it!  A preformatted note file also allows random entry
  408.      of  notes.Otherwise,  notes  must  be  written  to the records in
  409.      sequential  order.To  do  otherwise will result in overwriting of
  410.      the  first  record's  notes.Preformatting  takes  approximately 5
  411.      minutes.Remember  to  use  the  same  file  disk  as the original
  412.      database  was  stored on.Once the notes file has been preformtted
  413.      DOUGIEBASE  will  not ask you to preformat on subsequent accesses
  414.      of this particular database.  
  415.  
  416.      There  is  an option to CORRECT or DELETE notes in the notes menu
  417.      screen.Just follow the on screen prompts.  
  418.  
  419.  
  420.      
  421.  
  422.  
  423.      DOUGIEBASE                 Amiga 512K                      page 8
  424.  
  425.  
  426.  
  427.      VIEW DATA: 
  428.  
  429.      Choosing  this option from the main menu prints to the screen all
  430.      the  records  in  memory  for the previously loaded database..The
  431.      scroll  can  be  stopped  by  hitting the space bar.Hit space bar
  432.      again  to  continue.If you wish to terminate the listing prior to
  433.      reaching  the  end  just  hit  any  key during the scroll and the
  434.      listing  will  stop.If  the  file  is full (i.e. 100 records) you
  435.      will  then  be  asked  if you want to link in the next file.If so
  436.      press  "Y"  and  the next file in the database will automatically
  437.      be  loaded  in.You  are  given  the  opportunity  to  load in the
  438.      subsequent  files  for  this  particular database in any order by
  439.      entering the desired file number at the prompt.  
  440.  
  441.      SEE FILE PARAMETERS: 
  442.  
  443.      This  is  a  handy  utility  which  allows you to see at a glance
  444.      particular  information  about  the  database  in  memory.If  you
  445.      forget  what  fields  were  chosen  for  what  math functions the
  446.      parameter  screen  will refresh your memory.It also indicates the
  447.      number  of  records  in  the file and the memory left for further
  448.      entries.  
  449.  
  450.      SEARCH: 
  451.  
  452.      DOUGIEBASE  allows  searches  in  any  of the fields.You may also
  453.      specify  a  "global"  search.The  "*" is used to enter a wildcard
  454.      for  search.For  example,  if  you  want  to pull all the records
  455.      called  "A  LOST RECORD" but only know that the word "LOST" is in
  456.      the  record,  just  type  '*LOST*'(don't  type the quotes) at the
  457.      prompt  and  DOUGIEBASE  will pull out all the records containing
  458.      the  word  "LOST"  in  the  specified search field.The ']' square
  459.      bracket  allows  wildcard  searches  for  records  which  end the
  460.      designated  search  field  with  the  searched for characters.For
  461.      example,  if  you want to pull all the records which end with the
  462.      characters  "XXX"  in  field  two,  just choose field two for the
  463.      search  and  enter  ']XXX'  at the appropriate prompt.(Don't type
  464.      the quotes).  
  465.  
  466.      If  you  wish a global search for a specified item in all records
  467.      of  the  database  press  "Y" at the "GLOBAL SEARCH ?" prompt and
  468.      continue    entering    the    desired    search    criteria   as
  469.      above.DOUGIEBASE  will  then  load  in each subsequent 100 record
  470.      file  in  the  data  base  retreiving  the records containing the
  471.      requested  search  item  for the entire database.You will then be
  472.      given  the  opportunity  of printing the globally retreived items
  473.      to  the  screen,  or dump them to printer or to a special file on
  474.      disk.Both  GLOBAL  and  non-global  searches may be dumped to the
  475.      printer  during  the  process of the search.Again just follow the
  476.      prompts.  
  477.  
  478.  
  479.  
  480.      
  481.  
  482.  
  483.      DOUGIEBASE                 Amiga 512K                      page 9
  484.  
  485.  
  486.      SORT: 
  487.  
  488.      The  sort option allows sorts in any field in either ascending or
  489.      descending  order.The progress of the sort is continually updated
  490.      on  screen.Once  the  sort  is completed DOUGIEBASE automatically
  491.      returns  you  to  the  main  menu.To view the sorted records just
  492.      select  the  VIEW  DATA ON SCREEN option from the menu.The sorted
  493.      record  list  will  then be displayed.If you SAVE this file, note
  494.      that  the original "unsorted" record list will be replaced by the
  495.      sorted list under the same filename as the original.  
  496.  
  497.      SOME TECHNICAL NOTES.  
  498.  
  499.      To  load  in  DOUGIEBASE  there  must  be  about  196K  in system
  500.      memory.Also  the  program  requires 100000 bytes of data space in
  501.      BASIC.Therefore,  if  loading from BASIC, type 'clear ,100000' in
  502.      the  output  window  of basic.DOUGIEBASE also requires 80 columns
  503.      to  be  set  from preferences.The printer column widths must also
  504.      be  set  to  LEFT MARGIN 2 ,RIGHT MARGIN 80 in the printer screen
  505.      of preferences.  
  506.  
  507.                                   DOUGIEBASE 
  508.                                   A.Douglas Dyer 
  509.                                   1004 Spiritwood Place 
  510.                                   Victoria,B.C.  
  511.                                   Apr.23,1987.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.      
  541.  
  542.