Hi Lucy,
I’m sorry to say that I only fixed
part of the problem. I fixed the case where a nested table causes a row to be
dropped from the table, but if a single cell of text is larger than a page it
will still be dropped.
I’ve been meaning to work on
splitting up a single cell of text, but splitting nested tables fixed my
immediate problem and I haven’t had much time to devote to it.
-Dan
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 8:38
AM
To:
[EMAIL PROTECTED]
Cc: Smith, Daniel
Subject: Drop Big Cell Question
Daniel posted a fix for this bug in April 22nd, 2004, it's working
great. But then I ran into another situation, it's like this:
a
table row has 2 columns, the second column has a nested table in it.
If the
nested table is too big, the cell will be dropped before I applied the patch,
using Daniel's fix can solve this problem.
But
when the first column is too big too, what I mean is in the same row, the first
column is too big, and the second column which has a nested table is also too
big, the row will still be dropped.
Can
anybody help me?
Lucy