I'm not sure I can explain this, but I'll try.
I'm trying to make the detail section look sort of like a spreadsheet. Meaning that there are rows and columns. Some of the "cells" or fields are set to "can grow" because some of the text is long and needs to wrap.
The problem is that when just one field wraps, the outline of that field is bigger, but the other fields in the same row remain smaller.
I'm not sure if that made sense.
In the onFormat, I tried to locate the textbox that has the biggest height and then set all the textboxes to that height, but onFormat doesn't actually have the updated field sizes yet. There would need to be an afterFormat or something.
onPrint shows the new sizes of the textboxes, but doesn't allow me set values to textboxes.
Any help or any other ideas would be great.
I'm sure you'll need further clarification, so ask away.
I'm trying to make the detail section look sort of like a spreadsheet. Meaning that there are rows and columns. Some of the "cells" or fields are set to "can grow" because some of the text is long and needs to wrap.
The problem is that when just one field wraps, the outline of that field is bigger, but the other fields in the same row remain smaller.
I'm not sure if that made sense.
In the onFormat, I tried to locate the textbox that has the biggest height and then set all the textboxes to that height, but onFormat doesn't actually have the updated field sizes yet. There would need to be an afterFormat or something.
onPrint shows the new sizes of the textboxes, but doesn't allow me set values to textboxes.
Any help or any other ideas would be great.
I'm sure you'll need further clarification, so ask away.