home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 3 / hamradioversion3.0examsandprograms1992.iso / tech / tubes1 / tubes.hlp < prev   
Text File  |  1989-10-23  |  4KB  |  116 lines

  1. ; TUBES.HLP - Help screen file for TUBES.EXE
  2. ; Created:     10-12-89 FMP
  3. ; Version:     10-12-89 FMP
  4. ;
  5. ;
  6. ; Page 1
  7. ;
  8. TUBES is a simple data base program for your vacuum tube collection. 
  9. Here's how it works:
  10.  
  11. It first looks to see if the data file, TUBES.DAT, exists. If it does, 
  12. it loads the data and displays the Main Menu. If not, it asks if you 
  13. want to quit. Answer with a "Y" to return to DOS. A "N" answer will 
  14. allow you to create one. Once you have, you can update quantity, search 
  15. for tubes, print listings or the inventory, ect.
  16.  
  17. After checking for it's data file, the program displays the Main Menu.
  18. Here's what it looks like:
  19.  
  20.                         1. Input new data
  21.                         2. Update existing data
  22.                         3. Search for info
  23.                         4. Print inventory report
  24.                         5. Quit program
  25.  
  26. ; end of page 1
  27. :
  28. ;
  29. ; Page 2
  30. ;
  31. Input new data:
  32.  
  33. This module is used to enter new tube numbers. You can't enter quantity.
  34. Use this module when you have a lot of tybes to enter. All you do is
  35. enter the number. The program keeps track of how many times you entered
  36. the number or if it's a new one.
  37.  
  38.  
  39. Update existing data:
  40.  
  41. This module is used to update tube quantities. You can't enter new
  42. type types. First, you enter the tube number. The program displays the
  43. present quantity and asks for the new quantity. If the new and old values
  44. are same, there is no update. If the new value is zero, the tube type is
  45. removed from inventory.
  46.  
  47.  
  48. ; end of page 2
  49. :
  50. ;
  51. ; Page 3
  52. ;
  53. Search for info:
  54.  
  55. This module is used to search for tube quantities. Enter the tube number 
  56. and the program will respond with the quantity in inventory if it exists.
  57. If it doesn't, the program will tell you.
  58.  
  59.  
  60. Print inventory report:
  61.  
  62. This module is used to print the entire inventory. You will be asked if
  63. your printer is ready. Respond with a "Y" and printing begins. A "N" 
  64. response returns you to the main menu.
  65.  
  66.  
  67. ; end of page 3
  68. :
  69. ;
  70. ; Page 4
  71. ;
  72. Quit program:
  73.  
  74. This is your way out. If you have entered new data or updated existing
  75. data, the program knows and will ask if you want to save it. If you
  76. answer "Y", your new data will be sorted and saved to disk in file
  77. TUBES.DAT.
  78.  
  79.  
  80. Program specs:
  81.  
  82. This program is meant for home use, so it doesn't allow for a hugh
  83. data base. Still, most users should find the storage space sufficient.
  84. Here's the specs:
  85.  
  86.           Maximum number of tube types:                  1000
  87.           Maximum number of characters in tube name:       10
  88.           Maximum number of tubes per type:             32767
  89.  
  90. ; end of page 4
  91. :
  92. ;
  93. ; Page 5
  94. ;
  95. Disclaimer:
  96.  
  97. TUBES has been released under the Shareware concept for personal use.
  98. Feel free to use it, copy it or pass it on to your friends. If you find
  99. you are using it frequently, a donation of $5 (or any amount you deem
  100. appropriate) would be appreciated.
  101.  
  102. TUBES may not be sold or charged for except to cover the cost of
  103. distribution by library services. There are no warranties or guarantees
  104. associated with it. I will not be held liable for any damage,
  105. inconvenience or loss of income due to the use of this software.
  106.  
  107. Although I'm not set up to offer support, please feel free to drop me a
  108. line if you have questions or find any bugs. I'll try to respond.
  109.  
  110.                           Frank M. Passage
  111.                           109 Elmwood Road
  112.                           Verona, NJ 07044
  113.  
  114. ; end of page 5
  115. :
  116.