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 |
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;
what is the difference between oracle reports 6i and oracle reports 10g? give atleast 10 differences? (plz give the answer vvvvvvvvvvv.urgent)
How i get the client m/c IP address.
What are the two ways by which data can be generated for a parameter's Using static values?
Name of the functions used to get/set canvas properties?
What are the triggers associated with a check box?
Oracle me hindi notes chahiye or any web site address plz Give me in my email add,/////////// sunny.145@rediff.Com
What triggers are associated with the radio group?
Could u tell me, u work as a support & maintenace when sub ledger and gl is mismatch, then how do u match with the both side/
What are the different types of Record Groups?
What are the various configuration files that are used by oracle forms?
how to pass 2 parameters from one form to other in oracle applications?