Form Menu Library
Latest Answer : Form moduleMenu modulePl/SQL Library module Object Library module ...
Write the Abbreviation for the following File Extension 1. FMB 2. MMB 3. PLL FMB ----- Form Module Binary. MMB ----- Menu Module Binary. PLL ------ PL/SQL Library Module Binary.
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; ...
Yes
Latest Answer : yes ...
.pll,.lib,.pld The library pll files is a portable design file comparable to an fmb form file The library
To pass one or more parameters to a called form, the calling form must perform the following steps in a trigger or user named routine execute the create_parameter_list
Latest Answer : Dear the right order are following
Sequence of trigger when Form is opened & closed Run Form
1. Pre-Logon Form
2. On-Logon Form
3. Post-Logon Form
4. Pre-Form Form
5. When-Create-Record Block
6. Pre-Block Block
7. Pre-Record Block
8. Pre-Text-Item ...
Suppose a form is created ,which is accessed by multiuser.What should be done to prevent the table getting locked
What tool or utility or package can i use to compare and determine the latest copy of a particular form. assuming am working in a team development environment.
If the same trigger is present in Form, Block and Item level, normally the item level will fire first. How to change this default one. That is I want to fire the block level or form level. How to do this?