Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Word
application.errors
conversions
docmanagement
drawing.graphics
formatting.longdocs
international
internet.assistant
mail
mailmerge.fields
menustoolbars
newusers
numbering
oleinterop
pagelayout
printingfonts
setup.networking
spelling.grammar
tables
vba.addins
vba.beginners
vba.customization
vba.general
vba.userforms
web.authoring
word6-7macros
word97vba
  
 
date: Tue, 5 Aug 2008 13:49:03 -0700,    group: microsoft.public.word.pagelayout        back       


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
date: Tue, 5 Aug 2008 13:49:03 -0700   author:   Jill

Re: 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
date: Wed, 6 Aug 2008 02:12:20 +0100   author:   Henk57

Re: 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.
date: Tue, 05 Aug 2008 20:35:24 -0400   author:   Jay Freedman

Re: 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.
>
date: Sun, 10 Aug 2008 22:43:00 -0700   author:   Shaun

Re: 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.
date: Mon, 11 Aug 2008 11:53:52 -0400   author:   Jay Freedman

Re: 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. 
> 
> 
>
date: Mon, 11 Aug 2008 22:01:01 -0700   author:   Shaun

Re: 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.
date: Tue, 12 Aug 2008 10:14:35 -0400   author:   Jay Freedman

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us