VB .NET and Crystal Report

A

Ahmed

Hello all,

I have textboxes and RTBs controls in my form. I will most likely be
using crystal reports to print the contents of these controls. My
question is about the formating of text. if the text in on of the
textboxes or RTBs wraps around ( a new line without pressing the enter
key), would crystal insert a new line or it would continue in the same
line? I think it would continue in the same line since there would be
no CR charecter detected. Please correct me if I am wrong.

Thanks,

Ahmed
 
B

Bernie Yaeger

Hi Ahmed,

Actually, Crystal can interpret text in a rich textbox, but in a limited
manner. You would first have to copy the rtf text into a file. Then, when
you build the report, add a text object and right click; then select 'insert
from file' and follow accordingly. Crystal will recognize the embedded font
and format appropriately.

HTH,

Bernie Yaeger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top