Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I Insert into a table in Multiselect List Box
Message
 
To
12/05/2003 09:33:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00787286
Message ID:
00787287
Views:
20
Something like this:
with ThisForm.List1
FOR i= 1 to .ListCount
if .Selected(i)
insert into table ... values (.list(i))
endif
endfor
....


>How I can Insert into a table when I use a List Box with multiselect items and I have a command boton whan I press the click insert me the selects Items form the ListBox
>**The Listbox rowsource is form a SQL Statment
>==========================================================================
>Como puedo insertar varios archivos a la vez si utilizo un ListBox con la función de selección multiple a una tabla, Lo que deseo hacer es tener un ListBox seleccionas varios archivos e insertalos luego utilizndo un boton de comando a una tabla
>
>**Los datos del Listbox los Optengo de un SQL
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform