Question
Difference between open_form and call_form in oracle.

Answers

CALL_FORM: This runs a specified form while keeping the parent form active. This allows moving between the forms. Oracle forms run the new form with Run form preferences based on the parent form. When the called form exits, oracle forms resume the parent form along with its last state. Either of the forms can be hidden or displayed based on logic.

OPEN_FORM: This executes the current form and executes the new specified form as a modal form. Oracle release the memory for the parent form and the new form is executed using the same Run form preferences as the parent form.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What does the term Dolby B or Dolby C printed on tape recorders and other sound systems refer to ?
  • Q What are the default record and field delimiter used for hive text files?
  • Q How did street originate in the plumbing term street ell?
  • Q What is the database backup strategy?
  • Q A person who dishonestly pretends to be somebody else
  • Q VB.NET Watch window
  • Q Primary Actions of Deltoid:
  • Q What is mandible
  • Q Explain how to start to use ANT and provide a "Hello World" ant script
  • Q Which is the longest Track & Field event in an Olympics?
  • Q How does the interrupts handle by using the threads?