SEQ Field Shows 0 (Zero) in Header But Prints Correct Number

Last reviewed: February 5, 1998
Article ID: Q110706
The information in this article applies to:
  • Microsoft Word for Windows, version 6.0

SYMPTOM

A SEQ (sequence) field in the header shows the number 0 (zero) or 1, but is printed with the correct number. Print preview and page layout views both show 0, and don't show the number as it is printed.

CAUSE

The SEQ field in the body of the document is not at the very beginning of the file (or section). This field must be the first item in a section.

NOTE: This behavior is a change from the behavior of Word version 2.x. It is similar to behavior in Word version 1.x.

WORKAROUND

Move the SEQ field to the beginning of the document (or section). If you don't want the sequence number to appear, use the \h switch to hide the result

   {SEQ SequenceName \h}

and then use this field where you do want the number to appear:

   {SEQ SequenceName \c}

For example, a file that currently looks like this,

              -------------------------------------------------
   header:   |    Chapter 0                     Page 1         |
             |    ------------------------------------         |
   body:     |                   Chapter 1                     |
             |                                                 |
             |                                                 |

and has the following fields,

              -------------------------------------------------
   header:   |    Chapter {seq chapter \c}      Page 1         |
             |    ------------------------------------         |
   body:     |                   Chapter {seq chapter}         |
             |                                                 |
             |                                                 |

needs to be changed to the following:

              -------------------------------------------------
   header:   |    Chapter {seq chapter \c}      Page 1         |
             |    ------------------------------------         |
   body:     |{seq chapter \h}   Chapter {seq chapter \c}      |
             |                                                 |
             |                                                 |

STATUS

Microsoft has confirmed this to be a problem in Word for Windows. This problem was corrected in version 6.0a and later of Word for Windows.

MORE INFORMATION

Selecting the Update Fields box on the Print tab (from the Tools menu, choose Options, and select the Print tab), does not affect the appearance of the information on the screen.

To obtain Word 6.0c, call the Microsoft Order Desk at (800) 360-7561 and request the Word 6.0c update. If you are outside the United States, contact your local subsidiary. To locate your subsidiary, see the Microsoft World Wide Offices Web site at:

   http://www.microsoft.com/worldwide/default.htm


KBCategory: kbusage
KBSubcategory: kbfield

Additional query words: 6.0 fixlistw6.0a wrong incorrect word6
winword custsales
Keywords : kbfield
Version : 6.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 5, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.