The following code represents a Claim# with Asserted and Modified records. Different claims may have one or more rows of data.
Above the claim is the reason for modification. The reason may be one line or a long paragraph.
Problem: Pretend the code box is a text box and the text and formula fields are placed inside it. The text below the Lorem ipsum paragraph will properly displace down as the paragraph changes size, and the first row of formula fields will populate properly. However, subsequent rows don't know to indent and wind up tucked under Claim#.
Question: Is there a way to keep the formatting such that as the paragraph grows text below it shifts down, while keeping the columns lined up properly?
Desired Result:
Current result:
Above the claim is the reason for modification. The reason may be one line or a long paragraph.
Problem: Pretend the code box is a text box and the text and formula fields are placed inside it. The text below the Lorem ipsum paragraph will properly displace down as the paragraph changes size, and the first row of formula fields will populate properly. However, subsequent rows don't know to indent and wind up tucked under Claim#.
Question: Is there a way to keep the formatting such that as the paragraph grows text below it shifts down, while keeping the columns lined up properly?
Desired Result:
Code:
[u][b]Reason for Modification:[/b][/u]
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
[COLOR=#FFFFFF].[/color] [u][b]Asserted[/u] [u]Modified[/b][/u]
[u][b]Claim#[/b][/u] [u][b]Classification / Amount[/b][/u] [u][b]Classification / Amount[/b][/u]
3378 Secured - $8,019.60 Unsecured - $333,333.00[COLOR=#FFFFFF][/color]
Priority - $111,111.00
Unsecured - $2,222,222.00
Current result:
Code:
[u][b]Reason for Modification:[/b][/u]
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
[COLOR=#FFFFFF].[/color] [u][b]Asserted[/u] [u]Modified[/b][/u]
[u][b]Claim#[/b][/u] [u][b]Classification / Amount[/b][/u] [u][b]Classification / Amount[/b][/u]
3378 Secured - $8,019.60 [COLOR=#FFFFFF][/color]
Priority - $111,111.00
Unsecured - $2,222,222.00 Unsecured - $333,333.00