February 08, 2009

Part-19

What are parameters? -
Parameters provide a simple mechanism for defining and setting the values of inputs that are required by a form at startup. Form parameters are variables of type char, number, date that you define at design time.


What are the three types of user exits available? -
Oracle Precompiler exits, Oracle call interface, NonOracle user exits.


How many windows in a form can have console? -
Only one window in a form can display the console, and you cannot change the console assignment at runtime


If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated? - Only for 10 records.


What are the two repeating frame always associated with matrix object? - One down repeating frame below one across repeating frame.


What are the master-detail triggers? - On-Check_delete_master, On_clear_details, On_populate_details


What are the different objects that you cannot copy or reference in object groups? -
Objects of different modules Another object groups Individual block dependent items Program units.


What is an OLE? -
Object Linking & Embedding provides you with the capability to integrate objects from many Windows applications into a single compound document creating integrated applications enables you to use the features form.


Is it possible to modify an external query in a report which contains it? - No.

Does a grouping done for objects in the layout editor affect the grouping done in the data model editor? - No.

Can a repeating frame be created without a data group as a base? - No

If a break order is set on a column would it affect columns which are under the column? - No

Is it possible to set a filter condition in a cross product group in matrix reports? - No

Do user parameters appear in the data modal editor in 2.5? - No

Can you pass data parameters to forms? - No

Is it possible to link two groups inside a cross products after the cross products group has been created? - no

What are the different modals of windows? - Modeless windows ,Modal windows


What are modal windows? -
Modal windows are usually used as dialogs, and have restricted functionality compared to modeless windows. On some platforms for example operators cannot resize, scroll or iconify a modal window.

0 comments: