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 |
When a form is invoked with call_form, Does oracle forms issues a save point?
What is term? What is use of term?
HI GURUS, WHAT IS THE PURPOSE OF LEXICAL PARAMETER IN REPORT DEVELOPMENT.
What package procedure is used for calling another form ?
How can a break order be created on a column in an existing group?
How can I message to passed to the user from reports?
Why oracle forms required?
What are the default extension of the files created by library module?
State the order in which these triggers are executed ?
How many maximum number of radio buttons can you assign to a radio group?
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
Does a Before form trigger fire when the parameter form is suppressed.