You want to provide a tool that allows users quick access to form modules, by listing them in an Explorer-style
interface.
Which reusable component do you use?
At design time, you create a query record group for the LOV associated with the HOTEL text item in a form
module for the Travel Planner Application. When is the record group populated?
Examine this code:
BEGIN
IF :SYSTEM.EVENT_WINDOW = 'WELCOME' THEN
DO_KEY('exit_form');
ELSE MESSAGE('Illegal operation');
END IF;
END;
In which form level trigger would you implement this?
You want to create a template to be used as a standard for all company reports, which are many different
styles. How many different templates must you have if you plan to use multiple report styles?
You create a salary report to display employee salaries grouped by the dept column. You need to change the
break order from ascending to descending using the model. How would you reverse the display order of the
department?
Using the report wizard you create a tabular report to display all the columns in the EMP table. The records are
ordered by the dept_name and job columns. You need to create a hierarchical report that breaks on the
dept_name and job values. Using the data model how would you create this break structure?