KEEP keyword

Applies To

Form event handlers and validators

Description

The KEEP keyword is for site, group, and user-level versions of forms. These attributes are not available for event handler and validator list specified at the vendor level.
  • KEEP(FIRST) - The event handler or validator comes at the beginning of the event handler or validator list. If multiple KEEP(FIRST) handlers and validators are present, these handlers and validators are moved to the beginning of the list while maintaining their relative positions.
  • KEEP(LAST) - The event handler or validator comes at the end of the of the event handler or validator list. If multiple KEEP(LAST) handlers and validators are present, these handlers and validators are moved to the end of the list while maintaining their relative positions.
  • KEEP(AFTER) - The event handler follows the next NON-KEEP event handler or validator that precedes it even if the vendor changes the position of the event handler.
  • KEEP(BEFORE) - The event handler precedes the next NON-KEEP event handler or validator that follows it.

Syntax

KEEP( )