Oracle Forms is part of Oracle's Internet Developer Suite. Its earlier versions were called SQL*Forms....
|
You can suppress or customize error messages in Forms. This can be done by setting the message level of the system variable SYSTEM.MESSAGE_LEVEL....
|
ON-VALIDATE-FIELD triggers are used for field validation. It fires when the field validation status is New or changed.......
|
The only difference between these two is that System.current_field gives name of the field and System.cursor_field gives name of the field with block name..
|
Following steps should be followed to build a Dynamic Report: Create a temporary table first. Then insert data to the temporary table using the After Form Trigger...
|
Oracle Forms renders applications using metadata stored in an .fmx file, It runs client-side PL/SQL.....
|
The following sequence should be used to fire triggers when a form opens: Pre-Form, Pre-Block, Pre-Record.....
|
A record group is an oracle forms data structure that has a column/row framework similar to a database table......
|