What is the difference between restricted and unrestricted
package procedure ?
Answer Posted / nishi
Restricted package procedure that affects the basic basic functions of SQL * Forms. It cannot used in all triggers except key triggers.
Unrestricted package procedure that does not interfere with the basic functions of SQL * Forms it can be used in any triggers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
hiding item in report how like that properly,thats manually but at runtime i want to do
List out the oracle forms configuration files?
What is responsibility and how u attach How to create user and how u attach with responsibility.
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
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
What is an SQL FORMS ?
if some data is not transfered where it will get stored
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 ?
did u p prepared complex report
Name the different triggers associated with oracle forms having a master-detail relationship.
a text item is there what r the different types of triggers associated with it
Is it possible to have multiple layouts in a report?
if u want to delete all these detail block etc what will happen in form
Explain how can you use the same lov for 2 columns?