Hi,
Using Crystal 8.5
I have a problem with invoice item line data that I need help solving.
Some item lines in the data are flagged as headers and need to be shown differently to other item lines.
No problems there (I just check for code = HEADER and suppress the standard line and show a different line instead). The problems begin as a header cannot appear as the last line before the page break as the next item line is associated with it.
Is there any way to detect I'm on the last line and then say if it is a header break before printing it?
Page breaking on every header line is not an option.
Limiting the item lines to a fix amount so I know if I'm at the end of a page doesn't work either as item lines have variable length descriptions that can be many lines.
Cheers
Marc
Using Crystal 8.5
I have a problem with invoice item line data that I need help solving.
Some item lines in the data are flagged as headers and need to be shown differently to other item lines.
No problems there (I just check for code = HEADER and suppress the standard line and show a different line instead). The problems begin as a header cannot appear as the last line before the page break as the next item line is associated with it.
Is there any way to detect I'm on the last line and then say if it is a header break before printing it?
Page breaking on every header line is not an option.
Limiting the item lines to a fix amount so I know if I'm at the end of a page doesn't work either as item lines have variable length descriptions that can be many lines.
Cheers
Marc