I have a textbox inside a report header. Both the report header and the textbox have CanGrow set to YES.
When I move a large string into the textbox, it gets truncated. I don't see the entire string.
If I modify the report to make the textbox and the report header bigger (without changing any code), then I see the full string in the textbox.
Anyone got any idea why the CanGrow properties are not working?
PS: This is the report event where I populate the textbox if it makes a difference:
Private Sub ReportHeader_Print(Cancel As Integer, PrintCount As Integer)