Home All Groups Group Topic Archive Search About

help regarding creation of mailing labels.

Author
18 Jul 2006 11:21 AM
Ravimama
Hi Guys,

I have to generate mailing labels for selected addresses using crystal
reports. I am loading all the names of the vendors in a checked list
box. the user will select  a few of the vendor names. I want to load
the 5 selected vendors in the mailing labels in crystal reoprts.

The crystal reports is designed at design time. I have already used a
method where in I am trying to get the Ids of the selected vendors in a
string, and I am passing the string as a parameter to the stored
procedure. the string is generated correctly, but when passed as a
parameter, it does not go in the correct format.

Any Solutions will be of utmost help.

Ravi

Author
18 Jul 2006 12:39 PM
Izzy
You'll need to post your data and the code where the process breaks.


Ravimama wrote:
Show quoteHide quote
> Hi Guys,
>
> I have to generate mailing labels for selected addresses using crystal
> reports. I am loading all the names of the vendors in a checked list
> box. the user will select  a few of the vendor names. I want to load
> the 5 selected vendors in the mailing labels in crystal reoprts.
>
> The crystal reports is designed at design time. I have already used a
> method where in I am trying to get the Ids of the selected vendors in a
> string, and I am passing the string as a parameter to the stored
> procedure. the string is generated correctly, but when passed as a
> parameter, it does not go in the correct format.
>
> Any Solutions will be of utmost help.
>
> Ravi