<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 May 2015 10:37:00 Z</lastBuildDate><pubDate>17 May 2015 16:26:00 Z</pubDate><description>Let's imagine we have a window/form A that we want to fill with information coming from a specific list of X customers, not all the customers we have in our DB.&#13;
We already developed a window B for customers management where you can browse all the customers, even with filters and master/detail feaures.&#13;
How can we call the window B from the window A in order to select (by a check column for example) a number of customer ad send them back to window A to fill its table?&#13;
&#13;
The real scenario is that the user launch start menu exe (project 0) where he selects the module A (coming as component from project 1) and then open module B (coming as component from project 2) to build the list of customers.&#13;
3 project -&gt; 2 components+1exe&#13;
&#13;
Viceversa, how can I fill the browsing window B with a subset of customers passed as parameter from a window C?&#13;
&#13;
I thought about:&#13;
1) build multimode windows acceptiong / returning parameters depending on the opening mode&#13;
2) pass/return "customer-class" objects or array of instances of a "customer-structure"&#13;
3) work with EXTERN structure variables&#13;
4) use shared memory zones&#13;
&#13;
Thank you.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components/read.awp</link><title>How to pass / return list of elemens between forms or components?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components-52155/read.awp</comments><pubDate>18 May 2015 10:37:00 Z</pubDate><description>Hi Stefano,&#13;
&#13;
if your windows A, B and C share the same HF context, then you can simply use the same query in all windows (lets…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components-52155/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components-52155/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components/read.awp">How to pass / return list of elemens between forms or components?</source><title>Re: How to pass / return list of elemens between forms or components?</title></item><item><author>info</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components-52153/read.awp</comments><pubDate>18 May 2015 09:08:40 Z</pubDate><description>Hi,&#13;
&#13;
There might be a very simple solution ... adress the table in window A from window B like:&#13;
&#13;
In window B you can work di…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components-52153/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components-52153/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52143-how-pass-return-list-elemens-between-forms-components/read.awp">How to pass / return list of elemens between forms or components?</source><title>Re: How to pass / return list of elemens between forms or components?</title></item></channel></rss>
