Shrink Text Box Height in Runtime

M

mattdirk

This is my first post. I have a report where we are displaying
results of a query (how many activities reps have done). A version
that I am trying to create is one where only the final count shows and
not all of the different activities. The first thing I tried was to
set all of the fields that show the results to invisible. They no
longer show but the space is still taken up by the items. So I tried
to shrink the text boxes so that they would still take up space but it
would be negligable. I added code in the on load event for this and
it doesn't error out, but the field size doesn't change either
(Activitydescription.Height = 100). Any ideas or help would be much
appreciated. Matt
 
D

Duane Hookom

You can hide sections of your report. This can be managed by code during run
time.
 

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