PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD] How to get the data from table using multiple selection?
[WD] How to get the data from table using multiple selection?
Iniciado por guest, 28,may. 2017 12:08 - 1 respuesta
Publicado el 28,mayo 2017 - 12:08
Hi Coders,

Good day.
I need your help on how to get the multiple selected data from table and save it to the HF?
Any codes, would be a helpful.

Thanks,
Ech
Publicado el 28,mayo 2017 - 12:19
Hi Ech,
if I correctly understand your question, you can use:

// YourTableName is a WD table control
FOR EACH SELECTED ROW OF YourTableName
// you can do whatever you want here
END

Steven Sitas
www.alpha360.biz