Help! I have a tricky problem. I need to format squares (borders) around my controls in the detail section of my reports. The problem is that some controls can grow (cangrow = true) and what happens is that the border for the growing controls stretch to fit the contents (as one would expect) but none of the others on the same line stretch also. So instead of:
****************************
*fld1 * fld 2 * fld3 *
* * fld 2 cont.* *
****************************
I get:
****************************
*fld1 * fld 2 * fld3 *
******* fld 3 cont.*********
**************
Any ideas???
****************************
*fld1 * fld 2 * fld3 *
* * fld 2 cont.* *
****************************
I get:
****************************
*fld1 * fld 2 * fld3 *
******* fld 3 cont.*********
**************
Any ideas???