Data Connectivity
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Data Connectivity
Message Icon Topic: concatenate Post Reply Post New Topic
Author Message
Bassline77
Newbie
Newbie
Avatar

Joined: 06 Feb 2009
Online Status: Offline
Posts: 21
Quote Bassline77 Replybullet Topic: concatenate
    Posted: 16 Apr 2009 at 2:14am
Hi,
The Report: I am creating a picking slip where the user choose from a list of order numbers ({?My Parameter}) and then the report prints how many of each item must be loaded on to the truck.

This is all fine, what I am struggling with, the client wants to see the Order number and customer's codes on a list at the bottom of the report. I got so far as to get the order numbers to show and would like some help with the customer codes.

This is the code in the formula so far:

Local StringVar OrderNumber := "";
   Local NumberVar i;
   For i := 1 To Ubound({?My Parameter}) Do
   (OrderNumber := OrderNumber + ", " + {?My Parameter});
   OrderNumber

how can i put my Customer Code field in that each Order Number shows with its Customer Code

Order out of chaoss
IP IP Logged
Bassline77
Newbie
Newbie
Avatar

Joined: 06 Feb 2009
Online Status: Offline
Posts: 21
Quote Bassline77 Replybullet Posted: 16 Apr 2009 at 2:21am
Oh shoot, wrong forum I will ask it again under Technical Questions.
Sorry.
Order out of chaoss
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
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



This page was generated in 0.031 seconds.