What is FORMS_MDI_WINDOW?
forms run inside the MDI application window. This property is useful for calling a form from another one. Read more »
forms run inside the MDI application window. This property is useful for calling a form from another one. Read more »
When Mouse Navigate is True (the default), Oracle Forms performs standard navigation to move the focus to the item when the operator activates the item with the... Read more »
An ALERT is a modal window that displays a message notifying operator of some application Condition. Read more »
A record group is an internal Oracle Forms data structure that has a column/row framework similar to a database table. However, unlike database tables, record groups... Read more »
Item level trigger fires , If item level trigger fires, property level trigger won’t fire. Triggers at the lowest level are always given the first preference.... Read more »
Property class inheritance is a powerful feature that allows you to quickly define objects that conform to your own interface and functionality standards. Property... Read more »
Triggers can be classified as Key Triggers, Mouse Triggers ,Navigational Triggers. Key Triggers :: Key Triggers are fired as a result of Key action.e.g :: Key-next-field,... Read more »
Hides characters that the operator types into the text item. This setting is typically used for password protection. Read more »
1. Manage resources optimally across multiple clients. 2. Controlling database access and security. 3. Protecting the databse and recovering it from crashes. 4.... Read more »
A client process at first establishes connection with the Server. Read more »
Heterogeneity of the system results in reduced reliablity. May not be suitable for all applications. Managing and tuning networks becomes difficult. Read more »
Flexibility of the system, scalability, cost saving, centralised control and implementation of business rules, increase of developers productivity, portability,... Read more »
A Client, A Server and A Network/Communication software. Read more »
Because an integrity constraint is automatically checked while data is inserted into a table. A stored has to be specifically invoked. Read more »
Because it is easier to define an integrity constraint than a database trigger. Read more »