What is the difference between a Function Key Trigger and
Key Function Trigger ?
Answer Posted / guest
Function key triggers are associated with individual
SQL*FORMS function keys
You can attach Key function triggers to 10 keys or key
sequences that normally do not perform any SQL * FORMS
operations. These keys refered as key F0 through key F9.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
from where do u receive the information to develop report
did u p prepared complex report
all steps of bitmap report?
what is oracle forms?
Explain master-detail relationship with some examples.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is a canvas in oracle forms?
if some data is not transfered where it will get stored
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 oracle report?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
hiding item in report how like that properly,thats manually but at runtime i want to do
In what sequence do triggers get fired by oracle forms?
How to create Drill down report?