Question : CanGrow /ShouldGrow

Hi I have a text field that I dont want to grow more then 5 lines. So I set it to 5 lines and set the CanGrow=FALSE. It works
I want to indicate to the user that some of the text has been cutted. and put a "..." if it has been cutted:
Example
"My House Is Green"

Now I set the field to 1 inc, and the result is:
"My House I"

Now Id like a function that can tell me if a field has been cutted of its origional content. If Yes I enable another field with the text "..."

Result:
"My House I""..." Or printed: My House I...
The dots indicate that the text has been cutted.

I dont know if this is possible at all with the mircorsoft report tool engine, but please let me know

Answer : CanGrow /ShouldGrow

Well, that was a work-around and would work for normal text fields that would usually contain comments or some other things that you'd like to trim (for example your house-example in the qustion). I'm not clear what you're trying to achieve with abcdefg thing. If you have 7 characters and two lines it will depend on the width and height of your textbox I'd say. You should do an estimation or a guess - whatever you liek to call it -  to how many characters you'd like to accomodate in your text-box. And just cut the rest of it and add three dots. That's how you can do in Reporting Services.
Random Solutions  
 
programming4us programming4us