DaddyChris
Programmer
Database record has these fields:
ID CHAR
NEXTID CHAR
PREVID CHAR
GROUPID CHAR
NAME CHAR
NOTES1 CHAR
NOTES2 CHAR
NOTES3 CHAR
NOTES4 CHAR
NOTES5 CHAR
NOTES6 CHAR
NOTES7 CHAR
NOTES8 CHAR
I'm creating a report to display a note that spans multiple records, but each record will have the same GROUPID.
So far I have inserted a Group of GROUPID and I have one field with the formula totext({NOTES.NOTES1}) + totext({NOTES.NOTES2})...
The problem is if the note spans two records, only the text in the first record is displayed in the field. If the note spans three records, only the text in the first two records is displayed. It seems that the last record in the group is not being processed.
I am a new user of Crystal Reports 9.0, so If you have some advice, please add as much detail as possible.
ID CHAR
NEXTID CHAR
PREVID CHAR
GROUPID CHAR
NAME CHAR
NOTES1 CHAR
NOTES2 CHAR
NOTES3 CHAR
NOTES4 CHAR
NOTES5 CHAR
NOTES6 CHAR
NOTES7 CHAR
NOTES8 CHAR
I'm creating a report to display a note that spans multiple records, but each record will have the same GROUPID.
So far I have inserted a Group of GROUPID and I have one field with the formula totext({NOTES.NOTES1}) + totext({NOTES.NOTES2})...
The problem is if the note spans two records, only the text in the first record is displayed in the field. If the note spans three records, only the text in the first two records is displayed. It seems that the last record in the group is not being processed.
I am a new user of Crystal Reports 9.0, so If you have some advice, please add as much detail as possible.