<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Jan 2016 16:17:32 Z</lastBuildDate><pubDate>8 Dec 2015 17:08:00 Z</pubDate><description>I have an app that uses client/server data, but I have one file, config, that is a local file. Config is classic HFSQL. When I generate an executable the config files get built on the server for some reason. In the description of the data file the type is HFSQL classic, the connection is none, and the default directory is . I have tried using the connection code below and I have tried with no connection code. I have also tried setting the LocalData..Server setting to many local paths with no luck.&#13;
&#13;
LocalData is connection LocalData..Provider = hAccessHF7 IF NOT HOpenConnection(LocalData) THEN Error(HErrorInfo()) ELSE // Open and connect Config table HChangeConnection("Config", LocalData) // Update the structure of Config file if neccessary HModifyStructure("Config",hmsBackgroundTask) END</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local/read.awp</link><title>[WD20] App with Client/Server HFSQL and Local HFSQL</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>norman</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55972/read.awp</comments><pubDate>21 Jan 2016 16:17:32 Z</pubDate><description>I would tend not to use a file with an extension of .ini as it will cause issues with Windows. &#13;
&#13;
I do something similar to wha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55972/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55972/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local/read.awp">[WD20] App with Client/Server HFSQL and Local HFSQL</source><title>Re: [WD20] App with Client/Server HFSQL and Local HFSQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55410/read.awp</comments><pubDate>8 Dec 2015 19:25:00 Z</pubDate><description>Hi Curtis, this is easy: just encrypt the .INI entries!&#13;
&#13;
MyPathToHFClassic = MyINIFileDirectory+"\DATA"&#13;
IF NOT INIWrite(MyCom…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55410/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55410/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local/read.awp">[WD20] App with Client/Server HFSQL and Local HFSQL</source><title>Re: [WD20] App with Client/Server HFSQL and Local HFSQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55408/read.awp</comments><pubDate>8 Dec 2015 18:41:00 Z</pubDate><description>Hello Curtis,&#13;
&#13;
your code is okay, but you are missing the hchangerep that you NEED to use at the end to tell the system WHERE …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55408/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55408/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local/read.awp">[WD20] App with Client/Server HFSQL and Local HFSQL</source><title>Re: [WD20] App with Client/Server HFSQL and Local HFSQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55407/read.awp</comments><pubDate>8 Dec 2015 17:53:00 Z</pubDate><description>I would rather use a classic HFSQL file because an .ini would be too easy for the end user to modify.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55407/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55407/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local/read.awp">[WD20] App with Client/Server HFSQL and Local HFSQL</source><title>Re: [WD20] App with Client/Server HFSQL and Local HFSQL</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55406/read.awp</comments><pubDate>8 Dec 2015 17:28:00 Z</pubDate><description>Hi Curtis, the most convenient way to have a local config file is to keep it simple and use an .ini file for that purpose. Readi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55406/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local-55406/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55404-wd20-app-with-client-server-hfsql-and-local/read.awp">[WD20] App with Client/Server HFSQL and Local HFSQL</source><title>Re: [WD20] App with Client/Server HFSQL and Local HFSQL</title></item></channel></rss>
