Hello out there,
I have three fields on a report, set to cangrow. When one of the fields grow I want the other two fields to grow to the same height.
e.g. field1.height = field3.height
field2.height = field3.height
I can get the height of the grown field3 after the 'on print' event but it is too late by then. The 'onformat' event gives me the height before it has grown.
Any ideas would be appreciated
Thanks
I have three fields on a report, set to cangrow. When one of the fields grow I want the other two fields to grow to the same height.
e.g. field1.height = field3.height
field2.height = field3.height
I can get the height of the grown field3 after the 'on print' event but it is too late by then. The 'onformat' event gives me the height before it has grown.
Any ideas would be appreciated
Thanks