Oracle Forms 4.0

  Home  Oracle  Oracle Forms 4.0


“Oracle Forms 4.0 guideline for job interview preparation. Explore list of Oracle Forms 4.0 frequently asked questions(FAQs) asked in number of Oracle Forms 4.0 interviews. Post your comments as your suggestions, questions and answers on any Oracle Forms 4.0 Interview Question or answer. Ask Oracle Forms 4.0 Question, your question will be answered by our fellow friends.”



22 Oracle Forms 4.0 Questions And Answers

7⟩ How to Give built-in routine related to a record groups?

Create_group (Function)

Create_group_from_query(Function)

Delete_group(Procedure)

Add_group_column(Function)

Add_group_row(Procedure)

Delete_group_row(Procedure)

Populate_group(Function)

Populate_group_with_query(Function)

Set_group_Char_cell(procedure)

 140 views

8⟩ Explain What is a window?

A window, by itself , can be thought of as an empty frame. The frame provides a way to interact with the window, including the ability to scroll, move, and resize the window. The content of the window i.e. what is displayed inside the frame is determined by the canvas View or canvas-views displayed in the window at run-time.

 118 views

12⟩ Explain How do you pass the parameters from one form to another form?

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 built-in function to programmatically. Create a parameter list to execute the add parameter built-in procedure to add one or more parameters list.

Execute the call_form, New_form or run_product built_in procedure and include the name or id of the parameter list to be passed to the called form.

 140 views

16⟩ Explain What is a Navigable item?

A navigable item is one that operators can navigate to with the keyboard during default navigation, or that Oracle forms can navigate to by executing a navigational built-in procedure.

 139 views

18⟩ Explain What is a Check Box?

A Check Box is a two state control that indicates whether a certain condition or value is on or off, true or false. The display state of a check box is always either "checked" or "unchecked".

 145 views

20⟩ Explain what is a display item?

Display items are similar to text items but store only fetched or assigned values. Operators cannot navigate to a display item or edit the value it contains.

 157 views