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:
For i=0 to lstitems.listcount-1 slist=lstitems.list(i) ...'here I want to add the slist into CR9 ...'here's the rest of my code Next i
Can anyone help me because i'm new to CR9.
thanks in advance




Reply With Quote