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...


What are the Built-ins used for sending Parameters to forms?

Answers were Sorted based on User's Feedback



What are the Built-ins used for sending Parameters to forms?..

Answer / guest

You can pass parameter values to a form when an
application executes the call_form, New_form, Open_form or
Run_product.

Is This Answer Correct ?    1 Yes 0 No

What are the Built-ins used for sending Parameters to forms?..

Answer / binurajnair

For Preparing parameters to be passed, we can use the
following built-ins

CREATE_PARAMETER_LIST :- Creates Parameter list
ADD_PARAMETER :-Adds a parameter to parameter list
DELETE_PARAMETER
DELETE_PARAMETER_LIST

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Forms Reports Interview Questions

Which is the cheapest and quality Oracle Education provider in Bangladesh?

1 Answers  


Can we invoke one form from another in a multi-forms application?

0 Answers  


What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?

1 Answers  


Can you mention lexical parameter in select statement in the data model?

1 Answers   Zensar,


Can a repeating frame be careated without a data group as a base?

2 Answers  


What are the unrestricted procedures used to change the popup screen position during run time ?

1 Answers  


what are the oracle forms services components include?

0 Answers  


Do user parameters appear in the data modal editor in 2.5?

1 Answers  


What are the default extension of the files created by library module?

1 Answers  


What are the two types views available in the object navigator?

1 Answers  


what is the exact navigation to create a radio button in form6i? can i create the radio button in report6i?

2 Answers   Satyam,


Hi...... I created a report which is geneated in .txt format. What I do for this is 1.First I change the system parameter mode to character in the report. 2.Then I place a button in my form to call the report. code in the button is as follows.. DECLARE rePid REPORT_OBJECT; rep_hndl VARCHAR2(100); BEGIN rePid := Find_Report_Object('reptxt.rdf'); Set_Report_Object_Property(rePid,Report_deStype,FILE); Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf'); Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt'); rep_hndl := Run_Report_Object(rePid); END; and it is working.. Now the problam is that when I preview the report from the report builder, it is in the format I needed. But when I run the form and run the report,Its alligment is not correct. Regards abc

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)