<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Nov 2016 17:58:00 Z</lastBuildDate><pubDate>9 Nov 2016 09:06:00 Z</pubDate><description>Hello All,&#13;
&#13;
I have defined a variable structure in WD21 as ffs;&#13;
&#13;
MyStruct is Structure&#13;
Fld1 is string&#13;
Fld2 is Int&#13;
Fld3 is Numeric&#13;
END&#13;
&#13;
WorkStruct is MyStruct&#13;
&#13;
Assignments go like this&#13;
WorkStruct: Fld1="name_of_person"&#13;
WorkStruct: Fld2=3&#13;
WorkStrcut:Fld3=1843.29&#13;
&#13;
If I have done about 50 assignments as per above, is there a way I can save to a table/file if the 'Fld"s are the same as found in the table?&#13;
&#13;
I am looking at something similar to HCopyRecord&#13;
&#13;
Any other way to do this would also be appreciated.&#13;
&#13;
Sam</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table/read.awp</link><title>How to Store Structure Variable into table</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/60281-how-store-structure-variable-into-table-60293/read.awp</comments><pubDate>9 Nov 2016 17:58:00 Z</pubDate><description>Sam&#13;
&#13;
If going down the 'mapping' option as suggested by PH the make yourself a quick project and create a Form and Window (in …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60293/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60293/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table/read.awp">How to Store Structure Variable into table</source><title>Re: How to Store Structure Variable into table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60283/read.awp</comments><pubDate>9 Nov 2016 12:37:00 Z</pubDate><description>Thanks Peter. I would have a go at it.&#13;
&#13;
I do appreciate it.&#13;
&#13;
Sam.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60283/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60283/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table/read.awp">How to Store Structure Variable into table</source><title>Re: How to Store Structure Variable into table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60282/read.awp</comments><pubDate>9 Nov 2016 10:51:00 Z</pubDate><description>Hi,&#13;
&#13;
Yes this is possible using GetDefinition of the structure, looping through all elements of the structure and assigning th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60282/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table-60282/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60281-how-store-structure-variable-into-table/read.awp">How to Store Structure Variable into table</source><title>Re: How to Store Structure Variable into table</title></item></channel></rss>
