home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX1 / OSOTEPM.FAX < prev    next >
Encoding:
Text File  |  1994-12-20  |  4.5 KB  |  118 lines

  1. OSOTEPM - ENHANCED PRESENTATION MANAGER (EPM)
  2. 11/02/94
  3.  
  4. ================================================================
  5.         ENHANCED PRESENTATION MANAGER  (EPM)
  6. ================================================================
  7.  
  8.  
  9. EPM an editor a for creating and modifying files in ASCII.  It is
  10. in the productivity folder on the desktop.  EPM is capable of
  11. simple text editing, or it can be used as a programmer's editor.
  12. You can configure the editor by way of the Options menu, use
  13. macros, or use the REXX language that's included with OS/2 2.1.
  14.  
  15. There are two types of editors:
  16.  
  17. Line Editor  -  uses a file as a sequence of lines that are
  18.                 separated by an end-of-line (EOF) character.
  19.  
  20. Stream Editor - uses the file as a long stream of characters.
  21.  
  22. EPM is a line editor, but can be configured in a stream mode.
  23. The System Editor is a stream editor and can handle long lines
  24. of text.
  25.  
  26. This editor has its own system routines for functions such as
  27. conversion of data types, exchange of data areas, and interfacing
  28. to system functions such as commitment control or accessing
  29. information from I/O feedback areas.  The EPM also, has its own
  30. debugging tools to allow working with multiple entry point
  31. languages.  Most AS/400 languages (RPG,COBOL,PL/1,BASIC,CLP) have
  32. a single entry.
  33.  
  34.  
  35.  
  36.  
  37. COMMON QUESTIONS/PROBLEMS
  38. ----------------------------------------------------------------
  39.  
  40. Q. Why shouldn't I use EPM to edit my CONFIG.SYS file?
  41.  
  42. A. EPM has a limit of 254 characters per line.  It is common for
  43. certain lines in CONFIG.SYS to exceed this limit.  Using EPM
  44. could make the file unusable.  It is recommended that you use the
  45. System Editor when editing CONFIG.SYS.
  46.  
  47. Q. Why can't I get CTRL/H to bring up context sensitive help in
  48. EPM (for 'C' functions and APIs).
  49.  
  50. A. The HELPNDX and DPATH statements in CONFIG.SYS must be set
  51. correctly.  For C Set++ the HELPNDX= line in CONFIG.SYS should
  52. be:
  53.      HELPNDX=EPMKWHLP.NDX+DDE4LRM.NDX+DDE4CLIB.NDX+DDE4SCL.NDX
  54.     +DDE4CCL.NDX+DDE4UIL.NDX      (all on one line)
  55.  
  56. NOTE: There must NOT be a semicolon at the end of the line
  57.  
  58.       All of the files must be able to be found via the DPATH.
  59.       X:\TOOLKT21\BOOK must be in the DPATH.
  60.  
  61. Q. Why can't I get different fonts/styles to print?  They display
  62. correctly but are printed as plain text.
  63.  
  64. A. When you print from EPM select Formatted print in the Print
  65. document dialog box.  Also make sure you
  66. have selected WYSIWYG.  If not, in the Print document
  67. box select Options, select WYSIWYG in the Print
  68. options dialog, close the Print options dialog, then select
  69. the Print button.
  70.  
  71. Q. EPM keeps a list of my previously opened files and lists them
  72. in the File open dialog box.  How can I delete files from this
  73. list?
  74.  
  75. A. There is no way to selectively remove files from the list.
  76. The entire list can be removed by renaming or deleting EPM.INI
  77. from your \OS2 subdirectory.  The drawback to this is that your
  78. options will be reset to the defaults.
  79.  
  80. Note:  You may need to do ATTRIB to remove SYSTEM and READONLY
  81. attributes before deleting EPM.INI.
  82.  
  83. Q. EPM quit working after I put TCP/IP on my machine. Why?
  84.  
  85. A. TCPIP ships with its own version of EPM.  Having two versions
  86. on one machine can create conflicts.  To resolve the problem:
  87. Rename or delete the files ETK*, *.EX (.ex NOT .exe), and EPM.EXE
  88. from the TCPIP directory. Make sure you do NOT remove
  89. the ones under the OS2 subdirectory.
  90.  
  91. Q. When I print formatted/WYSIWYG" nothing prints.  Printing
  92.    ASCII prints fine.
  93.  
  94. A. Check your CONFIG.SYS for RUN...\EPW.EXE and
  95. RUN...\EPWROUT.EXE.  If they are present, REM them out.  You can
  96. start EPW detached from STARTUP.CMD without having this problem.
  97. Simply copy the two statements to your STARTUP.CMD, then change
  98. the RUN= to DETACH.  For example:  DETACH C:\OS2\EPW.EXE
  99.  
  100. If these statements are in CONFIG.SYS you may experience other
  101. problems such as:
  102.       - Can't print from HELP or VIEW,
  103.       - Can't display metafile in PicView,
  104.       - Various applications may not print.
  105.  
  106. Q. Does EPM contain an ASCII chart in its Help?
  107.  
  108. A. Yes. Select the Help/Quick reference and scroll to the bottom
  109.    of the file.
  110.  
  111.  
  112. ----------------------------------------------------------------
  113. IBM disclaims all warranties, whether express or implied,
  114. including without limitation, warranties of fitness and
  115. merchantability with respect to the information in this document.
  116. By furnishing this document, IBM grants no licenses to any
  117. related patents or copyrights.
  118.