home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / q / qt3.zip / MISCELLA.DOC < prev    next >
Text File  |  1992-02-13  |  6KB  |  181 lines

  1. H
  2. H
  3. H                             EM/dBS                              
  4. H              Equipment Maintenance dataBase System              
  5. H
  6. H
  7. H
  8. B                          MISCELLANEOUS                          
  9. B
  10. B11.1 Cursor Movement
  11. B
  12. D     Cursor movement when editing a screen input is implemented
  13. D     in the following ways (Note that "^" represents the <Ctrl>
  14. D     key, which should be held down while pressing the other key
  15. D     shown):
  16. D
  17. D     (Table removed)
  18. D
  19. B     11.1.1  Aborting program or printing operation
  20. B
  21. D     Holding the <Alt>key while typing "C" will abort the
  22. D     operation of EM/dBS. This can be useful when printing long
  23. D     reports, but should be used with caution in any application
  24. D     where data may being updated, since aborting will have
  25. D     unpredictable results. This option should not be used during
  26. D     the printing of the "End of Month Summary Report" or "Open
  27. D     New Period Work Order Schedule", since calculations are
  28. D     being made while the report is being printed. If you use
  29. D     this option, you will be prompted:
  30. D
  31. C               Continue Y/N
  32. C
  33. D     Selecting N (NO) will exit the program. It is not
  34. D     recommended that <Alt-C> be used to escape from a normally
  35. D     operating program. Users should always try to quit out of
  36. D     the program by selecting the "Q" from the main menu and "Y"
  37. D     to exit to DOS. Never shut the power off to your computer
  38. D     nor use the three key reset <Ctrl-Alt-Del> while still
  39. D     running the EM/dBS program.
  40. D
  41. C     NOTE: When you use <Alt - C> to exit EM/dBS,  check the
  42. C     \EMS\DATA1 subdirectory for any temporary files that should
  43. C     be erased. These files will have 4 or 5 numeric digits plus
  44. C     "TMP.DBF" or "TMP.NTX" (e.g., 45634TMP.DBF). Be very careful
  45. C     not to erase any other .DBF or .NTX files. Note that all
  46. C     EM/dBS users must be off the system before deleting these
  47. C     files on a network system.
  48. C
  49. H
  50. H
  51. H
  52. H
  53. H
  54. H
  55. H
  56. H
  57. H
  58. H
  59. HVersion 3.50                        11-1                     4/91
  60. P11-1
  61. H
  62. H
  63. H                             EM/dBS                              
  64. H              Equipment Maintenance dataBase System              
  65. H
  66. H
  67. H
  68. B11.2 Using dBASE or Other Custom Report Generators
  69. B
  70. D     The EM/dBS Equipment Maintenance System uses .DBF files
  71. D     which are compatible with Ashton-Tate's dBASE. Programmers
  72. D     should note, however, that Clipper index files (.NTX) are
  73. D     not dBASE compatible and will need to be regenerated for
  74. D     your dBASE application (.NDX).
  75. D
  76. D     You may use dBASE or other commercially available programs
  77. D     that read .DBF files to create custom reports or graphics to
  78. D     display your database information in different manners.
  79. D
  80. C     NOTE: You should never change any of the data in the EM/dBS
  81. C     databases using an external program not provided by Specific
  82. C     Designs for use with EM/dBS.
  83. C
  84. D     Much of the data is linked to other data throughout the
  85. D     system. If you change the data, inconsistencies may appear,
  86. D     and problems with the index files are likely to appear.
  87. D
  88. D     If you elect to use dBASE or other programs to generate
  89. D     custom reports, you should copy the database files you want
  90. D     to use into a separate subdirectory. In this way, you cannot
  91. D     damage the database files used by the EM/dBS equipment
  92. D     maintenance system.
  93. D
  94. B11.3 Printing Custom Work Order Reports using EM/dBS
  95. B
  96. D     There are nine report forms supplied with the EM/dBS system
  97. D     to generate work order reports. Three are used for pending
  98. D     work orders (Wopen.frm, Wopenej.frm, and Wopensum.frm),
  99. D     three for completed work orders (Wcl.frm, Wclej.frm, and
  100. D     Wclsum.frm), and three for both open and closed work orders
  101. D     (Woc.frm, Wocej.frm, and Wopensum.frm). In each case, the
  102. D     first report is for the no eject option (see section 6.5.2),
  103. D     the second report presents the same information for the
  104. D     eject option (see section 6.5.3), and the last presents the
  105. D     information as a summary report. If you do not need
  106. D     information presented in all of these three ways, you can
  107. D     create your own report using dBASE and substitute it for one
  108. D     of the forms supplied with EM/dBS. (Note that Wopensum.frm
  109. D     is used in two places.)
  110. D
  111. D     For example, if you never use the page eject option when
  112. D     printing pending work orders, but  you really need a pending
  113. D     work order report in a different format, you could create
  114. D     your own report, name it "Wopenej.frm", copy it to the
  115. D     program directory (normally EMS), and your report will be
  116. H
  117. H
  118. H
  119. HVersion 3.50                        11-2                     4/91
  120. P11-2
  121. H
  122. H
  123. H                             EM/dBS                              
  124. H              Equipment Maintenance dataBase System              
  125. H
  126. H
  127. H
  128. D     used whenever you print pending work orders and specify the
  129. D     "eject page" option. This would let you use the built in
  130. D     sorting and selection options already available in EM/dBS,
  131. D     but have the report print in your own format.
  132. D
  133. D     Please note that if you want the report to break like the
  134. D     reports provided with EM/dBS you must specify "GrpFunc()" as
  135. D     the grouping condition. It may be useful to look at how the
  136. D     reports provided with EM/dBS are set up before attempting to
  137. D     create your own report. Pay careful attention the form width
  138. D     and length, since you cannot change these for proper
  139. D     operation.
  140. D
  141. B11.4 Future Enhancements
  142. B
  143. D     The EM/dBS Equipment Maintenance System is continually
  144. D     undergoing improvement and enhancement. Approximately one to
  145. D     two times a year, new versions of the program are
  146. D     distributed to customers who have requested customer
  147. D     support. If there are features that you desire, please let
  148. D     the Specific Designs representative know. Specific Designs
  149. D     is committed to providing the very best in Equipment
  150. D     Maintenance Software for microcomputer usage in your
  151. D     application.
  152. D
  153. H
  154. H
  155. H
  156. H
  157. H
  158. H
  159. H
  160. H
  161. H
  162. H
  163. H
  164. H
  165. H
  166. H
  167. H
  168. H
  169. H
  170. H
  171. H
  172. H
  173. H
  174. H
  175. H
  176. H
  177. H
  178. H
  179. HVersion 3.50                        11-3                     4/91
  180. P11-3
  181.