Exam 6: Creating Custom Forms

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

What is error severity? What levels are assigned to error severity? How does a developer suppress messages with certain severity? What is the default suppressed severity?

(Essay)
4.9/5
(36)

What system variable displays the operating system date?

(Multiple Choice)
4.9/5
(38)

To ensure that a user enters only digits in a postal code field with a character data type,use a Data Type validator.

(True/False)
4.8/5
(34)

To display a value in a text item automatically when a form first opens,you set the text item's Initial Value property to the desired value.

(True/False)
4.8/5
(29)

Trigger ____________________ defines which trigger fires when an object within a form object contains the same trigger that the form object contains.

(Short Answer)
4.9/5
(32)

All data is shared between two canvases stored in separate form files.

(True/False)
4.9/5
(32)

Which FRM- error indicates that a DBMS error occurred?

(Multiple Choice)
4.7/5
(37)

How do you programmatically move form focus to a different canvas?

(Multiple Choice)
4.7/5
(35)

If working with multiple canvases in the same form,when you create a new data block,you can select the canvas name on which the block items are to appear on the Layout Wizard Canvas page.

(True/False)
4.9/5
(35)

The DBMS_ERROR_CODE procedure contains the error code for the most recent FRM- error that occurred.

(True/False)
4.9/5
(43)

Level ____________________ error messages provide information about what is happening and usually do not require user action.

(Short Answer)
4.9/5
(29)

A data form block cannot be turned into a control block.

(True/False)
4.8/5
(32)

The ____________________ console allows you to control form execution and examine form values.

(Short Answer)
4.8/5
(28)

By default,the validation unit for a data form is at the item level.

(True/False)
4.8/5
(41)

If the error does not have an associated error handler in the ON-ERROR trigger,then the standard error message is displayed rather than a custom message.

(True/False)
4.8/5
(30)

What command moves the form focus to the item name s_id in the shipment block?

(Multiple Choice)
4.8/5
(28)

Which of the following contains the error message for a FRM error?

(Multiple Choice)
4.8/5
(32)

When you link a control block to a data block,use the Data Block Wizard to create a master-detail relationship between the data block and the control block.

(True/False)
4.7/5
(32)

The following code could be used to disable a command button: SET_ITEM_PROPERTY('UPDATE_BUTTON',ENABLED,PROPERTY_FALSE);

(True/False)
5.0/5
(39)

You create a command button by drawing the button on the canvas using the ____________________ tool on the tool palette.

(Short Answer)
4.8/5
(30)
Showing 41 - 60 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)