home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / apps / 6923 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.7 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!cf-cm!news
  2. From: scmmlo@thor.cf.ac.uk (M L Otway 92)
  3. Newsgroups: comp.os.ms-windows.apps
  4. Subject: Re: WFW Print odd and even pages separately?
  5. Keywords: WinWord Odd Even Printing
  6. Message-ID: <25962.9301121642@thor.cf.ac.uk>
  7. Date: 12 Jan 93 16:42:13 GMT
  8. References: <1993Jan7.210159.7255@arbi.Informatik.Uni-Oldenburg.DE> <1ikgvkINN1sm@mizar.usc.edu>
  9. Sender: scmmlo@thor.cf.ac.uk (Mark Otway)
  10. Organization: University of Wales College at Cardiff
  11. Lines: 31
  12. X-Mailer: Cardiff Computing Maths PP Mail Open News Gateway
  13.  
  14.  
  15. I found that the best way to print odd and even pages (i.e., double
  16. sided) on an Deskjet 500 in W4W is to use a macro along these lines:
  17.  
  18. for i = start to end step 2
  19.   print page i
  20. DialogBox "Put paper back in..."
  21. for i = start + 1 to end step 2
  22.   print page i
  23.  
  24. Obviously, this requires putting the paper back into the paper tray
  25. in reverse order, and some may think of this as slightly crude, but
  26. it works for me. And it crashes a lot less often than my previous
  27. solution, the duplex macro in the sharware package "Windows Office
  28. Power Pack".
  29. Please note (for the more pedantic among you) that the above code is
  30. *not* WordBasic, but is merely pseudocode (I am a student, and we 
  31. have a tendancy to use pseudocode....!).
  32.  
  33. What I'd like to know is why there isn't an option in the Print
  34. dialog box of WFW (especially v2.0) with a check button for odd/
  35. even pages. It's about the only feature which those nice chaps at
  36. MS really should have foreseen a demand for.
  37.  
  38. MLO
  39.  
  40. -------------------------------------------------------------
  41. scmmlo@uk.ac.cf.thor 
  42. -------------------------------------------------------------
  43. Did you know that there is no anagram for 'banana'?
  44.  
  45.