Hi again,
I have data that, for example, has a column with values 1, 2 and 3, 1 being a title, 2 an actual data record and 3 a 'footer' record. I can't use group headers and footers and I can't change the data.
I've tried setting canshrink etc., and that seems to work for field 3 but field 1 doesn't remove the blank space when it hides, i.e. it leaves a bloody great blank space. The databand is marked as canshrink too.
Any ideas?
SOLVED - Hiding a text field
- poweredbyporkers
- Posts: 28
- Joined: Fri Nov 29, 2013 8:42 pm
SOLVED - Hiding a text field
Last edited by poweredbyporkers on Wed Sep 23, 2015 12:26 am, edited 1 time in total.
Re: Hiding a text field based on a value in the business obj
Hello,
Please try to use the additional Panel components, on first panel - title, on second - data and on third - footer. For each panel set DockStyle property to Top and CanShrink to true. Also you can use DataBand and two Child bands for this task.
Thank you.
Please try to use the additional Panel components, on first panel - title, on second - data and on third - footer. For each panel set DockStyle property to Top and CanShrink to true. Also you can use DataBand and two Child bands for this task.
Thank you.
- poweredbyporkers
- Posts: 28
- Joined: Fri Nov 29, 2013 8:42 pm
Re: Hiding a text field based on a value in the business obj
Ahhhh, so close but I missed the DockStyle for the panels so of course the space they take up wasn't removed.
Thanks so much.
Thanks so much.
Re: SOLVED - Hiding a text field
Hello,
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.