ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Databases  >>  Oracle  >>  Forms Reports
 
 


 

 
 Oracle General interview questions  Oracle General Interview Questions
 OCI interview questions  OCI Interview Questions
 Architecture interview questions  Architecture Interview Questions
 Oracle Security interview questions  Oracle Security Interview Questions
 Database Management interview questions  Database Management Interview Questions
 Forms Reports interview questions  Forms Reports Interview Questions
 Oracle AllOther interview questions  Oracle AllOther Interview Questions
Question
how to pass 2 variables from one form to other form
 Question Submitted By :: Suman_vemula22
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to pass 2 variables from one form to other form
Answer
# 1
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 ?    4 Yes 1 No
Farrukh Shaikh
 

 
 
 
Other Forms Reports Interview Questions
 
  Question Asked @ Answers
 
Is it possible to attach same library to more than one form?  1
Can you have more than one content canvas view attached with a window? TCS2
What are the two ways by which data can be generated for a parameter's Using static values?  1
What is the use of Validation triggers in Reports? GE2
What is a combo box?  2
What are the built_in used to trapping errors in forms 4?  1
What are the built_ins used the display the LOV?  1
What are the trigger associated with image items?  2
How i get the client machine Ip address through developer 2000 forms, if you are running three tier architech.  1
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?  2
What are the triggers associated with the image item?  1
What are different types of modules available in oracle form?  2
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED  1
can i use lexical variable in formula column  1
What is a Layout Editor?  1
What are the two phases of block coordination?  1
Which of the above methods is the faster method?  1
Where is the external query executed at the client or the server? Wipro1
what are the different objects that you cannot copy or reference in object groups?  1
What are Most Common types of Complex master-detail relationships?  1
 
For more Forms Reports Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com