ThinWhiteDude
Technical User
I have been trying to figure out coding/property setting to make a textbox on a report the same height as another textbox.
Here's the story:
I am using a textbox as a color background for several textboxes in the detail section of the report. This "colored box" is behind all the other textbox controls and spans the width of the Detail section. Some of the other controls grow and some don't. My wish is that this one in the back will always be as tall as the tallest textbox (dtmDuration). I know which control will have tallest height and I have it's Can Grow property set to Yes. How can I make the background textbox's height property dependant on the dtmDuration textbox's height?
Sorry if this sounds muddled. Any help will be appreciated.
TWD
Here's the story:
I am using a textbox as a color background for several textboxes in the detail section of the report. This "colored box" is behind all the other textbox controls and spans the width of the Detail section. Some of the other controls grow and some don't. My wish is that this one in the back will always be as tall as the tallest textbox (dtmDuration). I know which control will have tallest height and I have it's Can Grow property set to Yes. How can I make the background textbox's height property dependant on the dtmDuration textbox's height?
Sorry if this sounds muddled. Any help will be appreciated.
TWD