I have two memo fields per record. In a report I have set the CanGrow property of each field to Yes and want to position the top of the second field a litle bit below the bottom of the first field after the first field has grown. How can I do this? Thanks.
I suppose that in the AfterUpdate event of the top field, you could then grab the position and height of that field, and use that data as a reference for resetting the position of the bottom field.
This example should be helpful in knowing how to do it:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.