4D v14.3DELETE DOCUMENT |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
DELETE DOCUMENT
DELETE DOCUMENT
The DELETE DOCUMENT command deletes the document whose name you pass in document. DELETE DOCUMENT doesn’t accept an empty string argument for document. If an empty string is used, the Open File dialog box is not displayed and an error is generated. WARNING: DELETE DOCUMENT can delete any file on a disk. This includes documents created with other applications as well as the applications themselves. DELETE DOCUMENT should be used with extreme caution. Deleting a document is a permanent operation and cannot be undone. The following example deletes the document named Note: DELETE DOCUMENT("Note") ` Delete the document See example for the command APPEND DATA TO PASTEBOARD. Deleting a document sets the OK system variable to 1. If DELETE DOCUMENT can’t delete the document, the OK system variable is set to 0. |
PROPERTIES
Product: 4D
HISTORY
Modified: 4D v6.7.1 SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||