#1   Report Post  
Posted to microsoft.public.word.pagelayout
Jill Jill is offline
external usenet poster
 
Posts: 36
Default Description Boxes

In Word 2003, is it possible to add description boxes - whereas you put your
cursor over the title of something in a document and a description or
definition pops up? (Similar to the way you can add "comments" in Excel.)

--
Jill
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Henk57[_227_] Henk57[_227_] is offline
external usenet poster
 
Posts: 1
Default Description Boxes


Jill;2900937 Wrote:
In Word 2003, is it possible to add description boxes - whereas you put
your
cursor over the title of something in a document and a description or
definition pops up? (Similar to the way you can add "comments" in
Excel.)

--
Jill


Yes, you can create "screen tips" (small text blobs) in combination
with hyperlinks (Ctrl+K) but depending on what you want to achieve I
believe hyperlinking to a help page or some text box might be a better
option.




--
Henk57
  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Description Boxes

On Tue, 5 Aug 2008 13:49:03 -0700, Jill wrote:

In Word 2003, is it possible to add description boxes - whereas you put your
cursor over the title of something in a document and a description or
definition pops up? (Similar to the way you can add "comments" in Excel.)


Insert a field with a field code like this:

{ AutoTextList "display text" \s NoStyle \t "Put the definition here" }

