SET DELETED Documentation Incorrect

ID: Q107415

The information in this article applies to:

SUMMARY

The following statement on page L3-914 in the "Language Reference" is incorrect:

   When SET DELETED is OFF, records marked for deletion are
   unavailable for use in other commands.

This statement should read:

   When SET DELETED is OFF, records marked for deletion are
   available for use in other commands.

MORE INFORMATION

When a record is marked for deletion, issuing SET DELETED OFF will not keep the marked records from being seen by other commands. To make records marked for deletion not available elsewhere in programs, use the SET DELETED ON command.

Additional reference words: FoxDos FoxWin 2.50 docerr KBCategory: kbprg kbdocerr KBSubcategory: FxprgGeneral

Last Reviewed: June 27, 1995