What are the Features of Forms 6i over 4.5?
What are the Features of Forms 10g?
What are the Features of Reports 6i?
What are the Features of Reports 10g ?
142
What is the difference between BPA AND Contract
What are documents and test cases u followed
does the query needs a hint to access a materialized view?
107
How we can able to import our own template (users designed
MS-Word templates) which has many tabular columns; need to
pass some values generate by Oracle-reports9i?
Actually need to import more than 400 MS-Word templates into
Oracle Reports-9i to minimize layout design in Reports.
153
we have 10 concurrent programs under one request group
out of 10 ccps all users submitting only 9 programs from
srs window remaining one ccp for specific user how can it
possible send me answer asap.
i have a repeating frame that prints on every page for a
product code.
But when on page ends the info associated with that product
code is truncated and not overflowed to the next page.On
the next page data with the new product code is displayed.
I want the data for one product code to be continued on the
next page if it does not fit on a single page.
The values are as:
repeating frame
vertical = variable
horizontal = variable
page protect = 0
print object on = first page
base printing on = enclosing object
for the outermost frame which encloses the repeating frame:
print object on = last page
base printing on = anchoring object
end of layout section = yes
rest all the values are same as the repeating frame
161
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