What is the difference between a Function Key Trigger and
Key Function Trigger ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
What is the difference between a POST-FIELD trigger and a POST-CHANGE trigger ?
What is the main difference between Reports 2.0 & Reports 2.5?
What are the different display styles of list items?
What are the two types views available in the object navigator?
can u call procedure or function is sq l query in reports
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
how to create the triggers in the forms?
What is a Layout Editor?
how to hide the scroll bar in forms 6i
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
.fmb will be in which folder