PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → User Groupware
User Groupware
Iniciado por guest, 26,oct. 2017 12:20 - 4 respuestas
Publicado el 26,octubre 2017 - 12:20
Regards to all.

Is same password file for GPW from Windev and Webdev ?

Why I ask this?
When I try to open Gpwlogin() from Webdev connected on GPW Database created with Windev application I get error message "Wrong password for GPU_Configuration file."
I try same code from another windev project and all works fine. From webdev project it does not work.

I try to connect Webdev and Windev application on same GPW Database so same user can connect and use both apps. Thank you in advance.
Publicado el 26,octubre 2017 - 12:32
Hello ICI

You mention GPW and GPU
There are two different types of Groupware so maybe you have Windev running GPW but have setup the Webdev using the newer GPU ?

Regards
Al
Publicado el 27,octubre 2017 - 09:43
Hi Al,



I use this on both sides.

1. If I first create GPW_Database from Windev application then I have error when I start GpwOpen() from Webdev "Wrong password for GPU_Configuration file"
2. If I delete GPW_Database and create same from WebDev then from Windev GpwOpen() open login without any problem.

Where I can use or check that GPU system? I always use same GPW() functions for Groupware (Automatic with manual start) and in folders I get GPU_xxxx files.

Regards
Publicado el 27,octubre 2017 - 09:57
Hello ICI

For Windev it is set in the Workshop > User Groupware menu item. I don't know for Webdev.

Regards
Al
Publicado el 27,octubre 2017 - 11:19
Yes Al.
It is the same thing "Ribon TAB Project->User Groupware". We talk about same thing. You access and use your GPU with Gpwxxxx() set of commands. Because of that I name it GPW. There is no other method for using Groupware, as far as I know.

If you have webdev also, try this situation. Activate groupware on windev project and try to open with GpwOpen() from WebDev. You will get an error. Delete Groupware files and activate groupware and create files from webdev. Now windev can open it and use without any problem. I try also to change passwords on both sides and create new groupware with "123" password for files. From Webdev you can not open GPU files created from windev. But same files created from webdev are opened without any problems from windev.

Regards