Date:  04/22/2010 02:02:26 PM Msg ID:  004170
From:  FoxWeb Support Thread:  004169
Subject:  Re: Pick up values from a list of Items
Take a look at the ContactMine sample application. The Contact Type Management screen populates a list with values from the database and then acts on the selected values. It does not allow multiple selection, but for that all you need to do is add the MULTIPLE attribute to the SELECT element. The documentation of the Request object explains how to access form data in such cases. Of particular interest will be Request.FormCount with the optional cFormVar parameter and Request.Form with the optional nIndex parameter.
FoxWeb Support Team
support@foxweb.com email
Sent by Carlos Fuertes on 04/22/2010 03:29:13 AM:
Please, I need help with this:
 
I need to show in the browser a list of items from a table allowing to the user to select some of them and later process the selected records.
 
Can you help me with a little sample?
 
Thankyou very much in advance
 
Carlos