home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1608 < prev    next >
Encoding:
Text File  |  1992-08-31  |  987 b   |  25 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!wupost!usc!elroy.jpl.nasa.gov!ames!pacbell.com!well!johnrp
  3. From: johnrp@well.sf.ca.us (John Panzer)
  4. Subject: Re: grumble, grumble, damn help files...
  5. Message-ID: <BtvsCq.Isv@well.sf.ca.us>
  6. Sender: news@well.sf.ca.us
  7. Organization: Whole Earth 'Lectronic Link
  8. References: <1992Aug28.134308.14772@twisto.eng.hou.compaq.com>
  9. Date: Tue, 1 Sep 1992 03:58:02 GMT
  10. Lines: 13
  11.  
  12.  
  13. The problem is that the text {bml printer.bmp} is an RTF bitmap inclusion
  14. command (which is why you want it in there) - but Word assumes you really
  15. want the literal text "{bml printer.bmp}", and therefore escapes the whole
  16. thing when saving as RTF.
  17.  
  18. You should get the result you want by inserting a bitmap using the Word menu
  19. commands and clicking on the "Link to file" checkbox when it asks you which
  20. bitmap to insert.  When the resulting Word file is saved in RTF format,
  21. you'll get the correct RTF include command.
  22.  
  23. John Panzer
  24. johnrp@well.sf.ca.us
  25.