GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  D2K

 Print  |  
Question:  Type of Oracle Forms

Answer: 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?


April 04, 2009 08:24:44 #2
 garimella.aditya   Member Since: April 2009    Total Comments: 1 

RE: Type of Oracle Forms
 

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.

     

 

Back To Question