<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>10 May 2015 00:49:00 Z</lastBuildDate><pubDate>9 May 2015 17:56:00 Z</pubDate><description>I try to explain the issue with directly with an example.&#13;
A project contains 2 forms, master-detail, for browsing customers for example.&#13;
The main form shows the whole list of customers and the user can open the detail for N customers. So an user can open via OpenChild N detail form concurrently, customer1 + customer2 + customer3 (eventually more than one instance of customer1 but only for testing purpose).&#13;
&#13;
If each detail form uses a HReadSeekFirst on Customer datafile + FileToScreen to retrieve data and filling form fields it seems that the 3 instances of detail form share the access to the datafile. So if I click a debug button for showing the value of Customer.name and the forms are opened in sequence 1-2-3 when i show the value on form1 after form3 is loaded I see the name of customer3 because the last read on the file has been performed by form3.&#13;
&#13;
Even if I open a detail form while the master form is still loading the big list of customers It seems that the HReadSeekFirst of detail form could be in conflict with the HReadNext of the master form.&#13;
&#13;
I expected that each form has its own access/flow on the datafile but tests gave me another response. It seems that N processes launched on the same datafile from the project analysis steal each other the current cursor to the datafile. How to get rid of this?&#13;
Aliases are not a solution for me because I cannot use them to link data to controls at design time. Opening several parallel connections to the database is the only choice?&#13;
&#13;
I'm a novice so I hope this happens due to my inexperience on WD.&#13;
Thank you</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles/read.awp</link><title>Shared access on datafiles?</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/52008-shared-access-datafiles-52015/read.awp</comments><pubDate>10 May 2015 00:49:00 Z</pubDate><description>I tried a little on the fly and it seems that what I need is supported on MySql. If I open Form2 it takes its context and Form1 …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52015/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52015/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles/read.awp">Shared access on datafiles?</source><title>Re: Shared access on datafiles?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52013/read.awp</comments><pubDate>10 May 2015 00:01:00 Z</pubDate><description>Good news.. this is exactly what I mean. The bad news is that I use Analysis + H functions with the HF engine connected to MySql…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52013/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52013/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles/read.awp">Shared access on datafiles?</source><title>Re: Shared access on datafiles?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52011/read.awp</comments><pubDate>9 May 2015 18:27:00 Z</pubDate><description>Hi, the key to understanding your problem is the so-called 'HyperFile context' which you can find in the 'Details' Tab of each w…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52011/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles-52011/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52008-shared-access-datafiles/read.awp">Shared access on datafiles?</source><title>Re: Shared access on datafiles?</title></item></channel></rss>
