how to create parameterised form in oracle 10g?
and create another form from the value of the form?
AND how to assign value to a parameter?
sincerly your
mamun
Answer Posted / sudipta santra
First U need to create one Param-List object inside the form
like as below:-
list_id := Create_Parameter_List('PAR_CONTRACT');
Add_Parameter(list_id,
'CONTRACT_NO',TEXT_PARAMETER,:TBL_CONTRACT.CONTRACT_NO);
call_Form('T:\Form2.fmx',no_hide,no_replace,
no_query_only,list_id);
in the Form2.fmb: You need to catch those parameter value in
either trigger Pre-Form or in trigger When-New-Form-Instance.
If you have any doubt then please drop me a mail about your
confusion on : sudipta_santra@infosys.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between BPA AND Contract What are documents and test cases u followed
How can we expand Parameter Form Canvas on Reports 6i?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
What is responsibility and how u attach How to create user and how u attach with responsibility.
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
What do you understand by oracle forms and why are they required?
why the Ctl file u put only in bin folder why not in other folder
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
what are the oracle forms services components include?
what is a package n what r the packages availbla in report
What do we mean by record group in oracle forms?
what is oracle forms?
In what sequence do triggers get fired by oracle forms?
Explain how one can iterate through items and records in a specified block?
What do you understand by oracle forms?