-
WSpieter
AskWoody LoungerSeptember 15, 2003 at 9:22 am in reply to: Word hangs changing Printer Properties(2000 SR-1a) #714787hi Ed,
have you checked your parallel port settings in the bios. i remember years ago (must be at least 8 already) that i had issues with an hp printer/windows 98 in combination with port/bios settings. does the bios setting on your computer correspond with /is capable of the same setting as your printer? i faintly remember that the ecp/epp print method was a (buggy) standard jointly developed by ms and hp at the time, and – next to this problem – the printing quality deteriorated markedly when i switched from windows 3.1 to windows 95 and then to 98.
-
WSpieter
AskWoody Loungeri’ll include an empty document that only contains the field with the described behavior, Stuart or anyone with word 2002 could you test it?
-
WSpieter
AskWoody Loungeri’ll include an empty document that only contains the field with the described behavior, Stuart or anyone with word 2002 could you test it?
-
WSpieter
AskWoody Loungerhi Phil,
thanks so much for having a look.
i’ll guess i have to live with it. it is not too big a problem since it will only occur when a document is reduced from 2 pages to 1 page, either through reformatting or after correcting an error. this will only rarely happen.
i’ve checked and rechecked, printing does not refresh the field, printpreview does.
i’ve also verified again that the field patch has not been installed and therefore there is no FieldCalcSecurityLevel registry key. -
WSpieter
AskWoody Loungerhi Phil,
thanks so much for having a look.
i’ll guess i have to live with it. it is not too big a problem since it will only occur when a document is reduced from 2 pages to 1 page, either through reformatting or after correcting an error. this will only rarely happen.
i’ve checked and rechecked, printing does not refresh the field, printpreview does.
i’ve also verified again that the field patch has not been installed and therefore there is no FieldCalcSecurityLevel registry key. -
WSpieter
AskWoody Loungerinstead i recommend working with the png format for pictures, a lossless compressed file format for pictures that is natively supported by word since version 6 at least.
-
WSpieter
AskWoody Loungerinstead i recommend working with the png format for pictures, a lossless compressed file format for pictures that is natively supported by word since version 6 at least.
-
WSpieter
AskWoody Loungerhi Stuart,
thanks for testing with word 2002 sp2.
i’ve also retested and did the following.
i created a second page and the fields update automatically without any intervention to display 1/2 on the first, and 2/2 on the second.
i created a third page and fields update automatically without any intervention to display 1/3, 2/3 and 3/3.
now for something intresting : if i delete the third page, the fields update automatically without intervention to display 1/2 and 2/2. this is what i understand is normal and standard behavior of word.
if i now delete the second page, the field will not update and keeps displaying 1/2, although there no longer is a second page. if i then print, the result 1/2 will be printed. i have to go into printpreview, or go into the footer to update the field, only then the field result will be adjusted to display an empty result. this is _an error_, either the document became corrupted somehow, or this version of word reintroduced the long standing numpages update bug that has only been solved since word 97 sr3. -
WSpieter
AskWoody Loungerhi Stuart,
thanks for testing with word 2002 sp2.
i’ve also retested and did the following.
i created a second page and the fields update automatically without any intervention to display 1/2 on the first, and 2/2 on the second.
i created a third page and fields update automatically without any intervention to display 1/3, 2/3 and 3/3.
now for something intresting : if i delete the third page, the fields update automatically without intervention to display 1/2 and 2/2. this is what i understand is normal and standard behavior of word.
if i now delete the second page, the field will not update and keeps displaying 1/2, although there no longer is a second page. if i then print, the result 1/2 will be printed. i have to go into printpreview, or go into the footer to update the field, only then the field result will be adjusted to display an empty result. this is _an error_, either the document became corrupted somehow, or this version of word reintroduced the long standing numpages update bug that has only been solved since word 97 sr3. -
WSpieter
AskWoody Loungerthanks macropod and Phil,
macropod you’re right, as this field will only be displayed on the first page, i can reduce it to 1/{ numpages }
i’m actually glad this glitch cannot be reproduced on other versions of word, so it seems only 2k2sp2 could be affected in theory (for completeness, it is a dutch version build 10.0.4219), lest the document has corrupted. in that case i’ve got some work to do, because it served as a base template with which i created around 120 other templates which exhibit the same problem.
Phil, sending you the document offline. -
WSpieter
AskWoody Loungerthanks macropod and Phil,
macropod you’re right, as this field will only be displayed on the first page, i can reduce it to 1/{ numpages }
i’m actually glad this glitch cannot be reproduced on other versions of word, so it seems only 2k2sp2 could be affected in theory (for completeness, it is a dutch version build 10.0.4219), lest the document has corrupted. in that case i’ve got some work to do, because it served as a base template with which i created around 120 other templates which exhibit the same problem.
Phil, sending you the document offline. -
WSpieter
AskWoody Loungerthanks Phil & Jefferson,
my explanation of the field logic was not complete & i should’ve used Jefferson’s utilty to paste the field code correctly to the lounge without syntax errors – so here goes:
{IF { PAGE } = 1 “{ IF { NUMPAGES } > 1 “{ PAGE }/{ NUMPAGES }.” “”}“}the field in itself works correctly, it only prints pages/numpages in the footer of the first page only, if there is more than 1 page. on subsequent pages, the page/numpages result is displayed in the header instead with another field, which does update correctly – but it only checks the page field and not the numpages field.
if i run without add-ins, i still experience the same problem – the field will not update if the second page gets deleted
the patch for the includetext field exploit has not been installed, it is a plain sp2.so it looks like microsoft’s claim that the numpages field updating issue has definitively been resolved since word 97 “sr3” (the y2k update), is false.
if you want to have a look at an example document i can send it offline. -
WSpieter
AskWoody Loungerthanks Phil & Jefferson,
my explanation of the field logic was not complete & i should’ve used Jefferson’s utilty to paste the field code correctly to the lounge without syntax errors – so here goes:
{IF { PAGE } = 1 “{ IF { NUMPAGES } > 1 “{ PAGE }/{ NUMPAGES }.” “”}“}the field in itself works correctly, it only prints pages/numpages in the footer of the first page only, if there is more than 1 page. on subsequent pages, the page/numpages result is displayed in the header instead with another field, which does update correctly – but it only checks the page field and not the numpages field.
if i run without add-ins, i still experience the same problem – the field will not update if the second page gets deleted
the patch for the includetext field exploit has not been installed, it is a plain sp2.so it looks like microsoft’s claim that the numpages field updating issue has definitively been resolved since word 97 “sr3” (the y2k update), is false.
if you want to have a look at an example document i can send it offline. -
WSpieter
AskWoody Loungerhi Beej,
you can press Alt+F9 to show the field codes & delete the h switch (and the /z switch too of it’s there)
and here’s a macro solution i wrote some time ago.Sub DeleteHyperLinksFromTOC_TOF() Dim TOC As TableOfContents With ActiveDocument For Each TOC In .TablesOfContents With TOC.Range Do Until .Hyperlinks.Count = 0 .Hyperlinks(1).Delete Loop With .Font .Underline = wdUnderlineNone .Color = wdColorBlack End With End With Next end with End Sub
-
WSpieter
AskWoody Loungerhi Beej,
you can press Alt+F9 to show the field codes & delete the h switch (and the /z switch too of it’s there)
and here’s a macro solution i wrote some time ago.Sub DeleteHyperLinksFromTOC_TOF() Dim TOC As TableOfContents With ActiveDocument For Each TOC In .TablesOfContents With TOC.Range Do Until .Hyperlinks.Count = 0 .Hyperlinks(1).Delete Loop With .Font .Underline = wdUnderlineNone .Color = wdColorBlack End With End With Next end with End Sub
![]() |
Patch reliability is unclear, but widespread attacks make patching prudent. Go ahead and patch, but watch out for potential problems. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
inetpub : Microsoft’s patch for CVE-2025–21204 introduces vulnerability
by
Alex5723
6 hours, 9 minutes ago -
Windows 10 finally gets fix
by
Susan Bradley
15 hours, 2 minutes ago -
AMD Ryzen™ Chipset Driver Release Notes 7.04.09.545
by
Alex5723
16 hours, 22 minutes ago -
Win 7 MS Essentials suddenly not showing number of items scanned.
by
Oldtimer
10 hours, 55 minutes ago -
France : A law requiring messaging apps to implement a backdoor ..
by
Alex5723
1 day, 5 hours ago -
Dev runs Windows 11 ARM on an iPad Air M2
by
Alex5723
1 day, 6 hours ago -
MS-DEFCON 3: Cleanup time
by
Susan Bradley
1 hour, 15 minutes ago -
KB5056686 (.NET v8.0.15) Delivered Twice in April 2025
by
lmacri
1 day, 1 hour ago -
How to enable Extended Security Maintenance on Ubuntu 20.04 LTS before it dies
by
Alex5723
1 day, 17 hours ago -
Windows 11 Insider Preview build 26200.5562 released to DEV
by
joep517
1 day, 21 hours ago -
Windows 11 Insider Preview build 26120.3872 (24H2) released to BETA
by
joep517
1 day, 21 hours ago -
Unable to eject external hard drives
by
Robertos42
7 hours, 59 minutes ago -
Saying goodbye to not-so-great technology
by
Susan Bradley
1 hour, 52 minutes ago -
Tech I don’t miss, and some I do
by
Will Fastie
1 hour, 33 minutes ago -
Synology limits hard drives
by
Susan Bradley
3 days, 1 hour ago -
Links from Microsoft 365 and from WhatsApp not working
by
rog7
2 days, 4 hours ago -
WhatsApp Security Advisories CVE-2025-30401
by
Alex5723
3 days, 7 hours ago -
Upgrade Sequence
by
doneager
3 days, 1 hour ago -
Chrome extensions with 6 million installs have hidden tracking code
by
Nibbled To Death By Ducks
1 day, 6 hours ago -
Uninstall “New Outlook” before installing 2024 Home & Business?
by
Tex265
1 day, 23 hours ago -
The incredible shrinking desktop icons
by
Thumper
4 days, 4 hours ago -
Windows 11 Insider Preview Build 22635.5240 (23H2) released to BETA
by
joep517
4 days, 6 hours ago -
Connecting hard drive on USB 3.2 freezes File Explorer & Disk Management
by
WSJMGatehouse
1 day, 5 hours ago -
Shellbag Analyser & Cleaner Update
by
Microfix
22 hours, 56 minutes ago -
CISA warns of increased breach risks following Oracle Cloud leak
by
Nibbled To Death By Ducks
4 days, 15 hours ago -
Outlook 2024 two sent from email addresses
by
Kathy Stevens
1 hour, 22 minutes ago -
Speeding up 11’s search
by
Susan Bradley
2 days, 3 hours ago -
HP Pavilion Will Not Wake Up After Being Idle for Longer Period
by
WSwalterwood44
2 days, 15 hours ago -
Make a Windows 11 Local Account Passwordless
by
Drcard:))
5 days, 5 hours ago -
Ubuntu 25.04 (Plucky Puffin)
by
Alex5723
5 days, 13 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.