WD: Computer Hangs When Updating IF Field with Backslash |
Q122502
When you update an IF field that contains a backslash in front of another field, you will receive a general protection (GP) fault (in Windows) or the following error message (on the Macintosh):
For example, if you update the {AUTHOR} portion of the field in the following example you will receive the error message:The application 'unknown' has unexpectedly quit, because an error of type 1 occurred.
{ IF {PAGE} > 1 "{DATE}\{AUTHOR}" "{TITLE}" }
Use two backslashes (\\) in a field when you want one to appear on the screen. Using the previous example, add a second backslash preceding the {AUTHOR} field. The field should look like:
{ IF {PAGE} > 1 "{DATE}\\{AUTHOR}" "{TITLE}" }
A single backslash is used in field formatting switches. Two backslashes
are used to indicate literal printing of a character.
Microsoft has confirmed this to be a problem in the versions of Word listed above. This problem was corrected in Word version 7.0 for Windows 95 and Word 98 Macintosh Edition.
Additional query words: macword winword slash gpf gp crash hang freeze frozen word6
Keywords : kbfield
Issue type : kbhowto
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |