Page 1 of 1

PageBreak inside table row

Posted: Tue May 04, 2010 8:46 am
by OrgaDev10
hello,
we need to work with PageBreaks inside a table row because our data comes out of a database and there is no guarantee that the row height will not stretch to the next page, otherwise we can't work with ScaleRichView.

Is there a workaraound you can recommend (not only at printing)?

By the way, in MSWord (2007) the row continues at the next page without splitting the table above that row, even if the columns contain different items.

Posted: Tue May 04, 2010 3:52 pm
by Sergey Tkachenko
No, ScaleRichView does not support page breaks in cells. There is no workaround except for using smaller rows.
Planned for future.

Re: PageBreak inside table row

Posted: Tue Dec 26, 2017 6:34 am
by Kevin Leo
We have implemented it like this:
1st, we set the first page's ending row and the next page's starting row with the same row,which crosses pages;
2nd, when SRV paints the next page, we set an offset upward to the Y co-ordinate of the row, whose part is painted as the first row on the page.

Result like this:
https://share.weiyun.com/34ef74cc833e71 ... d4ba9772ab

Re: PageBreak inside table row

Posted: Tue Jan 02, 2018 12:02 pm
by milkiway
Hi Sergey,

I want to migrate to your components set from WPTools and after quick review on trial version i think its really good job! But i have same problem as above. Non-functional PageBreaks inside table is really big problem for me. I'll trying print by TRichView and it looks better but it's only kind of prosthesis for ScaleRichView print (it's generate problems with footer e.g) and i still wonder about migrate. Tell me, are you going to improve this in the near future?

Re: PageBreak inside table row

Posted: Tue Jan 02, 2018 2:32 pm
by Sergey Tkachenko
Sorry, not in near future.
In this year, we are concentrating to porting to Lazarus and FireMonkey

Re: PageBreak inside table row

Posted: Wed Jan 03, 2018 4:11 pm
by milkiway
O! Firemonkey and lazarus sounds really nice. :!: But dont you think that solve common feature makes problem from 2010 with random frequency will satisfy many current and feature castomers?
I dont want to impose on you, its your decisions of course but i think it is worth rethinking matter once again.

Best regards

Re: PageBreak inside table row

Posted: Mon Jan 08, 2018 8:42 pm
by kbor
Hi Sergey,
Your component is often used to create tabular statements. The lack of correct table handling prevents the use of ScaleRichView.

Re: PageBreak inside table row

Posted: Thu Feb 08, 2018 8:52 pm
by tmark
Hi
I am voting for to set higher priority to cell splitting between pages. It is a very serious issue brought up of my clients. Both are using tables for data presentation witch almost always result in height of rows.

regards
tmark

Re: PageBreak inside table row

Posted: Wed Feb 06, 2019 5:23 pm
by milkiway
Any news from battlefield in this case?

Re: PageBreak inside table row

Posted: Wed Feb 06, 2019 6:04 pm
by Sergey Tkachenko
Not planned for this year, sorry.