Base table Blocks. Control Blocks. 1. A base table block
Latest Answer : Base-table blocks, as their name implies, are based on a database table or view and must contain at least one item that is based on a column in that database table or view. If you create a block based on the STUDENT table, at least one of its items must ...
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
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 ...
Edit_text item show_editor LOV
Latest Answer : A user-named editor can be displayed programmatically with the built-in procedure SHOW_EDITOR, independent of any particular text item. By default, operators can invoke an editor by navigating to a text item and pressing [Edit] or by choosing Edit | Edit ...
A record group is an internal oracle forms data structure that has a similar column/row frame work to a database table
Latest Answer : All LOVs are based on another Forms object called a record group. Record groups are logical objects, so they have no physical properties and are never displayed to the user. A record group is similar to a database table in that it stores an array ...
A fetch from a long raw database column PL/Sql assignment to executing the read_image_file built_in procedure to get an image from the file system.
When-Image-activated(Fires when the operator double clicks on an image Items) When-image-pressed(fires when