Thank you for your help so far. Now I am close to what I'd like to achieve. I want to insert a foot on every pages except on the last page (at the end of the table). Is it possible? I have this simple code: \starttext \setupxtable[split=repeat,header=repeat,footer=repeat] \startxtable[frame=off,topframe=on,bottomframe=on,toffset=2pt,boffset=4pt] \startxtablehead \startxrow[bottomframe=off,rulethickness=2pt] \startxcell Head \stopxcell \stopxrow \stopxtablehead \startxtablenext \startxrow[topframe=off] \startxcell Continued from previous page \stopxcell \stopxrow \startxrow \startxcell Next \stopxcell \stopxrow \stopxtablenext \startxtablefoot[bottomframe=off] \startxrow \startxcell Continued on next page \stopxcell \stopxrow \stopxtablefoot \startxtablebody \startxrow \startxcell \input tufte \stopxcell \stopxrow \startxrow \startxcell \input tufte \stopxcell \stopxrow \startxrow \startxcell \input tufte \stopxcell \stopxrow \startxrow \startxcell \input tufte \stopxcell \stopxrow \startxrow \startxcell \input tufte \stopxcell \stopxrow \startxrow \startxcell \input tufte \stopxcell \stopxrow \startxrow \startxcell \input tufte \stopxcell \stopxrow \stopxtablebody \stopxtable \stoptext Thank you, bcsikos