FORMULA LANGUAGE
Examples: EditClear
1. The following example, when used in the DeleteField action of a form in a Notes application, deletes the content of whichever field has focus when the DeleteField action button is pressed in edit mode:
@Command([EditGotoField]; @ThisName);
@Command([EditSelectAll]);
@Command([EditClear])
2. The following example, when used in the Delete action of a form, deletes the current document opened in read mode on the Web. It then displays a customized form, if you created a form with the name
$$ReturnDocumentDeleted
, or displays the default "Deleted" confirmation page.
@Command([EditClear])
3. The following example, when used in a view action of a Notes application, deletes the documents selected in the view.
@Command([EditClear)]
See Also
EditClear @Command
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary