EditBottom @Command (Formula Language)

Moves the insertion point to the end of a document or form.

Syntax

@Command( [EditBottom] )

Usage

  • On a form in Design mode, EditBottom moves the insertion point to the end of the form as if the user had pressed ctrl+end.
  • In a document in Edit mode, EditBottom moves the insertion point to the last editable field or button on the document.
  • In a document in Read mode, EditBottom has no effect.
  • You can precede this command with either:
    • @Command([EditDocument]; "1") to put the document into edit mode
    • @IsDocBeingEdited function to test if the document is in edit mode

This command does not work on the Web.