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
Can we invoke one form from another in a multi-forms application?
hiding item in report how like that properly,thats manually but at runtime i want to do
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
what is oracle forms?
all steps of bitmap report?
what are bind variables?
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
Is it possible to execute a dynamic sql from forms?
List the different types of columns in oracle reports.
what is a package n what r the packages availbla in report
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
why the Ctl file u put only in bin folder why not in other folder
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What is an SQL FORMS ?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output