Form Menu Library
Latest Answer : Form moduleMenu modulePl/SQL Library module Object Library module ...
Default Block facility. Layout Editor. Menu Editor. Object Lists. Property Sheets. PL/SQL Editor. Tables Columns
A navigable item is one that operators can navigate to with the keyboard during default navigation, or that Oracle forms can navigate
When-window-activated, when-window-closed, when-window-deactivated,when-window-resized
A canvas-view is the background object on which you layout the interface items (text-items, check boxes, radio groups, and so on.) and boilerplate objects that
Latest Answer : CANVAS VIEWPORTS (VIEWS)The terms “canvas view” and “viewport” are synonymous. The viewport refers to the area of the canvas that is visible to the user. What this means is that the canvas object itself is not always entirely visible; ...
Page - Canvas-View Page 0 - Canvas-view null.
If yes, give the name of the built-in to change the alert messages at run-time. Yes. Set_alert_property.
Latest Answer : You can use the SET_ALERT_PROPERTY built-in to set the title of the alert and the alert’s message text programmatically.SET_ALERT_PROPERTY(v_alert_id,ALERT_MESSAGE_TEXT, 'areyousureyouwanttoexittheform?'); ...
Default editor User_defined editors system editors.
Latest Answer : Layout EditorPl/sql EditorMenu Editor ...
Yes. Set_item_proprety
Latest Answer : Yes, You can attach an LOV to a text item programmatically with the SET_ITEM_PROPERTY Built-in subprogram. The following example attaches the LOV called lov2 to the text item called emp.empno: Set_Item_Property('emp.empno',LOV_NAME,'lov2'); ...
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 ...