Problem with TABS
Hello;
I'm having a strange problem with crystal reports. I've tried it with both vs 2005 and vs 2008 and the same issue happens with both.
The application stores rich text from a RichTextBox control in a ntext field of a 2008 database. I'm confident the data is saved correctly since when I look at the column in the database I can see the formatting characters for the fonts, bold, tab's etc.
My problem arises when I use tabs. When text is lined up with tabs in the RTB, they don't always line up when printed with a crystal report. I have the RTF enabled on the paragraph tab for the field. I know it's displaying rich text since the bold, fonts, underline print on the report fine. If I look at the column in the database I see \tab tags so that seems ok. I must be missing something.Any ideas?
Now I'm confident that it's something with crystal reports. I quickly added some code that saves the rich text to a file. I'm able to open it in word and the tabs display correctly.
Anyone know if the 2008 SP1 from the crystal web site would help?
Thanks in advance.
Stephen
Answers
- Hi,
It seems this is a issue with crystal report for visual studio, please try to contact the Business Objects technical support team:http://support.businessobjects.com/fix/contact.asp
Or post to http://connect.microsoft.com
You will get feedback soon.
Thank you for your information!
Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, June 30, 2009 7:04 AM
All Replies
- Hi,
It seems this is a issue with crystal report for visual studio, please try to contact the Business Objects technical support team:http://support.businessobjects.com/fix/contact.asp
Or post to http://connect.microsoft.com
You will get feedback soon.
Thank you for your information!
Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, June 30, 2009 7:04 AM
- Hi! SSlovnesky
I have the same problem. I found that Crystal have smaller tab width than the rtf. In rtf you can declare the tabwidthwith \deftabN but Crystal seems to ignore that. Did you get any help? Or did you found any solution? I would be great ful for an answer.
// Johan


