I need to print as many multiple detail lines in one line as possible horizontally
instead of vertically. For example, I would like to break the line when an
employee has more than 8 codes and amounts. An employee can have
one code and one amount or up to 20 codes and 20 amounts. My report
will look like as follows for a detail line:
Dept# Emp#1 EmpName1
Code1 Amt$1 Code2 Amt$2 Code3 Amt$3 ...... Code8 Amt$8
Code9 Amt$9 Code10 Amt$10
Dept# Emp#2 EmpName2
Code1 Amt$1 Code2 Amt$2 Code3 Amt$3 ...... Code8 Amt$8
Code9 Amt$9 Code10 Amt$10 ...... Code16 Amt$16
Code17 Amt$17
I am new at using Crystal Reports, how do I create the report using the arrarys and have the report aligned perfectly? Thanks a lot! -htgl
instead of vertically. For example, I would like to break the line when an
employee has more than 8 codes and amounts. An employee can have
one code and one amount or up to 20 codes and 20 amounts. My report
will look like as follows for a detail line:
Dept# Emp#1 EmpName1
Code1 Amt$1 Code2 Amt$2 Code3 Amt$3 ...... Code8 Amt$8
Code9 Amt$9 Code10 Amt$10
Dept# Emp#2 EmpName2
Code1 Amt$1 Code2 Amt$2 Code3 Amt$3 ...... Code8 Amt$8
Code9 Amt$9 Code10 Amt$10 ...... Code16 Amt$16
Code17 Amt$17
I am new at using Crystal Reports, how do I create the report using the arrarys and have the report aligned perfectly? Thanks a lot! -htgl