in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Problem with truncated data

Last post 10-05-2007 11:36 AM by lec2000. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 09-28-2007 5:40 PM

    Problem with truncated data

    I have a ntext field that I'm printing on a report. I'm using an unbound textbox that are set to CanGrow = True. Once in a while, the data is truncated even though there are plenty of spaces to grow on a page. Has anyone had this prblem? I'm using the Report Designer version 1.1.20041.117

    Filed under:
  • 10-03-2007 6:02 PM In reply to

    Re: Problem with truncated data

    Can you try this:
     
    Set the height of that TextLabel  = some integer value in Onopen event of the report
     
    heigh = 500
    Field.Height = Heigh
     
    and make sure that the "CanGrow" property on the section is set to False
     
    This should do the trick. Let me know. You might also want to try a  newer release.
     
    Regards,
    Patrick

     

    <lec2000> wrote in message news:198755@10.0.1.98...

    I have a ntext field that I'm printing on a report. I'm using an unbound textbox that are set to CanGrow = True. Once in a while, the data is truncated even though there are plenty of spaces to grow on a page. Has anyone had this prblem? I'm using the Report Designer version 1.1.20041.117



    http://helpcentral.componentone.com/cs/forums/p/73227/198755.aspx#198755

  • 10-05-2007 11:36 AM In reply to

    Re: Problem with truncated data

    Just tried your suggestion but didn't work. I'll try with the newer release. Thanks for your help.

Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.