1. Library
  2. Developer
  3. Application and Form Development
  4. Working with forms
  5. Form events and event handlers
  6. Form event handler response types

Goto Form response type

Event handlers with a Goto Form response type are used to open a form and make it the currently active. You must specify the name of the form to launch. Once the target form opens, the originating form closes.
Related topics
  • Event Handler Parameters - Specify Form Run Options
  • Form event handler response types