Microsoft KB Archive/250394

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:52, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 250394

Article Last Modified on 10/16/2002



APPLIES TO

  • Microsoft Word 2000 Standard Edition



This article was previously published under Q250394

SYMPTOMS

When you embed a Word document in a frame in Internet Explorer 5 and also have an instance of Word open, and then you switch between the document in the frame and the standalone Word session, you cannot edit the document in the frame. Any unsaved changes made to the document in the current editing session, before the problem occurred, are lost.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft Office 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

276367 OFF2000: How to Obtain the Latest Office 2000 Service Pack




STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft Office 2000 Service Pack 2.

MORE INFORMATION

Steps to Reproduce Problem

  1. Create a Word document with some sample text, and save it as C:\test.doc.
  2. Create an HTML file with some sample text, and save it as C:\top.htm.
  3. Create another HTML file named C:\frame.htm with the following HTML code:

    <HTML>
    
    <FRAMESET ROWS="50, *">;
        <FRAME Name="top" SRC="c:\top.htm">
        <FRAME Name="bot" SRC="c:\test.doc">
    <FRAMESET>
    
    </HTML>
                            
  4. Start an instance of Word 2000, and open a document.
  5. In Internet Explorer 5, navigate to the file Frame.htm that was created in step 3. Click Open if you are prompted to open Word for the Test.doc file. Note that you can edit the document now.
  6. Switch to the other instance of Word (stand-alone instance).
  7. Now switch back to the Word instance in Internet Explorer by clicking on the document in the Internet Explorer frame.

    Result: You can no longer edit the document in Internet Explorer.


Keywords: kbbug kbfix kboffice2000sp2fix kbqfe KB250394