convert report to rtf

  • Thread starter Thread starter chriske911
  • Start date Start date
C

chriske911

when I generate a mail to send a report via mail the last line of text
(mostly containing the zip code and city) inside a text box isn't
showing
however, the text is always there when I preview the report

stranger still, it is also there when I do this in my development copy
(mdb)
it only disappears in the mde front of the users

how to solve this one?

thnx
 
Chriske,

Do you have the Can Grow property of this textbox set to Yes? And also
the Can Grow property of the Section of the report? If you look at the
design view of the report, is this textbox touching or overlapping with
any other control?
 
Chriske,
Do you have the Can Grow property of this textbox set to Yes? And also the
Can Grow property of the Section of the report? If you look at the design
view of the report, is this textbox touching or overlapping with any other
control?

I did all that and still the same weird conversion flaw
the strange thing is that this does not happen with the non compiled
front end, only with the MDE's

for now I have circumvented it by stretching the textbox a bit
this makes it big enough for all current adresses
off course, what to do with the next even bigger address?

grtz
 
Chriske,

Ok, glad you have a workaround for now. I don't know why this is
happening, but I have certainly experienced similar problems before, and
have figured it is something to do with slight differences in font
rendering or "something".
 
Back
Top