D
Dejan
I am designing simple tabular report. In the report
Detail section I have 5 text boxes, same initial height
of 0.166 inches. Between the boxes I have vertical lines,
height 0.166 inches. One of the text boxes has
CanGrow=TRUE and sometimes it grows. I want lines to grow
together with the control.
I have tried in Detail.OnFormat event procedure something
like this:
Me!Line15.Height=Me!txtDescription.Height
, but it did not work. Any ideas would be really
appreciated.
Detail section I have 5 text boxes, same initial height
of 0.166 inches. Between the boxes I have vertical lines,
height 0.166 inches. One of the text boxes has
CanGrow=TRUE and sometimes it grows. I want lines to grow
together with the control.
I have tried in Detail.OnFormat event procedure something
like this:
Me!Line15.Height=Me!txtDescription.Height
, but it did not work. Any ideas would be really
appreciated.