单项选择题You need to display a very large single-record data block. Since it will be so large, a convenient means of navigation is needed between items. Which type of canvas would you use to display the data block? ()

A.Tab canvas. 
B.Pop up canvas. 
C.Spread table canvas. 
D.Vertical toolbar canvas.


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题 Form_A invokes Form_B in Post-Only mode. Which statement must be true?()

A.Form_A has updates or deletes that have not been posted or committed, and Form_A invokes Form_B with the OPEN_FORM built-in. 
B.Form_A has updates or deletes that have not been posted or committed, and Form_A invokes Form_B with the CALL_FORM built-in. 
C.Form_A has inserts that have not been posted or committed, and Form_A invokes Form_B with the OPEN_FORM built-in. 
D.Form_A has inserts that have not been posted or committed, and Form_A invokes Form_B with the CALL_FORM built in.

4.单项选择题You want to create a temporary table while executing a procedure in a form. Which statement is true?()

A.You cannot create a table form within Forms. 
B.You must use the FORMS_DDL built-in to create the table. 
C.You must use the DBMS_DYNAMIC_DDL package to create the table. 
D.You can write the CREATE TABLE statement directly into the trigger.

6.多项选择题Which two triggers are mouse movement triggers?()

A.When-Mouse-Up 
B.When-Mouse-Move 
C.When-Mouse-Down
D.When-Mouse-Click 
E.When-Mouse-Leave  

8.单项选择题What does the term application partitioning refer to?()

A.The feature of a forms application enabling it to run both in client-server mode and on the Web. 
B.Storing PL/SQL program units between the Oracle server and the application to make optimal use of available resources. 
C.The nature of a three-tier architecture, where the form module and processing software reside on an application server. 
D.The feature of a forms application that is able to use Ethernet, twisted pair, and wireless data connections.

9.单项选择题Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()

A.FIND_REPORT_OBJECT 
B.CANCEL_REPORT_OBJECT 
C.REPORT_OBJECT_STATUS 
D.SET_PROPERTY OBJECT_PROPERTY

10.单项选择题You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()

A.All forms in the application. 
B.Any forms opened by the user who initiated the record group. 
C.Only the form issuing the CREATE_GROUP built-in. 
D.Any forms referenced by the form that contains the procedure.

最新试题

How would you default the layout of a parameter form? ()

题型:单项选择题

You create the sales report and run it in the live previewer. After which change would the live previewer require the data? ()

题型:单项选择题

The order entry department requested a report to display the average time to enter an order from each order entry clerk sorted by supervisor with a group average after viewing the report users requested to bold the value for each supervisors group average. Where would you make this change?()

题型:单项选择题

You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?()

题型:单项选择题

You create a tabular employee report and are concerned about readability because the employee records are very close together. What is the best way to increase the amount of white space between the records?()

题型:单项选择题

The IT department requested a report to list each server name and the name of each department that utilizes resources from each server. You create a tabular layout that breaks on the server name. You ran the report and noticed that the department field is too large for most of the department names. Which field size setting would you use to allow the field to be smaller but not larger than the field layout size?()

题型:单项选择题

Which three scenarios describe appropriate uses for key triggers?()

题型:多项选择题

The CALC function is used several times within the sales report. To simplify maintenance you want to store the function in one place and call it from within your PL/SQL trigger code. Which node would you use in object navigator to create a report level programme unit to store the function?()

题型:单项选择题

You have forgotten the name of binary PL/SQL library saved to the operating system. This file contains the PL/SQL constricts you created for the inventory report. For which file extension should you reach?()

题型:单项选择题

The sales report needs to display the sales person with the highest order total. Which build report builder component would you use to create a place holder column to display the value?()

题型:单项选择题