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                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
 Categories  >>  Software  >>  Databases  >>  Oracle  >>  Forms Reports       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
what is the exact navigation to create a radio button in form6i? can i create the radio button in report6i? Satyam  1  925
i created a parameter list in reports. how to restrict that parameter list with parameters iFlex  1  846
How can we call a URL from a menu (Oracle Forms 6i)?  0  207
HOW TO MAKE A MATRIX REPORT MANUALLY WITH SINGLE GROUPT QUERY OR MULTIPLE GROUP QUERY ? Jaguar  1  155
I HAVE A REPORT LAYOUT LIKE THIS RUNDATE -FIELD DEPTNO-FIELD ------------------------------------------------------------ ------------------- EMPNO-----ENAME------SAL-----COMM----MGR----- ------------------------------------------------------------ ------------------ ------- ------------ -------- -------- -------- MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE. I WANT LIKE THIS ....  3  422
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  284
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  0  92
what is the difference between oracle reports 6i and oracle reports 10g? give atleast 10 differences? (plz give the answer vvvvvvvvvvv.urgent) IBM  0  109
How the Action Trigger works? and what is full syntex of srw.run_report? CMC  1  1656
How can we expand Parameter Form Canvas on Reports 6i? ABB  0  112
how to eliminate duplictes in column except group and section? TCS   2  1165
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement  0  58
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.  1  478
in reports 1og.if we enter a query in list of values then parameter form displays a dropdown.in that if any ething is selected then that will display in the report.supp if i am not selected any value then it should display all the values.how it is possible?can any one help me........  1  428
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement  0  50
E-Mail New Answers        Answer Selected Questions
 
 
Prev     1   [2]    3  ... 5   ... 7   ... 9   ... 11   ... 13   ... 15   ... 17   ... 19   ... 21   ... 23   ... 25   ... 27   ... 29    Next
 
 
 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
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
hiding item in report how like that properly,thats manually but at runtime i want to do 84  
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g 50  
what is difference between group above and group left report 52  
what is a package n what r the packages availbla in report 99 Convergys
did u p prepared complex report 62  
all steps of bitmap report? 56 Convergys
What is responsibility and how u attach How to create user and how u attach with responsibility. 82 Zensar
what is the difference between oracle reports 6i and oracle reports 10g? give atleast 10 differences? (plz give the answer vvvvvvvvvvv.urgent) 109 IBM
i don't want to give the path of .Dat file in .Ctl file dynamically i want to give how 74  
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 92  
difference between global n context sensitive segments? 77 Convergys
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ? 60 GE
what are Navigational Triggers? 91  
how do u place it in required folder 71  
How can we expand Parameter Form Canvas on Reports 6i? 112 ABB
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 88  
a text item is there what r the different types of triggers associated with it 85  
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How? 140  
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2? 67 Oasis
if u want to delete all these detail block etc what will happen in form 79  
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
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