home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osotepm.txt < prev    next >
Text File  |  1997-03-18  |  5KB  |  124 lines

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