PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → fselect
fselect
Débuté par wduser, 11 juil. 2018 17:06 - 1 réponse
Posté le 11 juillet 2018 - 17:06
Hi,

I want to use F select to get a multifile file picker . OK easily done . But Now comes the problem. How do I save the string that it generates
sFile = fSelect ( bl abala , multfile )
sFile ==> a string seperated by CR

How can I for instance add all the strings to a table so that I can do a for eacht row to save the files

Any other suggestions , I like them.
I need a screen where people can select multiple files at ones . And add these files to a table. Or an edit tkst field with multiple tekst . Then form that I need to save the slected files in a db table with as a binary Then when table is clicket it needs to do a shell execute so the files are shown.

Adding deleting is enough. No modying nessisary

With onley one file at the time this is easily done . ButI am really stuck now. I cannot see how to get that. The help does'nt do me any help

so any help is greatly appreciatied


R
Posté le 11 juillet 2018 - 18:42
check this help page to split the string https://doc.windev.com/en-US/…

To add the string to one table control use TableAddLine https://doc.windev.com/en-US/…