<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Dec 2016 16:25:00 Z</lastBuildDate><pubDate>29 Nov 2016 20:24:00 Z</pubDate><description>Hi,&#13;
&#13;
I'm still trying to wrap my head around groupware and its files. My goal is to predefine the basic groupware security for my client and distribute those files with the exe. Additionally, on my development computer I would like to use the same data files for both testing via Go and running the exe.&#13;
&#13;
&#13;
I'm using WD21 and all my files are HFSQL Classic. I've setup groupware as:&#13;
- Automatic User Groupware&#13;
- Runtime: manual start&#13;
- Files: Directory of Data&#13;
&#13;
This code is in the project's Initializing area:&#13;
&#13;
gsDataDir is string = fCurrentDrive() + "\ProgramData\Blasting"&#13;
IF fMakeDir(gsDataDir) = False THEN&#13;
Error(ErrorInfo())&#13;
EndProgram()&#13;
END&#13;
&#13;
HSubstDir(".",gsDataDir)&#13;
&#13;
LPWRes is int = 0&#13;
LPWRes = gpwOpen(gsDataDir)&#13;
&#13;
SWITCH LPWRes&#13;
CASE gpwOk:&#13;
// CASE gpwCancel: Info("The Cancel button was clicked.")&#13;
CASE gpwError: Error("Error while initializing the groupware." + ErrorInfo())&#13;
CASE gpwUnknownUser: Error("Unknown user.")&#13;
CASE gpwInvalidPassword: Error("Invalid password")&#13;
OTHER CASE: Info("other " + LPWRes)&#13;
END&#13;
IF LPWRes &lt;&gt; gpwOk THEN EndProgram&#13;
&#13;
&#13;
My problem is if I delete all the data files and test my project (via Go), I get prompted to enter the supervisor user, set a password and everything works. If I close the app and run the exe, I don't get prompted to enter a user name. I only get this message.&#13;
&#13;
&#13;
The description of the logical file stored in the analysis is not compatible with the one stored in the physical file . Unable to access the file.&#13;
The item of file is unique key in the file but it is not found in the analysis.&#13;
The descriptions are not compatible, duplicate errors may occur during the additions.&#13;
&#13;
&#13;
If I delete the files and run the exe first, I do get the login screen but it does not create the supervisor user. I only get "User does not exist." Then, if I try to run in test mode, I get the same error as above.&#13;
&#13;
FYI - originally I did not have the GPU files in my analysis. After importing those files, the above issues still remain. I did not import the GPU windows, code, etc.&#13;
&#13;
Any help would be greatly appreciated.&#13;
&#13;
Thanks, Bill</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues/read.awp</link><title>Groupware issues</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/60543-groupware-issues-60577/read.awp</comments><pubDate>1 Dec 2016 16:25:00 Z</pubDate><description>Ok, thanks Al....guess I still have work to do to get out of the Clarion mindset.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60577/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60577/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues/read.awp">Groupware issues</source><title>Re: Groupware issues</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60575/read.awp</comments><pubDate>1 Dec 2016 15:55:00 Z</pubDate><description>Hello Bill&#13;
&#13;
I don't know because I have never used the HSubtDir() function but I imagine that it would still apply.&#13;
&#13;
Regards…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60575/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60575/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues/read.awp">Groupware issues</source><title>Re: Groupware issues</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60569/read.awp</comments><pubDate>1 Dec 2016 13:43:00 Z</pubDate><description>Hi Al,&#13;
&#13;
Is this the case even after an HSubstDir has been issued? That's the first thing I do.&#13;
&#13;
Bill</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60569/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60569/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues/read.awp">Groupware issues</source><title>Re: Groupware issues</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60564/read.awp</comments><pubDate>1 Dec 2016 12:38:00 Z</pubDate><description>Hello Bill&#13;
&#13;
When running in test mode you can nominate the folder where your test date resides in the Project &gt; files option b…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60564/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues-60564/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60543-groupware-issues/read.awp">Groupware issues</source><title>Re: Groupware issues</title></item></channel></rss>
