home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / apps / 5649 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.5 KB  |  45 lines

  1. Newsgroups: comp.os.msdos.apps
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!batcomputer!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!news.unige.ch!ugsc2a!fisher
  3. From: fisher@sc2a.unige.ch
  4. Subject: Re: WordPerfect Problems
  5. Message-ID: <1992Nov23.110805.1@sc2a.unige.ch>
  6. Lines: 33
  7. Sender: usenet@news.unige.ch
  8. Organization: University of Geneva, Switzerland
  9. References: <1dojpuINNlag@manuel.anu.edu.au>
  10. Date: Mon, 23 Nov 1992 09:08:05 GMT
  11.  
  12. In article <1dojpuINNlag@manuel.anu.edu.au>, cxd653@huxley.anu.edu.au (Chunping Ding) writes:
  13. > I am learning WordPerfect. Could someone please help me answering the
  14. > following questions?
  15.  
  16. Try [F3], of course :)
  17.  
  18. > 1. In the merge function, which keyboard character is used to
  19. > eliminate a blank line from being printed where the field is empty?
  20.  
  21. The code {FIELD}3?~ will erase to end of line if field 3 is empty.
  22. For more complicated stuff, use:
  23.  
  24. {IF NOT BLANK}3~This is field 3: {FIELD}3~
  25. {END IF}
  26.  
  27. > 2. In a header/footer instruction, which is the command for automatic
  28. > page numbering?
  29.  
  30. Ctrl-B, or Shift-[F8], 2, 6, 3 (i.e. "insert page number").  This works
  31. also in plain text (not only in headers/footers) ...
  32.  
  33. > 3. What keystrokes can be used to prevent text becoming seperated as a
  34. > result of wordwrap?
  35.  
  36. [Home], [Space] for non-breaking space
  37. [Home], [-] for "hard" hyphen
  38. [F1] when prompted for hyphenation for the "protect hyphenation" code
  39.  
  40. > Thank you very much in advance.
  41.  
  42. Good luck,
  43.  
  44. Markus Fischer    Dpt of Anthropology, Geneva CH    fisher@sc2a.unige.ch
  45.