On 2/27/12 1:51 PM, Jeff Johnson wrote: > I have a memo field and I want to underline part of it when printing > it. Are there escape codes that I can wrap the underlined text with in > order to achieve the underline?
I know this doesn't help, but Dabo's report engine (thanks to the ReportLab library underneath) understands simple html-style formatting, so if your memo field were: """ This is a memo field with <u>underline</u>, <b>bold</b>, and <i>italic</i> capabilities. """ The output on the PDF would be as you expect. I thought I remember reading about new report enhancements in VFP9 that could print simple html output, too, but I could be wrong. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

