1z0-141 9i Internet Application Developer Braindump
ExamSoon 1z0-141 Exams
Oracle oracle9i forma developer:build internet applications
O rder : 1z0-141 Exam
Practice Exam: 1z0-141
Exam Number/Code: 1z0-141
Exam Name: oracle9i forma developer:build internet applications
Questions and Answers: 138 Q&As
Free 1z0-141 Braindumps
Exam : Oracle 1Z0-141
Title : Oracle9i Forms Developer: Build Internet Applications
1. Consider the following scenario:
In a multiform application, the user started in FormA.
1. From FormA, the user invoked FormB using CALL_FORM.
2. From FormB, the user invoked FormC using OPEN_FORM.
3. From FormC, the user invoked FormD using OPEN_FORM.
4. From FormB, the user invoked FormE using CALL_FORM.
There is an additional form in the application, called FormF. Which statement is true?
A. FormF can be invoked from FormC using CALL_FORM.
B. FormF can be invoked from FormA using OPEN_FORM.
C. FormF can be invoked from FormD using CALL_FORM.
D. FormF can be invoked from FormE using CALL_FORM.
E. FormF can be invoked from FormB using OPEN_FORM.
Answer: D
2. The Warehouse.fmb module contains two data blocks. You want to display items from each data block on separate
content canvases. You must ensure that both content canvases are visible together at run time. Which two
statements about content canvases are correct? (Choose two.)
A. A window cannot display more than one content canvas during a run time session.
B. A content canvas can be associated with a window by setting the Window property of the canvas.
C. Two or more content canvases can be displayed by associating each of them with a different window.
D. A content canvas can be associated with a window by setting the Primary Canvas property of the window.
E. A content canvas can be associated with two or more windows by setting the Primary Canvas property of the
windows.
F. Two or more content canvases can be displayed by setting their viewports to be smaller than the window with
which they are to be associated.
Answer: BC
3. In the Order