WD: LockDocument Command Does Not Unlock Subdocuments

ID: Q117510

The information in this article applies to:

SYMPTOMS

When 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.

WORKAROUND

To 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.

STATUS

Microsoft 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:

Keywords          : kbmacro wordnt winword ntword macword word6 word7 word95 
Version           : WINDOWS:6.0,6.0a,6.0c,7.0,7.0a; MACINTOSH:6.0,6.0.1,6.0.1a
Platform          : MACINTOSH Win95 WINDOWS winnt
Issue type        : kbbug

Last Reviewed: February 4, 1998