Is there any way to test when Crystal 9 throws a line during whileprintingrecords.
I have a report that prints items in columns and rows. Due to the nature of the data I need to populate arrays and then print the items of the array using whileprintingrecords.
To ensure that the rows align correctly I pad the data to it's max field size using spaces and then print out in a monospaced font.
Unfortunately Crystal still spaces out the words on the report to ensure that part words don't display. the only way that I can think of getting the rows to line up is to calculate how many lines were written. Any other ideas?
I have a report that prints items in columns and rows. Due to the nature of the data I need to populate arrays and then print the items of the array using whileprintingrecords.
To ensure that the rows align correctly I pad the data to it's max field size using spaces and then print out in a monospaced font.
Unfortunately Crystal still spaces out the words on the report to ensure that part words don't display. the only way that I can think of getting the rows to line up is to calculate how many lines were written. Any other ideas?