Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Posted: 24 Apr 2008 at 5:19pm
This isn't too tough of a task. Rather than use an array, I would use a string and concatenate each new value to the end of it.
Global StringVar IdList; IF IdList == "" Then IdList := {table.IdField} Else IdList := IdList + ", " + {table.IdField};
I cover all the Crystal Reports built in functions and give code examples like this in Chapter 6 of my Encyclopedia book. You can find out more about my books at
Amazon.com
or reading the Crystal
Reports eBooks online.
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Posted: 24 Apr 2008 at 5:20pm
Oh yeah - then create a formula which returns this string and put it in the group footer (or report footer if you don't use groups).
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Posted: 28 Apr 2008 at 10:22am
Great!
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum