EditPaste @Command (Formula Language)

Performs the menu command Edit - Paste.

Syntax

@Command( [EditPaste] )

Usage

  • In a view, pastes in documents that were cut or copied from another database.
  • In a document in Edit mode or a form or subform in Design mode, pastes the contents of the Clipboard into the document, form, or subform. If the data was copied from a rich text field but is pasted into a non-rich text field, some information may be lost.
  • In a document in Read mode, or if the Clipboard is empty, has no effect.

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.