What is a Navigable item?
Answer / guest
A navigable item is one that operators can navigate to
with the keyboard during default navigation, or that
Oracle forms can navigate to by executing a navigational
built-in procedure.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is bind reference and how can it carate?
What are the differrent types of windows?
How can I sum column wise in Oracle excel report?
What is the purpose of the product order option in the column property sheet?
What are the different types of key triggers ?
The join defined by the default data link is an outer join yes or no?
How i get the client m/c IP address.
all steps of bitmap report?
What is a Static Record Group?
What is the advantage of the library?
Where is a procedure return in an external pl/sql library executed at the client or at the server?
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