V3EditPrevField @Command (Formula Language)

In a document in Edit mode, moves the insertion point to the first editable field.

Syntax

@Command( [V3EditPrevField] )

  • Use V3EditPrevField to enable your application to run under Release 3 of Notes®
  • When used in a SmartIcons formula(pre-Release 6), V3EditPrevField moves the insertion point to the first editable field in the document, working right to left and end to beginning
  • When used in a button that's built into the form, the first occurrence of V3EditPrevField always moves the insertion point to the first field in the document. You must add an additional @Command([V3EditPrevField]) to move to the last field on the form, and again for each additional field (or you could use a related command such as EditUp or EditDown)
  • A document must be open in Edit mode

This command does not work on the Web.