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
Can we invoke one form from another in a multi-forms application?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
what is tripstop report?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
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
how report can be generated if we have the database designed in oracle 10g?
Explain master-detail relationship with some examples.
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
how to send file attachment from oracle forms
hiding item in report how like that properly,thats manually but at runtime i want to do
What do you understand by lov?
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
did u received a single file or multiple files
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