The section height is not valid

G

Guest

Hi,

I'm really desperate for help that's why I'm posting this in more that one
newsgroup
I'm running and exporting a crystal report to PDF using Crystal report
Version 10.0 , and I'm handling the TextBoxes on my Crystal programmatically
using this bit of code and it's working fine for 4 textboxes:
TextObject ReportTextBox;
ReportTextBox =
(TextObject)CReport.ReportDefinition.ReportObjects["Item1_1_1"];
ReportTextBox.ObjectFormat.EnableSuppress = true;
BUT, when I did put more textboxes in my crystal it's giving me this Error
"The section height is not valid" !?
how can I fix it?

Cheers.
 

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