What is MsoDockBottom??

R

RickGreg

Lately, when I print from Word 98 (OS 9.2.2) to my Brother MFC-8440 laser,
the spooling window in Word says "Printing Page 1 of MsoDockBottom"
regardless of the file name. It used to say the file name instead.

I'm guessing "Mso" is shorthand for MicroSoft. Everything else is behaving
fine. Just curious what the heck this means.

Thx,

-RIck
 
J

JE McGimpsey

RickGreg said:
Lately, when I print from Word 98 (OS 9.2.2) to my Brother MFC-8440 laser,
the spooling window in Word says "Printing Page 1 of MsoDockBottom"
regardless of the file name. It used to say the file name instead.

I'm guessing "Mso" is shorthand for MicroSoft. Everything else is behaving
fine. Just curious what the heck this means.

msoDockBottom looks like a defined constant in VBA (but it's not listed
in the object browser). Why it would become the name of the document, I
don't know. It sounds like either your document (if it's the only one)
or your Normal template (if it's all files) is on the way to imploding.
I'd try the techniques here ASAP:

http://word.mvps.org/MacWordNew/DocumentCorruption.htm

and

http://word.mvps.org/MacWordNew/MacWordNormal.htm


the "mso" part stands for mICROsOFT oFFICE.
 
R

RickGreg

This happens with all docs. I tried the Normal procedures and created a new
Normal template. Still get the MsoDockBottom when printing. Could my
printer software be creating this somehow? I'll make sure I've got the
latest version of that for now... Thanks.
 
M

Matt Centurión [MSFT]

This happens with all docs. I tried the Normal procedures and created a new
Normal template. Still get the MsoDockBottom when printing. Could my
printer software be creating this somehow? I'll make sure I've got the
latest version of that for now... Thanks.

In 98 you can dock toolbars to the bottom of the screen. You tell Word to do
this using the CommandBars object methods and the "msoDockBottom" constant.
The "bottom dock" could have been implemented as a window named
"msoDockBottom" that has no borders/titlebar. Your printer driver is
probably trying to see what the active top window is to get the name of the
document you are trying to print, and instead is getting this "dock".

This is all conjecture but try turning off ALL toolbars (under View |
Toolbars) and see if that fixes anything. You can also try deleting your
Microsoft Word/Office preferences.

Matt
MacWord Testing
Macintosh Business Unit

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this e-mail address. It is for
newsgroup purposes only.

Find out everything about Microsoft Mac Newsgroups at:
[http://www.microsoft.com/mac/community/community.aspx?pid=newsgroups]
Check out product updates and news & info at:
[http://www.microsoft.com/mac]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top