PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Re: [WD75] Passing table contents
Re: [WD75] Passing table contents
Iniciado por bd, 20,jun. 2003 17:38 - No hay respuesta
Publicado el 20,junio 2003 - 17:38
In my opinion it's always more efficient (in terms of memory use) to use code (when possible) instead of visual objects.
Good luck!
I'm afraid i do not fully understand your question.
But why don't you use a structure that contains a number of variables that represents your table-columns? You have to fill it once en can pass the complete structure to another window, where you then,can extract the structure to the target-table?
Thanks! sounds like what I wanted.

Another idea is to use an invisible window containing a table to temporarly store the original table....
Do you think one aproach is better than the other??
Best regards



dgebv