What is the use of break group?
Answer / guest
A break group is used to display one record for one
group ones.While multiple related records in other group can
be displayed.
| Is This Answer Correct ? | 1 Yes | 0 No |
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?
How to solve the error ?Frequency below its group? while running the report. Why it is happened and How to solve that?
How the Action Trigger works? and what is full syntex of srw.run_report?
1 Answers CMC, Yantro Software,
how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun
What are the difference between lov & list item?
hiding item in report how like that properly,thats manually but at runtime i want to do
What is the difference between keystartup and pre-form ?
What are the three types of user exits available ?
What is the maximum no of chars the parameter can store?
What is an OLE?
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
Where do u define the select statement of the parameter? is it followed by the & variable ?