home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_1 / issue_09 / phonedir / README < prev   
Text File  |  1995-06-13  |  5KB  |  97 lines

  1. INSTRUCTIONS FOR THE TELEPHONE DIRECTORY PROGRAM
  2. Written by Dave Mclaughlin.
  3. ================================================
  4.  
  5.    Before you use the program you must first find a suitable blank disk or
  6. a disk with sufficient space for the program, and its files. Once the
  7. program has been put on the disk you must then LOAD and run the program
  8. CREATOR, which will create the files for use by the main program. At this
  9. point the creator program will check to see if enough space exists and if
  10. not aborts the process. You will need approx 300k of free continuous space
  11. on the disk for the default file sizes. (see below on how to change this)
  12.    After the CREATOR program has been run succesfully and has created the
  13. files, you proceed to load and run the main program 'PHONEDIR'. Note that
  14. this program and the creator program must exist and be run with the
  15. directory they are in set. i.e.
  16.  
  17. If PHONEDIR and CREATOR are in the directory PHONE, you must ensure you
  18. type *DIR PHONE before running them. This is because they create a new
  19. directory called DATA if it not already exists.
  20.  
  21. After running the main program and it finds the files, you will be
  22. presented with the main screen and the mouse arrow will appear on screen.
  23. You will see at the bottom of the screen a set of commands. These commands
  24. are available by moving the mouse over them and clicking with the left
  25. button to select. These commands apart from PRINT are available on the RED
  26. FUNCTION keys. They start from the left RED key (f1) up to (f5). EXIT is
  27. found on (f9). PRINT is found on the key marked PRINT. (simple eh)
  28.  
  29. Now you are ready to start entering your names and numbers.
  30. Select INPUT, and the form will clear with a set of < > signs showing the
  31. limits of input. Enter you text bearing in mind it must all be entered in
  32. uppercase (caps). When you reach the input marked TYPE enter either P for
  33. personal (ie. real names of people) or C for companies. If you just hit
  34. RETURN at this point the machine selects P. This field is used when
  35. printing to allow names to be printed in alphabetical order by SURNAME and
  36. companies by the first name as in a phone book.
  37.  
  38. The options DELETE, EDIT are straight forward to use.
  39.  
  40. Search is rather powerfull in this program as it will search with the
  41. least amount of input information. Take for example:-
  42.  
  43. You have three people with the surname SMITH (common I know) but different
  44. christian names (JOHN, BILL, BOB). If you type in BOB SMITH the machine
  45. will print up only the name BOB SMITH, but if you had forgotten the first
  46. name, or just wanted to see all the SMITHs then inputting SMITH or even
  47. part of the name SMITH i.e. SMI will show the first SMITH found, with a
  48. list of the rest at the bottom of the screen. Moving the mouse over them
  49. and clicking will show the selected name instead. This might sound like it
  50. takes a long time, but I can assure you it is very fast.
  51.  
  52. PRINTER OPTIONS.
  53. ================
  54.  
  55. LABEL :- This prints a single label for the name on the screen.
  56.  
  57. PRINT :- This gives a list of options to which you select by mouse or
  58.          number next to the option.
  59.  
  60. Full format printing will give the NAME, and address with TELEPHONE number
  61. printed out similar to a telephone.
  62.  
  63. Condensed just gives NAME, AREA and NUMBER only. (The best option to use)
  64.  
  65. Label printing will display as much files as will fit on the screen. You
  66. select the ones you want to print by again using the mouse. Follow the
  67. prompts at the bottom of the screen.
  68.  
  69. CHANGING THE OPTIONS TO SUIT.
  70. =============================
  71.  
  72. There is one parameter you can change, and that is the amount of RECORDS
  73. (names) held at each letter. The default is 40. Note that this change must
  74. be done before you start to use the program as it is done when the files
  75. are created.
  76. First load the file CREATOR and find the PROC init. You will see some REMs
  77. and the variable name numNames%. Change this to the size you require. Note
  78. that you can calc how big the file will be from the equation:-
  79.  
  80. numNames%*numNames%*5.75*26 and add about 30k for the program and
  81. directory.
  82.  
  83.  
  84. Well thats all there is to the program. And as you may find out it is by
  85. now means complete, but then I am still changing it to try and improve the
  86. search speed (not that it needs it) and allowing upper/lower case.
  87. If you do any changes for the better then please inform me so I can get a
  88. copy, or alternatively inform PAUL BEVERLEY at Archive and he may put it
  89. on the disk. Is this not what public domain is all about, sharing each
  90. others programs and ideas. 
  91.  
  92.  
  93. Happy hacking......
  94.  
  95. Dave.
  96.  
  97.