The display text is what appears in the document body (the quote marks are
necessary in the field code, but won't appear in the document body).

The switch \s NoStyle makes the field do nothing (normally it would display a
dropdown with a list of AutoText entries).

The \t switch defines the text that appears when you hover the mouse over the
field. It can display up to 255 characters.

It works in Word 2003 and 2007. It works if the field is in a header/footer, and
it still works in the protected text of a protected form (but not in the
header/footer of a protected form).

The field can be built from scratch (press Ctrl+F9 to insert the field markers)
or it can be created from the Insert Field (or Insert Quick Parts Field in
Word 2007) dialog. If you use the dialog, the display text goes in the New Value
box; the NoStyle switch goes in the Context box; and the help text goes in the
Tooltip box (I wish that was bigger! You can type out the text elsewhere, copy
it, and paste it into the box with Ctrl+V).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
  #4   Report Post  
Posted to microsoft.public.word.pagelayout
Shaun Shaun is offline
external usenet poster
 
Posts: 11
Default Description Boxes

Jay,
Thank you for the tip, I can use this but hope you may be able to better
satisfy my need. I would like to have a Box (text/description box) that
displays instructions/tips either next to, above or below a specific area in
the document, but does not print. Eg. They read a title and below the title
is a description of what the user might place under it. This gives them
directions/suggestions that they can see on screen, but when printed it is
not visible, the document closing up to where the comment was????

Thanks heaps,
--
Shaun


"Jay Freedman" wrote:

On Tue, 5 Aug 2008 13:49:03 -0700, Jill wrote:

In Word 2003, is it possible to add description boxes - whereas you put your
cursor over the title of something in a document and a description or
definition pops up? (Similar to the way you can add "comments" in Excel.)


Insert a field with a field code like this:

{ AutoTextList "display text" \s NoStyle \t "Put the definition here" }

The display text is what appears in the document body (the quote marks are
necessary in the field code, but won't appear in the document body).

The switch \s NoStyle makes the field do nothing (normally it would display a
dropdown with a list of AutoText entries).

The \t switch defines the text that appears when you hover the mouse over the
field. It can display up to 255 characters.

It works in Word 2003 and 2007. It works if the field is in a header/footer, and
it still works in the protected text of a protected form (but not in the
header/footer of a protected form).

The field can be built from scratch (press Ctrl+F9 to insert the field markers)
or it can be created from the Insert Field (or Insert Quick Parts Field in
Word 2007) dialog. If you use the dialog, the display text goes in the New Value
box; the NoStyle switch goes in the Context box; and the help text goes in the
Tooltip box (I wish that was bigger! You can type out the text elsewhere, copy
it, and paste it into the box with Ctrl+V).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.

  #5   Report Post  
Posted to microsoft.public.word.pagelayout
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Description Boxes

There is something you can do, but it takes some setup on each computer
where it would be used. You can create a macro to do it, but that won't do
anything if the person's copy of Word is set to disable macros.

The manual way to set it up is this: Go to Tools Options View and check
the option to display Hidden text. Then go to the Print tab of the same
dialog and uncheck the option to print Hidden text. That way, any text
that's formatted as Hidden will appear on screen but won't print. Then
format all the instructions (preferably by using a paragraph style) as
Hidden text.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Shaun wrote:
Jay,
Thank you for the tip, I can use this but hope you may be able to
better satisfy my need. I would like to have a Box (text/description
box) that displays instructions/tips either next to, above or below a
specific area in the document, but does not print. Eg. They read a
title and below the title is a description of what the user might
place under it. This gives them directions/suggestions that they can
see on screen, but when printed it is not visible, the document
closing up to where the comment was????

Thanks heaps,

On Tue, 5 Aug 2008 13:49:03 -0700, Jill
wrote:

In Word 2003, is it possible to add description boxes - whereas you
put your cursor over the title of something in a document and a
description or definition pops up? (Similar to the way you can add
"comments" in Excel.)


Insert a field with a field code like this:

{ AutoTextList "display text" \s NoStyle \t "Put the definition
here" }

The display text is what appears in the document body (the quote
marks are
necessary in the field code, but won't appear in the document body).

The switch \s NoStyle makes the field do nothing (normally it would
display a
dropdown with a list of AutoText entries).

The \t switch defines the text that appears when you hover the mouse
over the
field. It can display up to 255 characters.

It works in Word 2003 and 2007. It works if the field is in a
header/footer, and
it still works in the protected text of a protected form (but not in
the
header/footer of a protected form).

The field can be built from scratch (press Ctrl+F9 to insert the
field markers)
or it can be created from the Insert Field (or Insert Quick
Parts Field in
Word 2007) dialog. If you use the dialog, the display text goes in
the New Value
box; the NoStyle switch goes in the Context box; and the help text
goes in the
Tooltip box (I wish that was bigger! You can type out the text
elsewhere, copy
it, and paste it into the box with Ctrl+V).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.





  #6   Report Post  
Posted to microsoft.public.word.pagelayout
Shaun Shaun is offline
external usenet poster
 
Posts: 11
Default Description Boxes

Thanks Jay, again you have provided a very good solution, but the problem I
will encounter is as you have pointed out, that a macro may not "Just Work"
on all computers unless activated to view them. I know that one could say to
activate them, but we are talking about thousands of users, a large amount of
which are not computer savy and just want to fill out the form.

Can it be achieved in any other way??

I know I'm asking the world, but if I can do it then many will get the
benefit.

Thanks in advance.
--
Shaun


"Jay Freedman" wrote:

There is something you can do, but it takes some setup on each computer
where it would be used. You can create a macro to do it, but that won't do
anything if the person's copy of Word is set to disable macros.

The manual way to set it up is this: Go to Tools Options View and check
the option to display Hidden text. Then go to the Print tab of the same
dialog and uncheck the option to print Hidden text. That way, any text
that's formatted as Hidden will appear on screen but won't print. Then
format all the instructions (preferably by using a paragraph style) as
Hidden text.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Shaun wrote:
Jay,
Thank you for the tip, I can use this but hope you may be able to
better satisfy my need. I would like to have a Box (text/description
box) that displays instructions/tips either next to, above or below a
specific area in the document, but does not print. Eg. They read a
title and below the title is a description of what the user might
place under it. This gives them directions/suggestions that they can
see on screen, but when printed it is not visible, the document
closing up to where the comment was????

Thanks heaps,

On Tue, 5 Aug 2008 13:49:03 -0700, Jill
wrote:

In Word 2003, is it possible to add description boxes - whereas you
put your cursor over the title of something in a document and a
description or definition pops up? (Similar to the way you can add
"comments" in Excel.)

Insert a field with a field code like this:

{ AutoTextList "display text" \s NoStyle \t "Put the definition
here" }

The display text is what appears in the document body (the quote
marks are
necessary in the field code, but won't appear in the document body).

The switch \s NoStyle makes the field do nothing (normally it would
display a
dropdown with a list of AutoText entries).

The \t switch defines the text that appears when you hover the mouse
over the
field. It can display up to 255 characters.

It works in Word 2003 and 2007. It works if the field is in a
header/footer, and
it still works in the protected text of a protected form (but not in
the
header/footer of a protected form).

The field can be built from scratch (press Ctrl+F9 to insert the
field markers)
or it can be created from the Insert Field (or Insert Quick
Parts Field in
Word 2007) dialog. If you use the dialog, the display text goes in
the New Value
box; the NoStyle switch goes in the Context box; and the help text
goes in the
Tooltip box (I wish that was bigger! You can type out the text
elsewhere, copy
it, and paste it into the box with Ctrl+V).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.




  #7   Report Post  
Posted to microsoft.public.word.pagelayout
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Description Boxes

I don't know of anything else. Word doesn't provide any out-of-the-box
functionality like the one you asked for, and _the_ mechanism for providing
new functionality is macro programming. If you can't accept that, you have
no solution.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Shaun wrote:
Thanks Jay, again you have provided a very good solution, but the
problem I will encounter is as you have pointed out, that a macro may
not "Just Work" on all computers unless activated to view them. I
know that one could say to activate them, but we are talking about
thousands of users, a large amount of which are not computer savy and
just want to fill out the form.

Can it be achieved in any other way??

I know I'm asking the world, but if I can do it then many will get the
benefit.

Thanks in advance.

There is something you can do, but it takes some setup on each
computer where it would be used. You can create a macro to do it,
but that won't do anything if the person's copy of Word is set to
disable macros.

The manual way to set it up is this: Go to Tools Options View
and check the option to display Hidden text. Then go to the Print
tab of the same dialog and uncheck the option to print Hidden text.
That way, any text that's formatted as Hidden will appear on screen
but won't print. Then format all the instructions (preferably by
using a paragraph style) as Hidden text.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

Shaun wrote:
Jay,
Thank you for the tip, I can use this but hope you may be able to
better satisfy my need. I would like to have a Box (text/description
box) that displays instructions/tips either next to, above or below
a specific area in the document, but does not print. Eg. They read a
title and below the title is a description of what the user might
place under it. This gives them directions/suggestions that they can
see on screen, but when printed it is not visible, the document
closing up to where the comment was????

Thanks heaps,

On Tue, 5 Aug 2008 13:49:03 -0700, Jill
wrote:

In Word 2003, is it possible to add description boxes - whereas
you put your cursor over the title of something in a document and
a description or definition pops up? (Similar to the way you can
add "comments" in Excel.)

Insert a field with a field code like this:

{ AutoTextList "display text" \s NoStyle \t "Put the definition
here" }

The display text is what appears in the document body (the quote
marks are
necessary in the field code, but won't appear in the document
body).

The switch \s NoStyle makes the field do nothing (normally it would
display a
dropdown with a list of AutoText entries).

The \t switch defines the text that appears when you hover the
mouse over the
field. It can display up to 255 characters.

It works in Word 2003 and 2007. It works if the field is in a
header/footer, and
it still works in the protected text of a protected form (but not
in the
header/footer of a protected form).

The field can be built from scratch (press Ctrl+F9 to insert the
field markers)
or it can be created from the Insert Field (or Insert Quick
Parts Field in
Word 2007) dialog. If you use the dialog, the display text goes in
the New Value
box; the NoStyle switch goes in the Context box; and the help text
goes in the
Tooltip box (I wish that was bigger! You can type out the text
elsewhere, copy
it, and paste it into the box with Ctrl+V).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
description property Patricia Shannon Microsoft Word Help 3 January 9th 08 12:13 AM
Description Lookup Kevin Hughes Microsoft Word Help 1 August 7th 07 04:19 AM
how can i write a project description? kwame Microsoft Word Help 2 April 23rd 07 02:44 PM
Description Mario New Users 1 November 3rd 05 07:26 PM
Style doesn't match description dsimcox New Users 1 December 1st 04 11:22 PM


All times are GMT +1. The time now is 10:39 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"