Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a multi column text report using CR9?

Status
Not open for further replies.

krishna

Programmer
Mar 30, 2000
121
IN
Hi

I would like to format a database field (string) to print in 2 columns like this

aaaaaaaaaaa 1 aaaaaaaaa n+1
aaaaaaaaaaa 2 aaaaaaaaa n+2
aaaaaaaaaaa 3 aaaaaaaaa n+3
aaaaaaaaaaa 4 aaaaaaaaa n+4
. .
. .
. .
aaaaaaaaaa n aaaaaaaaa m

where 1,2,3,4,n,m represents the row no. I would like the database field to print down and then across the page in 2 columns. Is it possible?

Regards
Krishna Kumar
 
Right click the detail section, Format Section, Format with Multiple Columns, and use the Layout Tab...

Cheers,
- Ido

CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Dear Ido

Thanks for the reply.I placed the database field in the detail section and formatted it with multi columns. But the text is not printed at the second column. Instead it is printing at the first column of the second page. After some tinkering I found that it was due to the width I specified. I reduced the width and it began to print at the second column in the first page.

Regards
Krishna Kumar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top