home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / phonebase / phonebase.doc < prev    next >
Text File  |  1996-10-12  |  3KB  |  72 lines

  1.  
  2.               PhoneBase V1.0 (C) Anthony Brice 1996
  3.               -------------------------------------
  4.  
  5. PhoneBase is a quick and simple gui name and address database written to
  6. learn the use of newtype routines and using them within Blitz. A freebie
  7. program for anyone who finds a use for it as it's not intended to be a
  8. really powerfull application, and these kind of programs are ten a penny.
  9.  
  10. Use of this program is pretty much self-explanatory, but for the first time
  11. users of this kind of program, I'll document some important parts.
  12.  
  13. There are 3 string gadgets on the main gui. The first one is for entering the
  14. name of the person who's data you're entering, the second is the address (with
  15. PhoneBase the strings are not restricted in any way so you could use an
  16. email address here if you prefered) and the bottom one is for putting in
  17. their phone number or any other data you wish.
  18.  
  19. Add  - will move up to the first string gadget so you can enter data for a new
  20.        record.
  21.  
  22. Del  - will delete current record and shuffle accordingly.
  23.  
  24. ?    - obligatory about requestor
  25.  
  26. Next - Moves to next record if it exists
  27.  
  28. Prev - Moves to previous record
  29.  
  30. Find - Let's you enter a text string to hunt the database for. At the moment
  31.        it just uses the name field, but that can easilly be expanded upon.
  32.  
  33. Load - Load in the current data file. This is done automatically when the
  34.        program is first run anyway.
  35.  
  36.        PhoneBase is not stupid and won't load just any file in :-)
  37.  
  38. Save - Saves the current data. File path is S:PhoneBase.dat - Note that the
  39.        program will rename the old data file to PhoneBase.dat.bak as a 
  40.        precaution in case you make an error. It will only store one save
  41.        file as a backup so please be carefull clicking the save gadget too
  42.        many times.
  43.  
  44. Jump - Will prompt for a number string and jump to that record if it exists.
  45.  
  46. F    - Will move to the first record in the list.
  47.  
  48. L    - Will move to the last record in the list.
  49.  
  50. Sort - Will perform an alphabetical order sorting of the records file based
  51.        on the name string for each entry.
  52.  
  53.  
  54. That's about it. This program is freeware, and source code (Blitz 2) is
  55. included in the archive for those interested. I'd appreciate a thank you if
  56. you find any of the code, or this program usefull, and nobody is allowed to
  57. charge for this program apart from PD libraries which can cover their costs
  58. if they wish to distribute it.
  59.  
  60. Acid have full permission to include this program and source on a future 
  61. issue of the BlitzUserMagazines if they are so inclined.
  62.  
  63.                     Email: anthony@backyard.demon.co.uk
  64.  
  65. I may well make a more configurable database type program with many more
  66. powerfull features in the future should I be pestered enough. But this was
  67. developed strictly as a backdrop to testing certain functions within blitz as
  68. a development language, so I purposely kept it pretty simple.
  69.  
  70. Thanks to Paul Juhasz, Simon Archer and Paul Lathwell for inspiration.
  71.  
  72.