pegaga1979
7th March 2014, 04:19
Hi Experts,
i would like to customize current report.
At Header, it is set up with 9 rows and i want to reduce to 6 rows only.
I can't change the Number of Rows because it is already dimmed.
so may i know how i can reduce the number of row in the report header?
Tq.
JaapJD
7th March 2014, 09:09
You need to do that with Edit Layout for the Header. Press <Esc>S, arrow up (3 times) and <Esc>S again. Note that the last 3 rows should be empty before you can do that.
fawzy_i_05
13th March 2014, 06:02
Hi,
1- Create Function
function read.main.table()
{
select ppmmm999.ffff
from ppmmm999
order by ppmmm999.ffff desc
as set with 4rows
selectdo
rprt_send()
endselect
}
Header.1:
before.layout:
read.main.table()
JaapJD
13th March 2014, 15:43
Hi Ibrahim, can you explain your code please?
bdittmar
13th March 2014, 17:24
Hello,
if Header in layout is defined with 9 lines, the no of lines are used.
What should be the effect of your code ?
-----------------------------------------------------------------------
Jaap's way is the correct way !
You need to do that with Edit Layout for the Header. Press <Esc>S, arrow up (3 times) and <Esc>S again. Note that the last 3 rows should be empty before you can do that.
Regards