A script-enabled browser is required for this page to function properly.

First Navigation Block Property

Description

Specifies the name of the block to which Oracle Forms should navigate at form startup and after a CLEAR_FORM operation. By default, the First Navigation Block is the first block in the form's commit sequence, as indicated by the sequence of blocks in the Object Navigator. You can set the First Navigation Block property programmatically to specify a different block as the first navigation block.

Applies to form module

Set Oracle Forms, programmatic

Refer to Built-in

GET_FORM_PROPERTY

SET_FORM_PROPERTY

Default

The first block in the form; that is, the block that is listed first in the Object Navigator.

Required/Optional optional

Usage Notes

You can set this property from a Pre-Form trigger, which fires at form startup, before Oracle Forms navigates internally to the first block in the form.


When-New-Form-Instance Trigger

About modifying the default navigation sequence