Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Long Documents / July 2003

Tip: Looking for answers? Try searching our database.

references showing up like: PAGEREF More_Info \h}

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Wolfgang - 17 Jul 2003 18:41 GMT
I have been using a document with embedded references, such as

(See page 97 for more information.)

Suddenly, those and other referenced show up as

(See {PAGEREF More_Info \h} for more information.)

Does anybody out there have an idea on what's going on and how I can
fix the problem.

Thanks,

Wolfgang,
Santab
Jay Freedman - 17 Jul 2003 19:08 GMT
Hi, Wolfgang,

Those are the field codes. You can press Alt+F9 to toggle between field
codes and field results. Alternatively, go to Tools > Options > View and
check or uncheck the box for "Field codes".

You can toggle any one field at a time by selecting it and pressing
Shift+F9, or right-clicking it and selecting "Toggle Field Code". The Alt+F9
shortcut affects all fields at once.

Signature

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

> I have been using a document with embedded references, such as
>
[quoted text clipped - 11 lines]
> Wolfgang,
> Santab
Wolfgang - 17 Jul 2003 20:29 GMT
Thanks, Jay'.  Your suggestion works fine for page references, but
some other references still remain cryptic, for example

{XE "toString()"}{XE "String:toString()"}

Even after switching the entire document with Tools > Options > View
and unchecking box for "Field codes", threre remain some cryptic
references like the one above.

What can I do about those?

Wolfgang

>Hi, Wolfgang,
>
[quoted text clipped - 21 lines]
>> Wolfgang,
>> Santab
Suzanne S. Barnhill - 17 Jul 2003 21:52 GMT
Although those are field codes (they're index entry fields), they don't
respond to Alt+F9. But they are formatted as Hidden text, so toggling the
display of nonprinting characters (Ctrl+*) should disappear them.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word

> Thanks, Jay'.  Your suggestion works fine for page references, but
> some other references still remain cryptic, for example
[quoted text clipped - 39 lines]
> >> Wolfgang,
> >> Santab
Jay Freedman - 17 Jul 2003 22:06 GMT
Hi, Wolfgang,

The XE fields are different -- they're formatted with the Hidden font
attribute, so you switch them off by clicking the ? button on the toolbar.
(Before you turn them off, look carefully and you should be able to see the
dotted underline that indicates Hidden text.)

Signature

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

> Thanks, Jay'.  Your suggestion works fine for page references, but
> some other references still remain cryptic, for example
[quoted text clipped - 39 lines]
>>> Wolfgang,
>>> Santab
Wolfgang - 18 Jul 2003 00:16 GMT
I do see the faint dotted underline.  
Both  Ctrl+*  (Susan) and clicking the ? button (Jay) only switch the
hidden font attributes ON, so now I see  ? signs after every
paragraph, and dots (.)  for every space in addition to the funny
{XE "toString()"}{XE "String:toString()"}

Wolfgang

>Hi, Wolfgang,
>
[quoted text clipped - 46 lines]
>>>> Wolfgang,
>>>> Santab
Suzanne S. Barnhill - 18 Jul 2003 00:28 GMT
In that case, "Hidden text" is checked on the View tab of Tools | Options,
and you must clear the check box. The ¶ button just toggles between display
of *all* nonprinting characters and any specific ones you have checked on
the View tab.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word

> I do see the faint dotted underline.
> Both  Ctrl+*  (Susan) and clicking the ¶ button (Jay) only switch the
[quoted text clipped - 8 lines]
> >The XE fields are different -- they're formatted with the Hidden font
> >attribute, so you switch them off by clicking the ¶ button on the
toolbar.
> >(Before you turn them off, look carefully and you should be able to see the
> >dotted underline that indicates Hidden text.)
[quoted text clipped - 47 lines]
> >>>> Wolfgang,
> >>>> Santab
Doug Robbins - Word MVP - 18 Jul 2003 10:39 GMT
Hi Wolfgang,

If there is other hidden text in the document that you want to be able to
see, without the XE fields altering the layout of the document, use the
following macro:

' Macro created 21 March 1999 by Doug Robbins to hide XE fields
'
Dim axe As Field
For Each axe In ActiveDocument.Fields
   axe.Select
   If Mid(Selection.Text, 3, 2) = "XE" Then
       RangeStart =
Selection.Information(wdHorizontalPositionRelativeToPage)
       Selection.Collapse Direction:=wdCollapseEnd
       RangeEnd = Selection.Information(wdHorizontalPositionRelativeToPage)
       RangeLength = RangeEnd - RangeStart
       axe.Select
       Selection.Font.ColorIndex = wdWhite
       Selection.Collapse Direction:=wdCollapseEnd
       Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty,
Text:= _
       "ADVANCE \l " & RangeLength & """, PreserveFormatting:=False"
   End If
   Next axe

Signature

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested.  Unsolicited questions forwarded
directly to me will only be answered on a consulting basis.

Hope this helps
Doug Robbins - Word MVP

> I do see the faint dotted underline.
> Both  Ctrl+*  (Susan) and clicking the ? button (Jay) only switch the
[quoted text clipped - 54 lines]
> >>>> Wolfgang,
> >>>> Santab
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.