how to pass 2 variables from one form to other form
Answer Posted / farrukh shaikh
Assalam-o-Alikum.
you can pass the value of two variable from form F1 to form
F2
First you have to create the two parameter on form F2 name
p1 and p2 and save the form.
then you go on to F1 and write tis code on button on text
item through which you want to send the parameter.
Declare
para ParamList;
Begin
para:=get_parameter_list('plist') /*plist can be replace by
any character*/
if not id_null(para) then
destroy_parameter_list('plist');
end if;
para:=create parameter_list('plist');
Add_Parameter(para,'P1',variable_1);
Add_Parameter(para,'P2',variable_2);
---after this you can add
call_form('F2');
--you can see the argument pass through form F1 to FORM F2.
end;
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What do you understand by lov and how can it be used?
how report can be generated if we have the database designed in oracle 10g?
What is a user exit program in oracle reports?
what is a package n what r the packages availbla in report
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
What do you understand by lov?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
where do u put the report file
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
Is it possible to have multiple layouts in a report?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
hiding item in report how like that properly,thats manually but at runtime i want to do
why the Ctl file u put only in bin folder why not in other folder
What are the various configuration files that are used by oracle forms?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.