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

how to repeat 2 table header rows in adobe form

Former Member
0 Likes
668

Can anybody suggest me how to repeat 2 table header rows .

one header row is for displaying only columns header list

second header row is for displaying 'from date' and 'to date'.

and i want this to be done using layout tab(palletes) in the form. will it be?

Message was edited by:

M Madhu

Can anybody suggest me how to repeat 2 table header rows .

one header row is for displaying only columns header list

second header row is for displaying 'from date' and 'to date'.

and i want this to be done using layout tab(palletes) in the form. will it be?

Message was edited by:

M Madhu

1 REPLY 1
Read only

Former Member
0 Likes
407

loop at ot into wa.

at first header one

write second header.

endloop.

declear one internal table append both values in come internal table .

pass the header in comen internal table.

Message was edited by:

Karthikeyan Pandurangan