TheBlondOne
Programmer
Hi all,
Some of you may have seen this already but for those who haven't I've attached a link on how to create a Table of Contents in a Crystal Report.
I've attached the link at the bottom of this message which will take you to a page on BO's website. What the link show's you is how to add a table of contents into a Crystal Report.
The table of contents was a request from a client and in order for us to get the work we needed to do a TOC.
I didn't quite do mine the way BO have done as I didn't find this FAQ until I was about 3/4 of the way through it. The logic I used in the report wasn't too disimilar to the logic BO have used though.
I did however go through the TOC that BO have done after I had finishsed - this was mostly out of curiosity - and found that is was pretty good. The steps are easy enough to follow so there shouldn't be too many problems there. The only problems I found were when you create the 'LinkMaker' formula, you need to be careful with your single quotes which are used pretty frequently throughout the formula otherwise this can start to cause a bit of a headache. The LinkMaker formula is basically a bit of SQL which will write back to a table in the database to store the information but for those who have used SQL in crystal there tends to be a lot of single quotes used, but in general the instructions are pretty clear.
Here's the link to the page for the TOC.
Hope this is of some use.
Have fun
)
Some of you may have seen this already but for those who haven't I've attached a link on how to create a Table of Contents in a Crystal Report.
I've attached the link at the bottom of this message which will take you to a page on BO's website. What the link show's you is how to add a table of contents into a Crystal Report.
The table of contents was a request from a client and in order for us to get the work we needed to do a TOC.
I didn't quite do mine the way BO have done as I didn't find this FAQ until I was about 3/4 of the way through it. The logic I used in the report wasn't too disimilar to the logic BO have used though.
I did however go through the TOC that BO have done after I had finishsed - this was mostly out of curiosity - and found that is was pretty good. The steps are easy enough to follow so there shouldn't be too many problems there. The only problems I found were when you create the 'LinkMaker' formula, you need to be careful with your single quotes which are used pretty frequently throughout the formula otherwise this can start to cause a bit of a headache. The LinkMaker formula is basically a bit of SQL which will write back to a table in the database to store the information but for those who have used SQL in crystal there tends to be a lot of single quotes used, but in general the instructions are pretty clear.
Here's the link to the page for the TOC.
Hope this is of some use.
Have fun