Re: DOCUMENT ORDER; DOCUMENT PRINTING

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Jay Freedman (jay.freedman_at_verizon.net)
Date: 02/23/05


Date: Wed, 23 Feb 2005 17:03:35 -0500

RSQUAREDPGH wrote:
> My Word 2003 Open box lists the documents in reverse alphabetic order
> - Z to A.
> How do I get it to list A to Z?
> In a possibly related problem, Word documents print back to front,
> even though front to back is chosen in Word - Print Properties and
> Control Panel - Printers.
> How do I restore the ability to choose the print direction I want?

These two things aren't related except by the idea of "reversing".

For the Open dialog, right-click in the file list and click View > Details.
Then click the Name heading at the top of the box; repeatedly clicking
switches between ascending and descending sort order. When it's ascending,
you can then right-click and choose the view you want, and the order will
stay.

For the printing problem, you may have reverse printing selected in the
printer driver, which is separate from Word's setting. In the Print dialog,
click the Properties button to get to the driver's options and look for a
"reverse" or "back to front" option that you can uncheck.

-- 
Regards,
Jay Freedman
Microsoft Word MVP          FAQ: http://word.mvps.org


Relevant Pages

  • Re: What about an EXPLICIT naming scheme for built-ins?
    ... * I believe that the current naming and reversed) is not ... * Naming the current builtins sorted() and ireversedwould make ... -- sortedand reversedshould work similarly, returning lists. ... returning an iterator for the reverse list is the ...
    (comp.lang.python)
  • Re: reverse not working: CL-USER> (rvrs (1 2 3)) (((NIL . 3) . 2) . 1)
    ... So my reverse gets the spirit right but doesnt deliver exactly what I ... All lists have them, but they are almost always not shown to ... What the dot tells you, when you see it appear, is that none of the ... The really inelegant part is the call to APPEND. ...
    (comp.lang.lisp)
  • Re: Merging sorted lists/iterators/generators into one stream of values...
    ... > trick with reverse to reduce memory copying, ... > Wonder if bisect can deal with reverse-sorted elements. ... and if it can't deal with reverse-sorted lists it would ... You'll also need to check for StopIteration ...
    (comp.lang.python)
  • Re: Mergesort algorithm for linked lists
    ... and mostly wrong for stable mergesorting of arrays. ... Mergesorting a reverse ordered list requires the minimum ... merging two lists, you will stop performing comparisons as soon ...
    (comp.programming)
  • Re: Newbi Q: Recursively reverse lists but NOT strings?
    ... Python strings are not lists! ... different functions: one to reverse a list and one to reverse a string: ... I couldn't find in the Python docs what this form of slicing means: ... It works for creating a reversed copy of either a string or a list, ...
    (comp.lang.python)