Print Page | Close Window

concatenate

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=6099
Printed Date: 03 May 2024 at 2:13pm


Topic: concatenate
Posted By: Bassline77
Subject: concatenate
Date 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



Replies:
Posted By: Bassline77
Date Posted: 16 Apr 2009 at 2:21am
Oh shoot, wrong forum I will ask it again under Technical Questions.
Sorry.


-------------
Order out of chaoss



Print Page | Close Window