i want to print the employee details on department wise with
group above report with the fields
DEPTNO------group above
ENAME ------
SAL--------
COMM------
I WANT OUTPUT LIKE THIS
----------------------------------------------------------
1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE
AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE
WHAT I HAVE TO DO
OUTPUT
-------
--FIRST_PAGE
-----------
DEPTNO:10
ENAME SAL COMM
KING 5000
A 2000 2222
----
=-
--
SECONDPAGE
DEPTNO:20
ENAME SAL COMM
MILLER 220 22
D 45 23
--
-
-
LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE
EXISITING IN EMP TABLE
No Answer is Posted For this Question
Be the First to Post Answer
What is the built-in function used for finding the alert?
how can u store a picture file in oracle database? explain the path/command?
LOV can best describe a) window b)modal c)list d) none of these d)
What is a Query Record Group?
What is an user exit used for?
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
explain tkprof?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
What is new_form built-in?
what ia an object groups?
List the editors availables in forms 4.0?
Use the Add_group_row procedure to add a row to a static record group 1. true or false?