<?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 2016 14:32:00 Z</lastBuildDate><pubDate>10 May 2016 10:15:00 Z</pubDate><description>Hi,&#13;
&#13;
in WinDev v20 :&#13;
&#13;
Usually I dont like to use the black box software PCS supplies, but I`m in a hurry and have not done any groupware classes so far, so I`ve implemented the manual groupware.&#13;
&#13;
I Made 2 users, one supervisor and one standard-user.&#13;
&#13;
The standard user is not allowed to access a certain window.&#13;
&#13;
But when I (as the standard-user) try to access the not-allowed window, my app chrashes with a error code 10019 - You have no rights to access the Win_Mywin.&#13;
&#13;
I do not want to crash my application, merely give a warning of type "You are not allowed to do this, contact your supervisor" or something.&#13;
(Is it common to crash the app if no user-rights?)&#13;
&#13;
So I trap the give exception with the following project code:&#13;
WHEN EXCEPTION IF ExceptionInfo(errCode) = 10019 THEN Error("Not allowed. ") ExceptionEnable() END EXCEPTION END&#13;
But my calling window is hided/invisible and not to be found again?&#13;
&#13;
A advice on this would be highly appreciated, as I guess I`m doing something wrong :)&#13;
&#13;
Cheers&#13;
Tor-Bjarne</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question/read.awp</link><title>Groupware question</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/57573-groupware-question-57579/read.awp</comments><pubDate>10 May 2016 14:32:00 Z</pubDate><description>Hi Arie,&#13;
&#13;
Thank you for your reply :)&#13;
&#13;
Yes that could do, in this case that served as one example&#13;
&#13;
I also have to document…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57579/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57579/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question/read.awp">Groupware question</source><title>Re: Groupware question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57578/read.awp</comments><pubDate>10 May 2016 12:47:00 Z</pubDate><description>Tor-Bjarne,&#13;
&#13;
in such cases I add an button to the window i.e. "show tare-weight".&#13;
place this button outside the visible windo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57578/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57578/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question/read.awp">Groupware question</source><title>Re: Groupware question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57577/read.awp</comments><pubDate>10 May 2016 11:54:00 Z</pubDate><description>Hi Guenter,&#13;
&#13;
Thank you for your reply.&#13;
&#13;
Yes, a good idea, but I don`t know what the "Supervisor" at my customer site do.&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57577/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57577/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question/read.awp">Groupware question</source><title>Re: Groupware question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57576/read.awp</comments><pubDate>10 May 2016 10:35:00 Z</pubDate><description>Hi Tor-Bjarne,&#13;
&#13;
just make the menu-option / button for opening that window gray or invisible! Do not tinker with the window it…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57576/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question-57576/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57573-groupware-question/read.awp">Groupware question</source><title>Re: Groupware question</title></item></channel></rss>
