Hi Friends
does anyone have a Typ for me. i would like to show the header from a list just in the first page.
till now i tryed the 2 methods i find in internet
1) using PageNumber ()
with Something like " if PageNumber () > 1 then type box none" but pageNumber just work for html so i can not use that solution.
After a while googling and even in this forum there is a kind of solution that say..
2) using Pagination
"Keep all the header stuff in One table.Select that table and goto table properties , Under "General" option select Pagination , one window will open , there unselect 'Allow contents to break across pages' and 'Repeat table rows on page break'. "
but that solution doesnt work for me.
does anyone know what i sould try or in what direction should I keep trying.
Thanks in advance, Enrique
Have you tried using an overall header? From the structure menu you can select List Headers & Footers. Within that dialog you can put a check next to overall header.
This only appears on the first page of the list. By default it appears beneath the list column titles, but you can change this by changing the List level property called "Column Titles" to "At start of details".
Thats a solution. Thanks a lot @Lynn for your help.