cr10 - repeating columns

  • Thread starter Thread starter dll_wrk
  • Start date Start date
D

dll_wrk

Hi all,

I have a simple report with 3 columns, but I need to write those columns to
the bottom of the page on the left half and then continue to write them on
the right half of the page from top to the bottom. So, I need two columns of
the columns :) like in newspapers for example.

1aaaaaaa 6aaaaaaa
2aaaaaaa 7aaaaaaa
3aaaaaaa 8aaaaaaa
4aaaaaaa
5aaaaaaa

I'm desperate.
dll
 
I have a simple report with 3 columns, but I need to write those columns to
the bottom of the page on the left half and then continue to write them on
the right half of the page from top to the bottom. So, I need two columns of
the columns :) like in newspapers for example.

1aaaaaaa 6aaaaaaa
2aaaaaaa 7aaaaaaa
3aaaaaaa 8aaaaaaa
4aaaaaaa
5aaaaaaa

I'm desperate.

Are we talking about HTML here? If so, it's offtopic for this
newsgroup. I strongly suggest you write some static HTML which gives
the right effect before trying to generate it dynamically. If you
can't work out the appropriate HTML (or CSS) to use, ask in an HTML
newsgroup. A Google search for
html columns newspaper
gives plenty of hits.

Jon
 
No, crystal report 10, msvs2005, c# project.

Ah, right. I can't see any Crystal Reports-specific newsgroups, but
perhaps there's a mailing list or web forum? I suspect you're more
likely to get an answer from a specialized group.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top