V3EditNextField @Command (Formula Language)

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

Syntax

@Command( [V3EditNextField] )

Usage

  • Use V3EditNextField to enable your application to run under Release 3 of Notes®
  • When used in a SmartIcons formula(pre-Release 6), V3EditNextField moves the insertion point to the next editable field in the document, working left to right and beginning to end
  • When used in a button that's built into the form, the first occurrence of V3EditNextField always moves the insertion point to the first field in the document. You must add an additional @Command([V3EditNextField]) to move to each subsequent 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.