Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What do you understand by lov and how can it be used?

1151


how report can be generated if we have the database designed in oracle 10g?

1935


What is a user exit program in oracle reports?

1080


what is a package n what r the packages availbla in report

2158


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

2960


What do you understand by lov?

1081


how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g

2036


where do u put the report file

2133


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

2024


Is it possible to have multiple layouts in a report?

1086


if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed

1946


hiding item in report how like that properly,thats manually but at runtime i want to do

3321


why the Ctl file u put only in bin folder why not in other folder

2098


What are the various configuration files that are used by oracle forms?

1073


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.

2280