adspace


What is the difference between a Function Key Trigger and
Key Function Trigger ?

Answer Posted / alendra

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 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2227