What are the types of calculated columns available?
Answer / anil_abbireddy
In forms there are 2 type of calculated columns
1.formula column
2.summary column
| Is This Answer Correct ? | 2 Yes | 0 No |
How to call Report from other Report ?
An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
I am using oracle developer suit(form 10g), On used ole2 objects to initialize excel and worksheet and on "BEFORE REPORT" i am printing report heading in excel using OLE2 objects only. if i run report from developer suit report builder it give output in excel normally and what expected but when ever i put same report on server and run report from application it gives error : " Terminated with error : <br> REP-1401 'before report': FATAL pl/sql error occured. ORA-43356; message 43356 not found; Product=RDBMS; facility = ORA." Please reply it is urgent
What is a Trigger ?
What are the important difference between property clause and visual attributes?
What use of command line parameter cmd file?
can you change the default value of the radio button group at run time?
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
What are the display styles of list items?
how report can be generated if we have the database designed in oracle 10g?
How do you create a new session while open a new form?
What package procedure used for invoke sql plus from sql forms ?