1.
What is the use for the SET_TIMER built-in?
2.
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?
3.
The users request that [F2], [F3], and [F4] be used to commit, rollback, and exit, respectively. How do you accomplish this?
4.
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?
5.
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?
6.
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?
7.
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?
8.
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?
9.
A few months ago, you created a sales transaction report using this query: SELECT sales_ID, transaction number, amount
10.
How are messages displayed when you use the SRW.MESSAGE packaged procedure?