Subform CanShrink Property

  • Thread starter Thread starter awach
  • Start date Start date
A

awach

I have one main form with several subforms below. I am trying to get the
subforms to shrink so that there is no gap between them in the main form (the
entire form, not just the fields in them). I have tried setting the
CanShrink property for the subform to YES but it still won't shrink (or grow
for that matter). What can I do to fix this?
 
awach said:
I have one main form with several subforms below. I am trying to get
the subforms to shrink so that there is no gap between them in the
main form (the entire form, not just the fields in them). I have
tried setting the CanShrink property for the subform to YES but it
still won't shrink (or grow for that matter). What can I do to fix
this?

CanShrink and CanGrow are for printing operations only. You would have to
re-size the subforms dynamically with code.
 
Back
Top