Can Shrink

G

Guest

I have a report with a subreport where all fields have "yes" for "can shrink"
property. The control is =IIf([Allocation]=0,Null,[Allocation]) and similar.
However they aren't shrinking. How can I fix this?
 
R

Rick Brandt

awach said:
I have a report with a subreport where all fields have "yes" for "can
shrink" property. The control is
=IIf([Allocation]=0,Null,[Allocation]) and similar. However they
aren't shrinking. How can I fix this?

Do they have any controls to their left or right? Do they have attached labels?
Those will both prevent shrinking.
 
G

Guest

They do have controls to their right and left but no labels. However, all
the control are set to be null if [Allocation] is null so I'm not sure how to
deal with this issue. Any ideas?

Rick Brandt said:
awach said:
I have a report with a subreport where all fields have "yes" for "can
shrink" property. The control is
=IIf([Allocation]=0,Null,[Allocation]) and similar. However they
aren't shrinking. How can I fix this?

Do they have any controls to their left or right? Do they have attached labels?
Those will both prevent shrinking.
 
R

Rick Brandt

awach said:
They do have controls to their right and left but no labels.
However, all the control are set to be null if [Allocation] is null
so I'm not sure how to deal with this issue. Any ideas?

If all of the controls are Null at the same time then they should shrink. Is
the report section they sit in also set to CanShrink = Yes?

And within the "band" that extends from the top of the top-most control down to
the bottom of the bottom-most control there are NO other objects right? No
lines, boxes, images?
 
G

Guest

The sections controls were off. Thanks!

Rick Brandt said:
awach said:
They do have controls to their right and left but no labels.
However, all the control are set to be null if [Allocation] is null
so I'm not sure how to deal with this issue. Any ideas?

If all of the controls are Null at the same time then they should shrink. Is
the report section they sit in also set to CanShrink = Yes?

And within the "band" that extends from the top of the top-most control down to
the bottom of the bottom-most control there are NO other objects right? No
lines, boxes, images?
 

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