lmcc007
08-04-2010, 12:36 PM
My memo fields are not printing correctly in reports.
For quotes I get: Report printing <div><font size=2>"
Spaces I get:
Hard returns I get: </font></div>
Anyone know what's causing the report to act this way?
Looks like Rich Text formatting. Are you using Rich Text in the form? If so, you have to specify in the report to use Rich Text as well. If you select the text box and then go to the ALL tab in the properties, change the TEXT FORMAT property to RICH TEXT from PLAIN TEXT.
lmcc007
08-04-2010, 01:18 PM
Looks like Rich Text formatting. Are you using Rich Text in the form? If so, you have to specify in the report to use Rich Text as well. If you select the text box and then go to the ALL tab in the properties, change the TEXT FORMAT property to RICH TEXT from PLAIN TEXT.
Yep, that's it. Change to Rich Text formatting and now it's okay. Thanks!