PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Re: [WD75] Passing table contents
Re: [WD75] Passing table contents
Started by bd, Jun., 20 2003 4:04 PM - No answer
Posted on June, 20 2003 - 4:04 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 Thilo and Peter for your comments, but let me try to better explain what I want to do.
Say you have a window with a table, the table contents (several rows/records)is builded through several filters applied to a query and you also maybe have some calculated rows inserted on the table. Now you want to send all the rows/records your table has to another window, table, procedure or whatever but without using a FOR i=1 to table..occurrence...., and using instead something like a 'list' variable or memory zone, or view or temporal text file.
As you can see, I have a disperse idea about how to do what I want, but surely some of you know an easier and faster way to do it.
Hope I have made myself clearer, and thanks again.



dgebv