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

List Headers not showing (text elements)

Former Member
0 Likes
770

I've created and activated my list headers (Goto->Text Elements->List Headers) but they won't display. I then created a small test program w/ just a WRITE statement and created some there and they displayed. My program is pretty simple so I don't know why they're showing. Any suggestions? The headers are active.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
580

Check the 1st statement of ur prog. May be no standard page heading this addition is present with ur report statement. Pl remove it.

report z_XXXX line-size 200

line-count 65

no standard page heading << Remove it

message-id z_zzz_ca_messages.

Regards,

Joy.

2 REPLIES 2
Read only

Former Member
0 Likes
581

Check the 1st statement of ur prog. May be no standard page heading this addition is present with ur report statement. Pl remove it.

report z_XXXX line-size 200

line-count 65

no standard page heading << Remove it

message-id z_zzz_ca_messages.

Regards,

Joy.

Read only

0 Likes
580

Thank you - that did it.