Multi Record Printing
I need to know the best way to handle the printing of multiple records. For example. I have the following report.
Key Seq Num text person
1234 0 This is the first line of text that 33
1234 1 continues on the second line which 33
1234 2 may also continue on many lines. 33
What I want to do is setup a group so it breaks on the key and I want to setup a memo field that loads all the text records for that key before it prints. I need it to look like
1234 33 (John Doe)
This is the first line of text that
continues on the second line which
may also continue on many lines.
Can someone point me in the right direct on how to handle this within fast-reports.
Key Seq Num text person
1234 0 This is the first line of text that 33
1234 1 continues on the second line which 33
1234 2 may also continue on many lines. 33
What I want to do is setup a group so it breaks on the key and I want to setup a memo field that loads all the text records for that key before it prints. I need it to look like
1234 33 (John Doe)
This is the first line of text that
continues on the second line which
may also continue on many lines.
Can someone point me in the right direct on how to handle this within fast-reports.