Difference between system.current_field and system.cursor_field

What is the difference between system.current_field and system.cursor_field?

system.current_field gives the name of the field while system.cursor_field gives the name of the field where the cursor is lying along with the block name.

What is the difference between system.current_field and system.cursor_field?

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.
What are dynamic reports? How will you create them?
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...
Difference between Oracle Forms and Apps Forms
Oracle Forms renders applications using metadata stored in an .fmx file, It runs client-side PL/SQL.....
Sequence of firing triggers in forms
The following sequence should be used to fire triggers when a form opens: Pre-Form, Pre-Block, Pre-Record.....
Post your comment