<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>31 Oct 2017 12:55:46 Z</lastBuildDate><pubDate>29 Oct 2017 12:49:33 Z</pubDate><description>I have a query that selects ALL the fields in a database file, like&#13;
&#13;
SELECT *&#13;
FROM DBfile&#13;
WHERE ...&#13;
&#13;
&#13;
I use the records in the query to fill the fields in a window.&#13;
&#13;
If I modify a (query)field, is there any way to write the modified record back to the datafile whitout having to manually pair each queryfield with the corresponding databasefield?&#13;
&#13;
Insted of ...&#13;
DBfile.field1 = QRY.field1&#13;
DBfile.field2 = QRY.field2&#13;
DBfile.field3 = QRY.field3&#13;
HModify(DBfile)&#13;
&#13;
I am looking for something like&#13;
DBfile.Record = QRY.Record&#13;
HModify(DBfile)&#13;
&#13;
Best regards,&#13;
Carl</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields/read.awp</link><title>Pairing query fields and database fields</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>carl.bergman</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields-63172/read.awp</comments><pubDate>31 Oct 2017 12:55:46 Z</pubDate><description>Hi Fabrice, thanks, I tested it and it works.  :)</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields-63172/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields-63172/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields/read.awp">Pairing query fields and database fields</source><title>Re: Pairing query fields and database fields</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields-63158/read.awp</comments><pubDate>30 Oct 2017 12:30:18 Z</pubDate><description>Hello Carl,&#13;
&#13;
1. your query has to have the MODIFY option set&#13;
2. Your query has to wrok on only one file&#13;
3. You fields must b…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields-63158/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields-63158/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63135-pairing-query-fields-and-database-fields/read.awp">Pairing query fields and database fields</source><title>Re: Pairing query fields and database fields</title></item></channel></rss>
