EditTop @Command (Formula Language)

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

Syntax

@Command( [EditTop] )

Usage

  • On a form in Design mode, EditTop moves the insertion point to the beginning of the form as if the user had pressed ctrl+home.
  • In a document in Edit mode, EditTop moves the insertion point to the first editable field on the document.
  • In a document in Read mode, EditTop 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.