Block is a single mechanism for grouping related items into a functional unit for storing, displaying and manipulating records.
Latest Answer : Canvases serve as physical containers of items. Blocks, on the other hand, serve as logical containers of items. There are two types of blocks: basetable blocks and non-base-table blocks. Sometimes, you may see base-table blocks referred to as data blocks ...
Text item. Chart item. Check box. Display item. Image item. List item. Radio Group.
Latest Answer : Text itemImageDisplay itemList itemPush button Radio buttonUser area ...
A navigable item is one that operators can navigate to with the keyboard during default navigation, or that Oracle forms can navigate
A Check Box is a two state control that indicates whether a certain condition or value is on or off, true or false. The
Latest Answer : Check boxes have two states, checked and unchecked. Very often they are used when the value must be either Yes/No, On/Off,Accept/Decline, etc. ...
Display items are similar to text items but store only fetched or assigned values. Operators cannot navigate to a display item or edit the value it contains.
Latest Answer : Display items and text items are fairly similar and share many of the same properties. The biggest difference between the two is that a user can navigate to a text item and change its value. This is not possible with a display item. As its name implies, ...
It is a list of text elements.
Latest Answer : List items are exactly what their name implies—a short list of values that the user can choose from. List items can serve as either database or non-database items.They present the user with a number of choices. The choices they present are often ...
Poplist, No text Item displayed in the list item. Tlist, No element in the list is highlighted.
Latest Answer : There are three types of list items: poplists, Tlists, and combo boxes. Poplists, which are the default type. They restrict the user from selecting only from the list elements that are displayed. A combo box is nearly identical to a poplist in look and ...
Radio groups display a fixed no of options that are mutually Exclusive .User can select one out of n number of options.
Latest Answer : Radio groups are logical containers of radio buttons. Radio buttons are the small circles that appear on the screen which the user can click to select values. Radio group selections are mutually exclusive. That is, selection of one radio button deselects ...
Stop, Caution, note
Latest Answer : The three alert styles, Stop, Caution, and Note, let you communicate the urgency of an alert’s message to the user. Stop alerts should be used for the most urgent messages. Caution alerts can be used for those that are rather urgent and require ...
No