home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 25 / af025.adf / Beeb-Base / README.DOC < prev    next >
Text File  |  1991-06-14  |  6KB  |  136 lines

  1.                             Beeb Base
  2.                        By Diamond Braganza
  3.  
  4. Beeb Base  is  a  database  system  written  in  using  the  Amiga
  5. Beebulator program. This program will therefore need Beebulator to
  6. run or can be transfered to other BBC emulators such as those used
  7. in schools on Nibus Research Machines or on actual BBC micros.
  8.  
  9. Installing Beeb Base.
  10.   The program can be  installed  by  first  loading your workbench
  11. disk. Then open your  Beebulator  disk.  Open  the disk containing
  12. Beeb Base and then move the icons over to the Beebulator disk. The
  13. files will then be copied into  your disk provided there is enough
  14. room.
  15.  
  16. Running Beeb Base
  17.   To run the program just double  click  on the run Beeb-Base icon
  18. and the program should start loading.
  19.  
  20. Using the program
  21.   The  program  is  quite  simple  to  use.  To  obtain  different
  22. functions just type in the  corresponding  number  on the menu and
  23. that will take you to the section  of the program which will carry
  24. out what you want. Below is  a  list  of the main menu options and
  25. what they allow you to do.
  26.  
  27. 1. Create New File -  This  allows  you  to  create  a new file by
  28. typing in the fields you  want  in  the database. The program will
  29. allow you to type in up to  9  fields.  When you enter the name of
  30. the file you are limited to 7 letter names.
  31.  
  32. 2. Add Records - This will  allow  you  to add records to existing
  33. files. If you have a file already  loaded  then it will add to the
  34. position of the last record. If  you  use  option 5 to move around
  35. the file to view different records  then where ever you leave this
  36. section the last record you saw  will  be  from where it starts to
  37. add records. for instance you have records 1 to 5. You view record
  38. 3 and then leave this section.  Then  when you add records it will
  39. start at record number 4.
  40.  
  41. 3. Load File - This allows  you  to load previously made files. It
  42. will load a catalog of all the  files on the current directory and
  43. display. Just type in the name of the field and press return.
  44.  
  45. 4. Delete Records - This will set  a marker on a record which tell
  46. the program not to  save  the  record  with  all  the  rest of the
  47. records on the file. This has the effect of deleting the record on
  48. the file. You can tell which  records  will be deleted by going to
  49. search records. All the  records  that  will  be deleted lash red-
  50. green. To undelete just choose delete and the records that are set
  51. to be deleted will return back to normal.
  52.  
  53. 5. Search Records - Will allow you many options such moving around
  54. the file to see different records.
  55.  
  56. Edit Record - Will allow you to change the contents of the fields.
  57. To use this press return  until  you  reach  the field you want to
  58. change then type in the new contents over the old information.
  59.  
  60. Print Record - Will let you print the record you are looking at to
  61. a printer.
  62.  
  63. Print Selection -  Will let you type  in a range of records in the
  64. file to print.
  65.  
  66. Enter Search Mode - This allows  you  to  type in data you want to
  67. find a match with. For instance you  might have a name and address
  68. database and want to find  all  those  with  the name Smith to use
  69. this type in Smith in the right field. If you don't want to search
  70. a certain field then just press return. You can search for several
  71. matches in different fields.
  72.   Within this mode you will  move  up  and  down from one matching
  73. record to the next. The same applies to ranged printing only those
  74. that match within the range will  be printed. To leave search mode
  75. Press F10.
  76.  
  77. Delete/Undelete Record -  Will  allow  you  to  select  records to
  78. delete so they are not  saved  at  the  end of your session. These
  79. records will appear red-green colours on the screen.
  80.  
  81. Move To Record - In larger  files  this  will be useful to move to
  82. the middles of files.
  83.  
  84. 6. Disk Options - This  will  let  you  select different drives or
  85. change the DFS setting  this  is  useful  if  you  want to use the
  86. database on different machines  that  have  different DFS setting.
  87. For instance to use this  program  on  the  RM  Nimbus you need to
  88. select option model B DFS or the program will not work properly.
  89.  
  90. 7. Print Options -  Will set how  the records will print on paper.
  91. It will select options such as printing several records across the
  92. paper and the spacing bewteen each record and field.
  93.  
  94. 8. End and Store Changes  -  This  will  end your session with the
  95. program. It will allow you to  save  any changes to the program if
  96. you wish. To  leave  the  Beebulator  altogether  type *FORCECLOSE
  97. after choosing to end.
  98.  
  99. Using This Program On Different Machines.
  100.   I have tried using this program  using  a BBC Emulator on the RM
  101. Nimbus. This program should also work on the BBC B, BBC MASTER and
  102. ARCHIMEDES any other BBC emulator. To  use  this program on the RM
  103. Nimbus you will need a piece of PD Software called "MessyDOS" this
  104. will allow you to transfere  the  program  to MS-DOS format and be
  105. able to read the program to  the  Nimbus. To transfere the program
  106. first load your workbench  disk  with  messydos already mounted on
  107. it. Then load the program and  then  select  option 8 to end. Then
  108. put in your IBM Format disk and type:
  109.  
  110. *ASPOOL PC0:BBCBASE.BBC
  111. LIST
  112. *ASPOOL
  113.  
  114. When you type list you will  see the whole program listing infront
  115. of you. Be sure to use the "*ASPOOL" after this is finished.
  116.  
  117. To load it on the Nimbus insert you disk and type:
  118.  
  119. *DR. A:\
  120. *EXEC BBCBASE.BBC
  121.  
  122. This will load back the program.
  123. Then save the program with the save command:
  124.  
  125. SAVE "BBCBASE"
  126.  
  127. Then you can load the program straight to the Nimbus by typing.
  128.  
  129. CHAIN "BBCBASE"
  130.  
  131. This will also run the program.  You  will  need to set the DFS to
  132. option 2 before you can use the program.
  133. Or you can change the  varible  in  the  start of the program that
  134. says LET DFS%=0 to LET DFS%=1. which  will save you the trouble of
  135. having to do this evry time you run the program.
  136.