Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report - header columns(Heading) unscrollable

Former Member
0 Likes
632

HI 1

I have a report in list display. which has the header with headings of the report and under which the report follows i.e , in header , material , plant , item,net price ect is mentioned and the detaisl about it follows under it. Now when I scroll down the report the headerr details alos scrolls up and it becomes difficlut to see what is against what if I have come down in the report as the header has vanished upwards on scroll. How do I make my report header static at one place and teh items just scrolls under it so that w ecan easily locate what is against what.

Thanks

Aarav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
605

Hi,

It sounds like you must have used the WRITE statement to output your list headers. Instead, use the "List Headings" text element attributes. From the editor use menu Goto -> Text Elements -> List Headings, and enter your column headers there instead.

Regards,

Jamie

4 REPLIES 4
Read only

Former Member
0 Likes
606

Hi,

It sounds like you must have used the WRITE statement to output your list headers. Instead, use the "List Headings" text element attributes. From the editor use menu Goto -> Text Elements -> List Headings, and enter your column headers there instead.

Regards,

Jamie

Read only

0 Likes
605

SO you mean to say that I ahve remove the write statements from my reports and add teh column headings in the list headings side by sude in the row mentioned there , but my headings are in three lines one under each other . If you run ME2M report and see a output in list display then you will see that the header is constant and the item sunder it move , that is how I wnat it to happen in my report too. Kiundly suggest please.

Thanks

Read only

0 Likes
605

Hi,

Output your headings (using WRITE statement) in the TOP-OF-PAGE event.

Regards,

Jamie

Read only

0 Likes
605

Thanks very much , yes it indeed worked . Thanks again.