Type of Oracle Forms

Hi all,
Pls answer the following questions
1.what is the difference between CALL FORM,NEW FORM, & OPEN FORM?
2.can a report contain more than one template?
3.where will u define GLOBAL VARIABLES in Reports?

Questions by syedrafi123

Showing Answers 1 - 9 of 9 Answers

Answer to the first Question is :

  • CALL_FORM to run forms in modal mode. The calling form remains inactive till the called form is exited.
  • NEW_FORM to close the calling form, and then invoke the called form.
  • OPEN_FORM for interform navigation or interform sessions. Multiple instances of the called form can be opened in this case.

Answer to the Second Question is:
      Yes  


Answer to the Third Question is:

      Define the parameter in the report object navigator and this will serve your global parameter purpose.

KULDEEP

  • Mar 8th, 2017
 

Mainly Oracle forms are four types
1 Single form
2 Single with wildloop form
3 Master form
4 Master with netloop form

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions