What are the Built-ins used for sending Parameters to forms?
Answers were Sorted based on User's Feedback
Answer / guest
You can pass parameter values to a form when an
application executes the call_form, New_form, Open_form or
Run_product.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / binurajnair
For Preparing parameters to be passed, we can use the
following built-ins
CREATE_PARAMETER_LIST :- Creates Parameter list
ADD_PARAMETER :-Adds a parameter to parameter list
DELETE_PARAMETER
DELETE_PARAMETER_LIST
Is This Answer Correct ? | 0 Yes | 1 No |
How do you display console on a window ?
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
What are the type of User Exits ?
How many maximum number of radio buttons can you assign to a radio group?
WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?
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 call a report from Forms?
When is PRE-QUERY trigger executed ?
Do user parameters appear in the data modal editor in 2.5?
How i get the client m/c IP address.
What are the ways to monitor the performance of the report?
What do you mean by a page ?