We have several reports which outputs separate tables into a PDF using Gnostice’s eDocEngine, which all works fine provided the data fits in the cells properly.
The problem is when the data wraps it changes the row height, making the table larger. This means when we output the next table it overlaps and ruins the report output. At the moment we use workarounds such as testing the string length to see if will wrap or adding a constant to the next tables top to a add a little space just in case the top table grows a bit.
What I’d like to be able to do is after calling EndTable get the tables height, or bottom so I can adjust subsequent tables accordingly.
We are using Delphi 2007, eDocEngine 2.5
1 Answer