Pb with the Wrap text (Char(13)) function

Hi all,

I don’t know if you use this trick in your different reports:
To have a good wrap text in a cell, you can use the trick “Char(13)”. (f.e.: = “Tel: 03030303” & Char(13) & “Fax: 04040404”)

The result of these formula is like this :

Tel: Tel: 03030303
Fax: 04040404

With BO 6.5, when you save your doc in a PDF format, it works.

When you import the same doc in XI, it works when you see the report with Deski but it fails when you save the doc in PDF.

Have someone a trick to solve these probelm ?
Thx for your anwers.

Regards


French_Touch (BOB member since 2005-06-16)

Hi,

I find the solution :
Use the following formula : Char(10).

Regards.


French_Touch (BOB member since 2005-06-16)

Yes. Char(10) is better text wrap and looks better on the PDF.


Bob_User (BOB member since 2006-09-13)