Subform CanShrink Property

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?
 
R

Rick Brandt

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.
 

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