Hi,
I'm trying to fill a TextObject with a text that contains CF/LF. but when the text appears, I don't see the CR.LF.
Dim tob As CrystalDecisions.CrystalReports.Engine.TextObject
tob = MyReport.ReportDefinition.Sections("Section1").ReportObjects("Text1")
tob.text = String_From_BDD_With_CRLF
.
Could you help me?