How can I get the data to come in on the same line and not each record from the database be its own Detail (Footer?) line as shown below?
This:
GH (suppressed)
(Column1)(Column2)(Column3)(Column4)(Column5)
D XX:123
D ...... ZZ:345
D ............. YY:567
D .................... WW:789
D ........................... VV:456
GF
To This:
(Column1)(Column2)(Column3)(Column4)(Column5)
XX:123 ZZ:345 YY:567 WW:789 VV:456
Any helpful suggestions would be appreciated.
This:
GH (suppressed)
(Column1)(Column2)(Column3)(Column4)(Column5)
D XX:123
D ...... ZZ:345
D ............. YY:567
D .................... WW:789
D ........................... VV:456
GF
To This:
(Column1)(Column2)(Column3)(Column4)(Column5)
XX:123 ZZ:345 YY:567 WW:789 VV:456
Any helpful suggestions would be appreciated.