Joined: 06 Feb 2009
Online Status: Offline
Posts: 21
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
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