-
Yup i'm going nuts, I'm trying to find out more about the Can Grow property for a textbox in a report. I'm trying to get it so that a line in the same section will grow vertically when the textbox changes size(the textbox is bound to a field in a query). But from what i can tell when i put a Msgbox text5.height in the format event of the section it seems that the height isn't changing but when i preview the report its obvious that it has.
Matt
-
Which format event are you using? It will grow after some of them. I think the last event is OnPrint.
Cheers,
P.
-
On Format
I'm using the On Format Event which is called before a particular section is formatted.
Matt