EditCut @Command (Formula Language)
Performs the menu command Edit - Cut.
Syntax
@Command( [EditCut] )
Usage
- In a view or folder, deletes the selected documents and places them on the Clipboard.
- In a document in Edit mode, deletes the highlighted data and places it on the Clipboard.
- In a document in Read mode, EditCut has no effect.
- On a form, subform, view, or folder in Design mode, deletes the highlighted data, fields, or columns and places them on the Clipboard.
- It is most convenient to use a toolbar button to invoke this command.
This command does not work on the Web.
If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.