Hi
        Thanks for the help.

I tracked it to convert the array to text delimited list by manipulating the
values for aSuffix,aPrefix etc values to "" or "," as needed and then it
showed the value as a comma delimited list.

venu

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Stefan Gonick
Sent: Wednesday, May 15, 2002 4:01 PM
To: Multiple recipients of list witango-talk
Subject: Re: Witango-Talk: multiple select from select box


Hi,

You will get an array of values from your select. However, you
need to reference it as <@ARG manfitem type=array> to get
that array. Otherwise, you'll just get the first value. Note that this
is an array, not a comma delimited list. You need to convert the
array before storing it into the database.

Stefan

At 03:12 PM 5/15/2002 -0500, you wrote:
>Hi
>
>         <select  name="manfitem" size=4 MULTIPLE><option
> value="" >*Items*</option>
><option value="ABRASIVE JET CUTTING EQUIP" >ABRASIVE JET CUTTING
>EQUIP</option>
><option value="AIR COMPRESSORS" >AIR COMPRESSORS</option>
><option value="AUTOMATICS" >AUTOMATICS</option>
><option value="BALERS" >BALERS</option>
><option value="BANDERS" >BANDERS</option>
><option value="BEARINGS" >BEARINGS</option>
><option value="BENDERS-PIPE-TUBE-BAR" >BENDERS, PIPE, TUBE, BAR</option>
><option value="BEVELERS" >BEVELERS</option>
><option value="BORING MACHINES" >BORING MACHINES</option>
><option value="BORING MILLS" >BORING MILLS</option>
><option value="BRAKES" >BRAKES</option>
></select>
>
>When I select multiple items I am getting only the first item selected to
be
>inserted into the database.
>I was expecting a comma delimited list.
>
>What am I doing wrong?
>
>Thanks
>
>venu
>
>________________________________________________________________________
>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body

========================================================
Database WebWorks: Dynamic web sites through database integration
http://www.DatabaseWebWorks.com

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body


________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to