Any attempt to navigate programatically to disabled form in
a call_form stack is allowed?
Answer Posted / guest
False
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an SQL FORMS ?
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
What do we mean by record group in oracle forms?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What is a matrix report and how many minimum groups are required to prepare the same?
if some data is not transfered where it will get stored
What do you understand by lov?
Is it possible to have multiple layouts in a report?
List out the oracle forms configuration files?
How can we generate report output in excel format?
Explain the different levels at which oracle form services interact.
Explain the various types of oracle report?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
what is the difference between call_form, new_form and open_form?
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