How many types of columns are there and what are they?
Formula columns : For doing mathematical calculations and returning one value Summary Columns : For doing summary calculations such as summations etc. Place holder... Read more »
Formula columns : For doing mathematical calculations and returning one value Summary Columns : For doing summary calculations such as summations etc. Place holder... Read more »
Specifies the event that will activate the OLE containing item. Read more »
Specifies the named visual attribute used when an item is part of the current record. Current Record Attribute is frequently used at the block level to display the... Read more »
Named visual attributes define only font, color, and pattern attributes; property classes can contain these and any other properties.You can change the appearance... Read more »
Visual attributes are the font, color, and pattern properties that you set for form and menu objects that appear in your application’s interface. Read more »
POST-FORM-COMMIT fires once during the Post and Commit Transactions process, after the database commit occurs. The Post-Forms-Commit trigger fires after inserts,... Read more »
A timer is an ??internal time clock?? that you programatically create to perform an action each time the timer expires. Read more »
Removes the source code from the library file and generates a library file that contains only pcode. The resulting file can be used for final deployment, but cannot... Read more »
Libraries provide a convenient means of storing client-side program units and sharing them among multiple applications.Once you create a library,you can attach it... Read more »
A library is a collection of subprograms, including user- named procedures,functions and packages. Read more »
When one form invokes another form by executing New_form, Oracle Forms exists the first form and releases its memeory before loading the new form. Calling NEW_FORM... Read more »
when one form invokes another form by executing OPEN_FORM, the first form remains displayed, and operators can navigate between the forms as desires. When one form... Read more »
Display items are similar to text items with the exception that displays items only store and display fetched or assigned values. Display items are generally used... Read more »
The Combo Box style list item combines the features found in list and text items. Unlike the poplist or the text list style list items, the combo box style list... Read more »
The text list style item appears as a rectangular box which displays a fixed number of values. When the text list contains values that cannot be displayed(due to... Read more »