Hi,
I am using CR9 with sql server 2000.
I have placed a field in the report, say the size is 2 inches. The datatype for that field is string and can be a very long string. So I check the property can grow in order to display the whole string.
My problem is how can I check how many lines the string will wrap. I have to insert a carriage return to the field next to this to align the data properly
I tried counting the (length of the string)/number of character a single line can hold), and insert the carriage returns to the adjacent field accordingly.
That almost work except I forgot the whole word will wrap to another line if that won't fit within the line.
Any idea to deal with this?
Thanks.
Alvin
I am using CR9 with sql server 2000.
I have placed a field in the report, say the size is 2 inches. The datatype for that field is string and can be a very long string. So I check the property can grow in order to display the whole string.
My problem is how can I check how many lines the string will wrap. I have to insert a carriage return to the field next to this to align the data properly
I tried counting the (length of the string)/number of character a single line can hold), and insert the carriage returns to the adjacent field accordingly.
That almost work except I forgot the whole word will wrap to another line if that won't fit within the line.
Any idea to deal with this?
Thanks.
Alvin