How do you pass the parameters from one form to another form?
Answers were Sorted based on User's Feedback
Answer / anil_abbireddy
in call_form
with the help of create_paramter_list Built-in
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pramod
We can pass parameters using
1. Global variables.
2. Attached libraries.
3. User defined Parameters.
Is This Answer Correct ? | 1 Yes | 0 No |
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/
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
What is the difference between bind and lexical parameter?
I am using oracle developer suit(form 10g), On used ole2 objects to initialize excel and worksheet and on "BEFORE REPORT" i am printing report heading in excel using OLE2 objects only. if i run report from developer suit report builder it give output in excel normally and what expected but when ever i put same report on server and run report from application it gives error : " Terminated with error : <br> REP-1401 'before report': FATAL pl/sql error occured. ORA-43356; message 43356 not found; Product=RDBMS; facility = ORA." Please reply it is urgent
What are the types of Pop-up window ?
Can you have more than one content canvas view attached with a window?
What is a Layout Editor?
At what point of report execution is the before Report trigger fired?
how to pass 2 parameters from one form to other in oracle applications?
How do you call other Oracle Products from Oracle Forms?
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?
can i write commit in Before report trigger