Hi there,I don't think setting the height for each field in a loop is the best method...You might want to create a field which will contain the highest value and then set each of them individually within the layout:ready or initialize event...But beware, this is not recommended, because as soon as y...