WordBasic Error 504: Window Does Not Exist...Read-Only FileLast reviewed: August 4, 1997Article ID: Q80465 |
The information in this article applies to:
SYMPTOMSIn Microsoft Word for Windows, if you open a document with the Read Only option selected and attempt to access that document's window using the Activate WordBasic command, Word for Windows generates the following error message:
WordBasic Error 504: Window does not exist. STATUSMicrosoft has confirmed this to be a problem in the versions of Microsoft Word listed above. We are researching this problem, and will post more information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe following macro results in the above WordBasic error message, if you open README.DOC as a read-only file. The error message does not occur if you open the file as a read-write file.
Sub Main Document$="readme.doc" Activate Document$,1 End SubFor more information on the Activate command, search for "WordBasic Programming Language" and "Activate" using the Help.
REFERENCES"Using WordBasic," by WexTech Systems and Microsoft, page 150 Kbcategory: kbusage kbmacro KBSubcategory: |
Additional query words: errmsg err msg 7.0 word95 winword
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |