try my-char-var = packing-slip-no + "," + string(po-line).
This will give you a comma separated list, which you can unpack in the
receiving procedure.
HTH.
Warren Eddy wrote:
/* ================================================================*/
Specialists in Progress Databases and Software since 1986
William E. Colls william@...
PROComputer Systems Tel 613 591 0079
67 Willow Glen Dr. Fax 613 591 3924
Kanata Ontario Canada www.procomsys.com
K2M 1T1
This will give you a comma separated list, which you can unpack in the
receiving procedure.
HTH.
Warren Eddy wrote:
>--
> To the group:
>
> We are still on V4.0, latest patch. I have written a report in RB to print
> receiving labels. I have also created a vantage basic screen with a button
> to print the label from the receipt detail screen.
>
> My problem:
> I'm having trouble passing the necessary parameters into the .p file and on
> to RB for printing. I'm trying to pass the packing slip number (char) and
> packing slip line number (integer). When I try to place these into a
> variable (char) concatenated behind the company ID for pass to RB it gives
> me an error message, the data types are incompatible.
>
> I tried eliminating (temporarily) the line number from the .p file and from
> the RB filter and got by the data incompatibility problem. I get an error
> when RB tries to execute the filter. It was filtering only for company and
> packing slip number.
>
> I need both the packing slip number and line number to get what I need done
> but I'm not sure where to find the answers to the error messages. If you
> wish to contact me off list feel free.
>
> Thanks in advance.
>
> Warren R. Eddy
> Information Services Manager
> National Tube Form
> A Leggett & Platt Company
> Phone: (219) 478-2363 ext 217
> Fax: (219) 478-1043
> Warren.Eddy@...
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
/* ================================================================*/
Specialists in Progress Databases and Software since 1986
William E. Colls william@...
PROComputer Systems Tel 613 591 0079
67 Willow Glen Dr. Fax 613 591 3924
Kanata Ontario Canada www.procomsys.com
K2M 1T1