I'm backfilling data in a report with corresponding labels (stored in text boxes) also backfilled. Data and labels are printed side by side, rather than with columns.
Label (textboxes, not real labels) sometimes take up two rows (via the CanGrow property). I want the corresponding data field to also not only grow, but appear on the second line of the data text box.
See the attached bmp for what I'm presently getting. I want the data (Wife) to appear opposite the line ending in semi-colon.
I can't trap the texbox height on the report OnFormat event after its grown. The only thing I've thought of is to calculate the length to the label and adjust the height of the data textbox accordingly.
Anyone solved this before? Any suggestions? Thank you in advance for your response.
Label (textboxes, not real labels) sometimes take up two rows (via the CanGrow property). I want the corresponding data field to also not only grow, but appear on the second line of the data text box.
See the attached bmp for what I'm presently getting. I want the data (Wife) to appear opposite the line ending in semi-colon.
I can't trap the texbox height on the report OnFormat event after its grown. The only thing I've thought of is to calculate the length to the label and adjust the height of the data textbox accordingly.
Anyone solved this before? Any suggestions? Thank you in advance for your response.