Hello,
I am using CR v10. I have a formula field that conditionally concatenates database values together with carriage returns. The resulting string will be between 1 and 3 lines. (If it is important, the records that I am concatenating together are not from different database rows, but all from the same row).
I have this formula dragged into a detail section. It is at the bottom of the detail section, right before the section divider. It is initially formatted to 1 line high, with "Can Grow" set to true (0 max lines i.e. no max lines). The detail section itself is set to Keep Together.
This section does not stay together. If the forumula field grows beyond its initial 1 line, these extra lines will move onto the next page.
It would seem that crystal only considers the design-time height of a detail section when determining whether to move it to the next page to enfore the keep together. It does not seem to function properly when the detail section grows due to a formula element that grows. I have tried setting the evaulation time of the formula to WhileReadingRecords to ensure that the height is "known" during the first pass, but no luck.
Does anyone have a solution for this problem? It would be very much appreciated.
Thanks,
Cheyney
I am using CR v10. I have a formula field that conditionally concatenates database values together with carriage returns. The resulting string will be between 1 and 3 lines. (If it is important, the records that I am concatenating together are not from different database rows, but all from the same row).
I have this formula dragged into a detail section. It is at the bottom of the detail section, right before the section divider. It is initially formatted to 1 line high, with "Can Grow" set to true (0 max lines i.e. no max lines). The detail section itself is set to Keep Together.
This section does not stay together. If the forumula field grows beyond its initial 1 line, these extra lines will move onto the next page.
It would seem that crystal only considers the design-time height of a detail section when determining whether to move it to the next page to enfore the keep together. It does not seem to function properly when the detail section grows due to a formula element that grows. I have tried setting the evaulation time of the formula to WhileReadingRecords to ensure that the height is "known" during the first pass, but no luck.
Does anyone have a solution for this problem? It would be very much appreciated.
Thanks,
Cheyney