Hi
I have a listbox that contains up to 20 items.I want to write each item into a crystal report 9 report
The code I will be using is:

VB Code:
  1. For i=0 to lstitems.listcount-1
  2. slist=lstitems.list(i)
  3. ...'here I want to add the slist into CR9
  4. ...'here's the rest of my code
  5. Next i

Can anyone help me because i'm new to CR9.

thanks in advance