What is new_form built-in?

Answer Posted / chaudhry

When one form invokes another form by executing new_form
oracle form exits the first form and releases its memory
before loading the new form calling new form completely
replace the first with the second. If there are changes
pending in the first form,the operator will be prompted to
save them before the new form is loaded.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we invoke one form from another in a multi-forms application?

712


What is an implicit anchor and how is it a different form explicit anchor in a report builder?

722


what is tripstop report?

1423


what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?

683


suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables

1687






how report can be generated if we have the database designed in oracle 10g?

1533


Explain master-detail relationship with some examples.

652


If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

1907


Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?

1939


how to send file attachment from oracle forms

2203


hiding item in report how like that properly,thats manually but at runtime i want to do

2687


What do you understand by lov?

654


I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object

2423


did u received a single file or multiple files

1685


in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

1787