shrinking doesn't give more space

  • Thread starter Jean-Paul De Winter
  • Start date
J

Jean-Paul De Winter

Hi,
Via an IIF statement only a textfield is printed when the related field has
data in it.
The "can shrink" property is set to yes...
This all works just fine but I don't gain the space in my report when the
field is empty, I get a blank line where the data (when there are any)
should have been printed.
Who knows what to do?
Thanks
JP
 
D

Douglas J. Steele

Sounds as though you have at least one other control on the line that isn't
being shrunk.

If you give details of what you're actually trying to accomplish, someone
will probably be able to suggest a solution.
 
O

Ofer

Mybe the can shrink property of the section in the report where the field is
false
in that case change it to true.
 
J

Jean-Paul De WInter

that solved the problem... can shrink of the details section set to
yes....perfect
THANKS
JP
 
Top