WD: LockDocument Command Does Not Unlock SubdocumentsLast reviewed: February 3, 1998Article ID: Q117510 |
The information in this article applies to:
SYMPTOMSWhen you run the WordBasic "LockDocument 0" statement, with the insertion point in the master document, Word does not remove the read-only protection from (that is, unlock) the subdocuments, as expected. The WordBasic LockDocument statement should work as described on page 559 of the "Microsoft Word Developer's Kit" or in the Help file for WordBasic. These sources state that the LockDocument statement adds or removes read- only protection for a document's subdocuments if the insertion point is within the master document when the macro is run.
WORKAROUNDTo unlock the subdocuments using a macro containing the "LockDocument 0" command, you must manually place the insertion point in each subdocument before running the macro. You can create a routine to unlock all the subdocuments by including the "LockDocument 0" command in a While. . .Wend loop.
STATUSMicrosoft has confirmed this to be a problem in the Word versions listed above. This problem was corrected in Word 97 for Windows and Word 98 Macintosh Edition.
REFERENCES"Microsoft Word Developer's Kit," version 6.0, page 559 "Microsoft Word Developer's Kit," Third Edition, page 624
|
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |