Page 1 of 1

Collapse a Section With Null Values

Posted: Thu Jun 05, 2014 3:51 pm
by DawnDaley
How do I collapse a column of text if the returned value is Null or Zero. I don't want to just ignore the value I acually want the field to collapse so that the Text below it moves up to its position.
For Example:

{Details.Text1}
{Details.Text2}
{Details.Text3}

The value returned for {Details.Text1} is Null I want the value retuned for {Details.Text2} to move up to where {Details.Text1} is. The same if Text1 and Text2 returned Null values Text3 should move to the top of the list.
Is this possible and is so how can I make it work?

Thanks

Re: Collapse a Section With Null Values

Posted: Fri Jun 06, 2014 6:23 am
by Alex K.
Hello,

Please try to use the CanShrink and DockStyle properties for the Text components.

Thank you.

Re: Collapse a Section With Null Values

Posted: Fri Jun 06, 2014 4:16 pm
by DawnDaley
I have tried using these functions and am still having some issues. Do you have an example of how to use these functions that I could look at?

Re: Collapse a Section With Null Values

Posted: Mon Jun 09, 2014 5:39 am
by Alex K.
Hello,

Can you please send us your report with test data which reproduce the issue for analysis.

Thank you.