PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Re: [WD75] Passing table contents
Re: [WD75] Passing table contents
Started by ludara, Jun., 20 2003 4:42 PM - No answer
Posted on June, 20 2003 - 4:42 PM
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