Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Don't turn both autosize and wordwrap on

edited April 2004 in General
Hi,

I had something happen that took a while to find.
It was because of my stupidity. I had a TDBText
field that once in a while would chop off part. It was
an amount and a term (i.e. $100.00 Monthly). The
$100 would print but not the Monthly. I looked at
the field and it had AutoSize set to true. I could not
figure out what was wrong. I put showmessages in the
GetText and the text was right. It turned out that I had
wordwrap also checked. When I unchecked this it
worked right. I think it must be doing the wordwrap
first putting the Monthly on the next line. So, just in
case anyone hits this same stupid problem I thought I
would post it.

Thanks,
Joseph Gordon
This discussion has been closed.