Correct Answer: Define CLYDE as a document window and display it with a Vertical Scroll bar
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Oracle Forms 9i Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Oracle Forms 9i MCQ Questions
The Orders form must display the item total for products ordered. You decide to implement this functionality by creating an item in the ORDER_ITEMS block as a Calculated item. The item total is calculated by multiplying the UNIT_PRICE of the product by the QUANTITY ordered. Which two items properties must be set?
What happens when you click Run Form Debug in Forms Builder?
Which statement is correct with regard to Data properties of a text item?
The DBA has informed you that two new columns have been added to the ORDERS table. The blocks in the Order Entry form were created manually. How can you use a wizard to modify the Orders block to include items that corresponds to these columns?
You want users to be able to add a single value to a list item. How would you do this?
To centralize some of your processing, you decide to write PL/SQL library modules, which contain procedures that can be called from the triggers or menu items. You want the message [Credit limit exceeded] to be displayed when the values in the order_total and credit_limit fields in the Orders form meet certain criteria. Which of the following codes would you use?
You are developing a form that serves as a front end to access the Order Entry application. Within the form, you want to store the usernames of those users who have permissions to run the application. This information is accessed when the form starts up to determine if the user is authorized. The list of usernames is not stored in the database and should not be visible to users. How will you store this information?
You have been asked to define a data block based on a query that is dependent on SQL only. The data will not be updated by the user. Selection of the tables to be queried will be decided by the user at run time. How should you define the appropriate data source?
'Create a library module' is a method of reuse that is possible with a PL/SQL program unit, but not with a Forms trigger.
Which one helps you programmatically determine the button a user pressed to respond to an alert?