Right up front I just want to say apologies for using this forum so much lately, it's just that I've been coding about 6 hours a day, 6 days per week this past month, which is a great way of finding out just how much I don't know.
Anyway, I just became aware of what appears to me to be a glitch when exporting a document with rtfText, which looks to be a related but somewhat different issue from what had been discussed on this forum in February 2014. Not sure if there's any scripting solution for the problem, but here's what happens:
When trying to export a formatted field using rtfText, if there happens to be either a bulleted or numbered list in that text, which was created by using the following html list elements...
Code: Select all
<ul>
<li></li>
</ul>
Code: Select all
<ol>
<li></li>
</ol>
Does anyone know if this is a known issue? I don't remember having this problem before upgrading to LC 7.06. I'm using Windows 8.1 as well.
Using htmlText doesn't seem to have this problem.
Cheers,
deeverd