Incomplete Text in Report

R

Roger Tregelles

Hi Folks,

I'm trying to print out a report based on a Query. One of
the fields is a Memo field. However, when it prints out,
it only shows the first 6 lines of text and cuts off the
rest (some of the memo's are lengthy) for every record. I
have the property Can Grow set to Yes. What am I doing
wrong here? Any help or guidance would be greatly
appreciated.

Roger Tregelles
Quality Assurance Engineer
 
R

Rick B

Do you have the "can grow" property for the detail section of your report
set to "yes"? If the field can grow, but the section can't then it will
still be cut off.

Rick B


Hi Folks,

I'm trying to print out a report based on a Query. One of
the fields is a Memo field. However, when it prints out,
it only shows the first 6 lines of text and cuts off the
rest (some of the memo's are lengthy) for every record. I
have the property Can Grow set to Yes. What am I doing
wrong here? Any help or guidance would be greatly
appreciated.

Roger Tregelles
Quality Assurance Engineer
 
R

Roger Tregelles

Yes, I do have the "Can Grow" property set to yes for the
detail section of my report. Any other helpful ideas?

Roger Tregelles
 
J

John Spencer (MVP)

Check the underlying query and see if you are getting all the memo contents or
if it is getting truncated at 255 characters.

Check and make sure you have not applied any formatting in the control's format property.

Those are two things I can think of.
 
Top