T
terri
I have several reports with multiple textboxes arranged vertically that need
to dynamically "stretch" to accommodate variable lengths of data (and I
CANNOT concatenate the text):
Col A ColB Col C
----------------------------
Text1 Memo Text1
Text2 Text2
Text3
Can Grow/Can Shrink is erratic at best in this kind of layout. I am using
Stephen Lebans' TextHeightWidth utility to determine the required heights and
handling the arrangement of controls and section sizes manually. With the
number of controls involved, it is depressingly slow in processing but it
seemed to be working well. However, a closer look is revealing sporadic
cases where a full line of text is not being accomodated (the height returned
is too short). I have seen no issues with the width calculation. Has any
one experienced this?
to dynamically "stretch" to accommodate variable lengths of data (and I
CANNOT concatenate the text):
Col A ColB Col C
----------------------------
Text1 Memo Text1
Text2 Text2
Text3
Can Grow/Can Shrink is erratic at best in this kind of layout. I am using
Stephen Lebans' TextHeightWidth utility to determine the required heights and
handling the arrangement of controls and section sizes manually. With the
number of controls involved, it is depressingly slow in processing but it
seemed to be working well. However, a closer look is revealing sporadic
cases where a full line of text is not being accomodated (the height returned
is too short). I have seen no issues with the width calculation. Has any
one experienced this?