C
Composer
Thank goodness for Stephen Lebans' wonderful set of utilities. I've
been using clsPrintToFit to resize text boxes on a report. All was
well until someone on a different machine tried the report. When they
export to RTF, the last word in a field is missing, whereas on my
machine the words are all there.
The obvious thing to try is to add more twips to the text box. For
example,
tBox.Width = fTextWidth(tBox) + 60
We've tried increasing the twips padding by large numbers, which does
effectively make the text box wider, yet the final word of text still
doesn't appear when exported to RTF.
Any clues will be appreciated. Thanks.
[Emails to this address are not looked at.]
been using clsPrintToFit to resize text boxes on a report. All was
well until someone on a different machine tried the report. When they
export to RTF, the last word in a field is missing, whereas on my
machine the words are all there.
The obvious thing to try is to add more twips to the text box. For
example,
tBox.Width = fTextWidth(tBox) + 60
We've tried increasing the twips padding by large numbers, which does
effectively make the text box wider, yet the final word of text still
doesn't appear when exported to RTF.
Any clues will be appreciated. Thanks.
[Emails to this address are not looked at.]